Last change
on this file since 8302 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.4 KB
|
Rev | Line | |
---|
[7391] | 1 | # config CNodeDeClercq
|
---|
[7557] | 2 | $location="kantoor De Clercq, Hoge Rijndijk 306, 2314 AM, Leiden";
|
---|
[7391] | 3 | $master_ip='172.18.128.1';
|
---|
| 4 | $nodetype='CNode';
|
---|
[7760] | 5 | $nodename='DeClercq';
|
---|
[7739] | 6 | $status='up';
|
---|
| 7 | $release="8.0";
|
---|
[7391] | 8 | $X='95694';
|
---|
| 9 | $Y='462845';
|
---|
| 10 |
|
---|
[8261] | 11 | $config{'ath0'}=sprintf <<ATH0;
|
---|
| 12 | COMMENT=Ap voor buurt
|
---|
[7391] | 13 | TYPE=wireless
|
---|
| 14 | IP=$master_ip/26
|
---|
| 15 | DESC=AP voor de buurt
|
---|
| 16 | SDESC=ap
|
---|
| 17 | DHCP=10-60
|
---|
| 18 | MODE=master
|
---|
[7739] | 19 | ESSID=ap-WirelessLeiden-DeClercq
|
---|
[7391] | 20 | CHANNEL=4
|
---|
| 21 | CARD_OPTION=mode 11b
|
---|
| 22 | ATH0
|
---|
| 23 |
|
---|
[8261] | 24 | $config{'vr0'}=sprintf <<VR0;
|
---|
| 25 | COMMENT=ethernet to local subnet with PoE
|
---|
[7391] | 26 | TYPE=ethernet
|
---|
| 27 | IP=172.16.4.53/30
|
---|
[7739] | 28 | DESC=local ethernet to proxy9
|
---|
| 29 | SDESC=2proxy9
|
---|
[7391] | 30 | DHCP=no
|
---|
| 31 | TYPE=ethernet
|
---|
| 32 | VR0
|
---|
| 33 |
|
---|
[8261] | 34 | $config{'vr1'}=sprintf <<VR1;
|
---|
| 35 | COMMENT=a-link to Roomburgh3 via Nanostation5
|
---|
[7391] | 36 | TYPE=ethernet
|
---|
| 37 | EXTRA_TYPE=eth2wifibridge
|
---|
| 38 | IP=172.16.3.129/30
|
---|
| 39 | DESC=Ethernet to interlink west (Roomburgh3)
|
---|
| 40 | SDESC=2roomburgh3
|
---|
[8261] | 41 | MODE=master
|
---|
| 42 | ESSID=il-w.declercq.wleiden.net
|
---|
| 43 | CHANNEL=52
|
---|
| 44 | NSMAC=00:15:6D:EA:F0:70
|
---|
[7463] | 45 | VR1
|
---|
[7391] | 46 |
|
---|
[8261] | 47 | $config{'vr2'}=sprintf <<VR2;
|
---|
| 48 | COMMENT=a-link to Leythenrode via Nanostation5
|
---|
[7391] | 49 | TYPE=ethernet
|
---|
| 50 | EXTRA_TYPE=eth2wifibridge
|
---|
| 51 | IP=172.16.3.102/30
|
---|
[7463] | 52 | DESC=ethernet to interlink north-east
|
---|
[7391] | 53 | SDESC=2leythenrode
|
---|
[8261] | 54 | MODE=managed
|
---|
| 55 | ESSID=il-zw.leythenrode.wleiden.net
|
---|
| 56 | CHANNEL=44
|
---|
| 57 | NSMAC=00:15:6D:EA:F0:7B
|
---|
[7463] | 58 | VR2
|
---|
[7391] | 59 |
|
---|
[8261] | 60 | $config{'ue0'}=sprintf <<UE0;
|
---|
| 61 | COMMENT=a-link to Stadhuis via Nanostation5
|
---|
[7391] | 62 | TYPE=ethernet
|
---|
| 63 | EXTRA_TYPE=eth2wifibridge
|
---|
| 64 | IP=172.16.3.230/30
|
---|
| 65 | DESC=ethernet to interlink
|
---|
| 66 | SDESC=2stadhuis
|
---|
[8261] | 67 | MODE=managed
|
---|
| 68 | ESSID=il-o.stadhuis.wleiden.net
|
---|
| 69 | CHANNEL=36
|
---|
| 70 | NSMAC=00:15:6D:EA:F0:63
|
---|
[7739] | 71 | UE0
|
---|
[7391] | 72 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.