Last change
on this file since 8261 was 8261, checked in by rick, 15 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
|
Rev | Line | |
---|
[8081] | 1 | #
|
---|
| 2 | # config CNodeRabo2
|
---|
| 3 | $location="Rabobank (Zuid), Schipholweg 105, 2316 XC, Leiden";
|
---|
| 4 | $master_ip='172.19.137.1';
|
---|
| 5 | $nodetype='CNode';
|
---|
[8083] | 6 | $nodename='Rabo2';
|
---|
[8081] | 7 | $release="8.0-RELEASE";
|
---|
| 8 | $status='up';
|
---|
| 9 | $X='93554';
|
---|
| 10 | $Y='464974';
|
---|
| 11 |
|
---|
[8261] | 12 | $config{'ath0'}=sprintf <<ATH0;
|
---|
| 13 | COMMENT=ap zuid
|
---|
[8081] | 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 |
|
---|
[8261] | 24 | $config{'vr0'}=sprintf <<VR0;
|
---|
| 25 | COMMENT=Ethernet naar Rabo1
|
---|
[8081] | 26 | IP=172.19.137.66/30
|
---|
[8085] | 27 | DHCP=no
|
---|
[8081] | 28 | DESC=Lokaal ethernet
|
---|
| 29 | SDESC=2rabo1
|
---|
| 30 | VR0
|
---|
| 31 |
|
---|
[8261] | 32 | $config{'vr1'}=sprintf <<VR1;
|
---|
| 33 | COMMENT=link naar NodeCope
|
---|
[8081] | 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
|
---|
[8261] | 41 | MODE=bridge ap
|
---|
| 42 | ESSID=il-z.rabo2.wleiden.net
|
---|
| 43 | CHANNEL=132
|
---|
| 44 | NS_IP=192.168.1.20
|
---|
| 45 | NSMAC=
|
---|
[8081] | 46 | VR1
|
---|
| 47 |
|
---|
[8261] | 48 | $config{'vr2'}=sprintf <<VR2;
|
---|
| 49 | COMMENT=Link naar DirkLos2
|
---|
[8081] | 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
|
---|
[8261] | 56 | MODE=bridge station
|
---|
| 57 | ESSID=il-no.dirklos2.wleiden.net
|
---|
| 58 | CHANNEL=140
|
---|
| 59 | NS_IP=192.168.1.21
|
---|
| 60 | NSMAC=
|
---|
[8081] | 61 | VR2
|
---|
Note:
See
TracBrowser
for help on using the repository browser.