Last change
on this file since 8261 was 8261, checked in by rick, 14 years ago |
- Commented variables are kind of useless as no program will be able to parse
them. So made them 'active'
- The text behind the $config proves to be a more usefull description than the
normal DESC field, pushed them into a variable called COMMENT so we can
finally start using them.
- Commented code is in general bad stuff with a revision control system as it
clutters the view, made the non active interface just 'idle' active.
|
-
Property svn:eol-style
set to
native
|
File size:
1.0 KB
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | #
|
---|
4 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
5 | #
|
---|
6 | # config CNodeLMstruykverwo2
|
---|
7 | $location="Struyk Verwo Infra, Westerdijk 18-B, 2452 VA, Leimuiden";
|
---|
8 |
|
---|
9 | $master_ip='172.25.74.1';
|
---|
10 | $nodetype='CNode';
|
---|
11 | $nodename='LMStruykVerwo2';
|
---|
12 | $release="7.2-RELEASE";
|
---|
13 |
|
---|
14 |
|
---|
15 | $status='up';
|
---|
16 |
|
---|
17 | $X='104462';
|
---|
18 | $Y='469879';
|
---|
19 |
|
---|
20 | $AGGREGATE=22;
|
---|
21 |
|
---|
22 | $config{'sis0'}=sprintf <<ED0;
|
---|
23 | COMMENT=ethernet poort 0 StruykVerwo2
|
---|
24 | TYPE=ethernet
|
---|
25 | IP=172.25.74.65/29
|
---|
26 |
|
---|
27 | DESC=Ethernet poort StuykVerwo2
|
---|
28 | SDESC=eth
|
---|
29 |
|
---|
30 | DHCP=no
|
---|
31 |
|
---|
32 |
|
---|
33 | ED0
|
---|
34 |
|
---|
35 | $config{'sis1'}=sprintf <<ED1;
|
---|
36 | COMMENT=Ethernet naar LMStruykVerwo1
|
---|
37 | TYPE=ethernet
|
---|
38 | IP=172.16.1.182/30
|
---|
39 |
|
---|
40 | DESC=Ethernet naar LMStruykVerwo1
|
---|
41 | SDESC=2lmstruykverwo1
|
---|
42 |
|
---|
43 | DHCP=no
|
---|
44 |
|
---|
45 |
|
---|
46 | ED1
|
---|
47 |
|
---|
48 | $config{'wi0'}=sprintf <<EW0;
|
---|
49 | COMMENT=interlink struykverwo kaag
|
---|
50 | TYPE=wireless
|
---|
51 | IP=172.16.1.197/30
|
---|
52 | DESC=interlink naar kaag
|
---|
53 | SDESC=2kaag
|
---|
54 |
|
---|
55 | MODE=master
|
---|
56 | ESSID=il-w.strkvw.wleiden.net
|
---|
57 | CHANNEL=11
|
---|
58 |
|
---|
59 |
|
---|
60 | EW0
|
---|
61 |
|
---|
62 | $config{'wi1'}=sprintf <<EW1;
|
---|
63 | COMMENT=Interlink kempers - struykverwo
|
---|
64 | TYPE=wireless
|
---|
65 | IP=172.16.1.206/30
|
---|
66 | DESC=Link naar kempers
|
---|
67 | SDESC=2lmkempers1
|
---|
68 |
|
---|
69 | MODE=managed
|
---|
70 | ESSID=il-zw.kmprs.wleiden.net
|
---|
71 | CHANNEL=1
|
---|
72 |
|
---|
73 |
|
---|
74 | DHCP=no
|
---|
75 |
|
---|
76 | EW1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.