Last change
on this file since 8347 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.1 KB
|
Rev | Line | |
---|
[8150] | 1 | #
|
---|
| 2 | # config CNodeBCSte
|
---|
| 3 |
|
---|
| 4 | $location="Openbare Bibliotheek locatie Stevenshof, Trix Terwindtstraat 6, 2331 GW, Leiden";
|
---|
| 5 | $master_ip='172.24.0.1';
|
---|
| 6 | $nodetype='CNode';
|
---|
| 7 | $nodename='BCSte';
|
---|
| 8 | $release="8.0-RELEASE";
|
---|
| 9 | $status='up';
|
---|
| 10 | $X='91126';
|
---|
| 11 | $Y='462885';
|
---|
| 12 |
|
---|
[8261] | 13 | $config{'ath0'}=sprintf <<ATH0;
|
---|
| 14 | COMMENT=Omni
|
---|
[8150] | 15 | TYPE=wireless
|
---|
| 16 | IP=$master_ip/26
|
---|
| 17 | DESC=ap voor de buurt
|
---|
| 18 | SDESC=ap
|
---|
| 19 | DHCP=10-60
|
---|
| 20 | MODE=master
|
---|
| 21 | ESSID=ap-WirelessLeiden-BCSte
|
---|
| 22 | CHANNEL=4
|
---|
| 23 | ATH0
|
---|
| 24 |
|
---|
[8261] | 25 | $config{'vr0'}=sprintf <<VR0;
|
---|
| 26 | COMMENT=Ethernet naar BCSte
|
---|
[8150] | 27 | TYPE=ethernet
|
---|
| 28 | IP=172.24.0.65/26
|
---|
| 29 | DESC=Ethernet naar BCSte
|
---|
| 30 | SDESC=eth
|
---|
| 31 | DHCP=80-120
|
---|
| 32 | VR0
|
---|
| 33 |
|
---|
[8261] | 34 | $config{'vr1'}=sprintf <<VR1;
|
---|
| 35 | COMMENT=b-link naar Zwaluw
|
---|
[8150] | 36 | TYPE=ethernet
|
---|
| 37 | EXTRA_TYPE=eth2wifibridge
|
---|
| 38 | IP=172.16.3.249/29
|
---|
| 39 | DESC=b-link naar ZwaluwAK
|
---|
| 40 | SDESC=2zwaluwak
|
---|
| 41 | DHCP=no
|
---|
[8261] | 42 | MODE=bridge-ap
|
---|
| 43 | ESSID=il-nw.bcste.wleiden.net
|
---|
| 44 | CHANNEL=1
|
---|
| 45 | BulletMAC=
|
---|
| 46 | BulletIP=172.16.3.250/29
|
---|
[8150] | 47 | VR1
|
---|
| 48 |
|
---|
[8261] | 49 | $config{'vr2'}=sprintf <<VR2;
|
---|
| 50 | COMMENT=link Vosko2
|
---|
[8150] | 51 | TYPE=ethernet
|
---|
| 52 | EXTRA_TYPE=eth2wifibridge
|
---|
| 53 | IP=172.16.3.153/29
|
---|
| 54 | DHCP=no
|
---|
| 55 | DESC=interlink o (Vosko2)
|
---|
| 56 | SDESC=2vosko2
|
---|
[8261] | 57 | MODE=bridge=station
|
---|
| 58 | ESSID=il-w.vosko2.wleiden.net
|
---|
| 59 | CHANNEL=140
|
---|
| 60 | NSIP=172.16.3.154/29
|
---|
| 61 | NSMAC=00:15:6D:
|
---|
[8150] | 62 | VR2
|
---|
| 63 |
|
---|
| 64 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.