Last change
on this file since 8296 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.
|
File size:
1.0 KB
|
Line | |
---|
1 | #
|
---|
2 | # config CNodeRabo2
|
---|
3 | $location="Rabobank (Zuid), Schipholweg 105, 2316 XC, Leiden";
|
---|
4 | $master_ip='172.19.137.1';
|
---|
5 | $nodetype='CNode';
|
---|
6 | $nodename='Rabo2';
|
---|
7 | $release="8.0-RELEASE";
|
---|
8 | $status='up';
|
---|
9 | $X='93554';
|
---|
10 | $Y='464974';
|
---|
11 |
|
---|
12 | $config{'ath0'}=sprintf <<ATH0;
|
---|
13 | COMMENT=ap zuid
|
---|
14 | TYPE=wireless
|
---|
15 | IP=$master_ip/26
|
---|
16 | DESC=AP Zuid
|
---|
17 | SDESC=ap-z
|
---|
18 | DHCP=10-60
|
---|
19 | MODE=master
|
---|
20 | ESSID=ap-WirelessLeiden-Rabo2
|
---|
21 | CHANNEL=2
|
---|
22 | ATH0
|
---|
23 |
|
---|
24 | $config{'vr0'}=sprintf <<VR0;
|
---|
25 | COMMENT=Ethernet naar Rabo1
|
---|
26 | IP=172.19.137.66/30
|
---|
27 | DHCP=no
|
---|
28 | DESC=Lokaal ethernet
|
---|
29 | SDESC=2rabo1
|
---|
30 | VR0
|
---|
31 |
|
---|
32 | $config{'vr1'}=sprintf <<VR1;
|
---|
33 | COMMENT=link naar NodeCope
|
---|
34 | TYPE=ethernet
|
---|
35 | EXTRA_TYPE=eth2wifibridge
|
---|
36 | SUBTYPE=802.11a
|
---|
37 | IP=172.16.1.153/30
|
---|
38 | DESC=Link naar Cope
|
---|
39 | SDESC=2cope
|
---|
40 | DHCP=no
|
---|
41 | MODE=bridge ap
|
---|
42 | ESSID=il-z.rabo2.wleiden.net
|
---|
43 | CHANNEL=132
|
---|
44 | NS_IP=192.168.1.20
|
---|
45 | NSMAC=
|
---|
46 | VR1
|
---|
47 |
|
---|
48 | $config{'vr2'}=sprintf <<VR2;
|
---|
49 | COMMENT=Link naar DirkLos2
|
---|
50 | TYPE=ethernet
|
---|
51 | EXTRA_TYPE=eth2wifibridge
|
---|
52 | IP=172.16.3.38/30
|
---|
53 | DESC=InterLink naar DirkLos2
|
---|
54 | SDESC=2dirklos2
|
---|
55 | DHCP=no
|
---|
56 | MODE=bridge station
|
---|
57 | ESSID=il-no.dirklos2.wleiden.net
|
---|
58 | CHANNEL=140
|
---|
59 | NS_IP=192.168.1.21
|
---|
60 | NSMAC=
|
---|
61 | VR2
|
---|
Note:
See
TracBrowser
for help on using the repository browser.