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.2 KB
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | #
|
---|
4 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
5 | #
|
---|
6 | # config CNodeWBRotary2
|
---|
7 | $location="NH Kerk, Comriekade 7, 2481 AD, Woubrugge";
|
---|
8 | $master_ip='172.25.56.1';
|
---|
9 | $nodetype='CNode';
|
---|
10 | $nodename='WBRotary2';
|
---|
11 | $release="5.0-RELEASE";
|
---|
12 |
|
---|
13 |
|
---|
14 | $status='up';
|
---|
15 |
|
---|
16 | $X='103755';
|
---|
17 | $Y='464588';
|
---|
18 |
|
---|
19 | $AGGREGATE=22;
|
---|
20 |
|
---|
21 | $config{'sis0'}=sprintf <<ED0;
|
---|
22 | COMMENT=eth
|
---|
23 | TYPE=ethernet
|
---|
24 | IP=172.25.56.65/29
|
---|
25 |
|
---|
26 | DESC=Ethernet naar Rotary
|
---|
27 | SDESC=eth
|
---|
28 |
|
---|
29 | DHCP=68-70
|
---|
30 | DHCP=no
|
---|
31 |
|
---|
32 |
|
---|
33 |
|
---|
34 | ED0
|
---|
35 |
|
---|
36 | $config{'sis1'}=sprintf <<ED1;
|
---|
37 | COMMENT=ethernet naar CNodeWBRotary1
|
---|
38 | TYPE=ethernet
|
---|
39 | IP=172.16.1.122/30
|
---|
40 |
|
---|
41 | DESC=Ethernet naar Rotary1
|
---|
42 | SDESC=2wbrotary1
|
---|
43 |
|
---|
44 | DHCP=68-70
|
---|
45 | DHCP=no
|
---|
46 |
|
---|
47 |
|
---|
48 |
|
---|
49 | ED1
|
---|
50 |
|
---|
51 | $config{'wi0'}=sprintf <<EW0;
|
---|
52 | COMMENT=OMNI
|
---|
53 | TYPE=wireless
|
---|
54 | IP=$master_ip/26
|
---|
55 |
|
---|
56 | DESC=AP-zw voor de buurt
|
---|
57 | SDESC=ap-zw
|
---|
58 |
|
---|
59 | DHCP=10-60
|
---|
60 |
|
---|
61 |
|
---|
62 | MODE=master
|
---|
63 | ESSID=ap-zw.WBRotary.wleiden.net
|
---|
64 | CHANNEL=2
|
---|
65 |
|
---|
66 |
|
---|
67 | EW0
|
---|
68 |
|
---|
69 |
|
---|
70 | $config{'wi1'}=sprintf <<EW1;
|
---|
71 | COMMENT=link naar Rijnsaterwoude Gemeentehuis
|
---|
72 | TYPE=wireless
|
---|
73 | IP=172.16.2.25/30
|
---|
74 | DESC=Link naar RWGemHuis2
|
---|
75 | SDESC=2rwgemhuis2
|
---|
76 |
|
---|
77 |
|
---|
78 |
|
---|
79 | MODE=master
|
---|
80 | ESSID=il-no.wbrotary.wleiden.net
|
---|
81 | CHANNEL=9
|
---|
82 |
|
---|
83 |
|
---|
84 | DHCP=no
|
---|
85 |
|
---|
86 | EW1
|
---|
87 |
|
---|
88 |
|
---|
89 | $config{'wi2'}=sprintf <<EW2;
|
---|
90 | COMMENT=link naar Alphen HWFortis
|
---|
91 | TYPE=wireless
|
---|
92 | IP=172.16.0.45/30
|
---|
93 | DESC=Link naar HWFortis
|
---|
94 | SDESC=2hwfortis
|
---|
95 |
|
---|
96 |
|
---|
97 | MODE=master
|
---|
98 | ESSID=il-zo.wbrotary.wleiden.net
|
---|
99 | CHANNEL=4
|
---|
100 |
|
---|
101 |
|
---|
102 | DHCP=no
|
---|
103 |
|
---|
104 | EW2
|
---|
105 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.