|
Last change
on this file since 8282 was 8261, checked in by rick, 16 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.5 KB
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # config CNodeGraficall
|
|---|
| 3 | $location="Zusterflat Ziekenhuis Rijnland, Simon Smitweg 1, 2353 GA, Leiderdorp";
|
|---|
| 4 | $master_ip='172.24.16.1';
|
|---|
| 5 | $nodetype='CNode';
|
|---|
| 6 | $nodename='Graficall';
|
|---|
| 7 | $release="8.0-RELEASE";
|
|---|
| 8 | $status='up';
|
|---|
| 9 | $X='97110';
|
|---|
| 10 | $Y='463425';
|
|---|
| 11 |
|
|---|
| 12 | $config{'ath0'}=sprintf <<ATH0;
|
|---|
| 13 | COMMENT=omni
|
|---|
| 14 | TYPE=wireless
|
|---|
| 15 | IP=$master_ip/26
|
|---|
| 16 | DESC=AP voor de buurt
|
|---|
| 17 | SDESC=ap
|
|---|
| 18 | DHCP=10-60
|
|---|
| 19 | MODE=master
|
|---|
| 20 | ESSID=ap-WirelessLeiden-Graficall
|
|---|
| 21 | CHANNEL=1
|
|---|
| 22 | ATH0
|
|---|
| 23 |
|
|---|
| 24 | $config{'ue0'}=sprintf <<UE0;
|
|---|
| 25 | COMMENT=b-link to Hoogmade via Bullet2
|
|---|
| 26 | TYPE=ethernet
|
|---|
| 27 | EXTRA_TYPE=eth2wifibridge
|
|---|
| 28 | IP=172.16.0.85/30
|
|---|
| 29 | DESC=Link naar HMKerk2
|
|---|
| 30 | SDESC=2hmkerk2
|
|---|
| 31 | MODE=master
|
|---|
| 32 | ESSID=il-n.graficall.wleiden.net
|
|---|
| 33 | CHANNEL=5
|
|---|
| 34 | HEIGHT=17
|
|---|
| 35 | DHCP=no
|
|---|
| 36 | UE0
|
|---|
| 37 |
|
|---|
| 38 | $config{'ue0:0'}=sprintf <<UE00;
|
|---|
| 39 | TYPE=ethernet
|
|---|
| 40 | IP=172.16.3.141/30
|
|---|
| 41 | DESC=ethernet to bullet2 mgmt interface
|
|---|
| 42 | SDESC=manageBullet
|
|---|
| 43 | DHCP=no
|
|---|
| 44 | UE00
|
|---|
| 45 |
|
|---|
| 46 | $config{'vr0'}=sprintf <<VR0;
|
|---|
| 47 | COMMENT=a-link to Leythenrode via Nanostation5
|
|---|
| 48 | TYPE=ethernet
|
|---|
| 49 | EXTRA_TYPE=eth2wifibridge
|
|---|
| 50 | IP=172.16.3.78/30
|
|---|
| 51 | DESC=Ethernet to interlink northeast of Leythenrode
|
|---|
| 52 | SDESC=2Leythenrode
|
|---|
| 53 | DHCP=no
|
|---|
| 54 | MODE=managed bridge
|
|---|
| 55 | ESSID=il-no.leythenrode.wleiden.net
|
|---|
| 56 | CHANNEL=52
|
|---|
| 57 | NSMAC=00:15:6D:EA:F0:4C
|
|---|
| 58 | NS_IP=192.168.1.21
|
|---|
| 59 | VR0
|
|---|
| 60 |
|
|---|
| 61 | $config{'vr1'}=sprintf <<VR1;
|
|---|
| 62 | TYPE=ethernet
|
|---|
| 63 | EXTRA_TYPE=eth2wifibridge
|
|---|
| 64 | IP=172.16.0.242/30
|
|---|
| 65 | DESC=Link JVC
|
|---|
| 66 | SDESC=2jvc
|
|---|
| 67 | DHCP=no
|
|---|
| 68 | MODE=11a bridge ap
|
|---|
| 69 | ESSID=il-zw.graficall.wleiden.net
|
|---|
| 70 | CHANNEL=36
|
|---|
| 71 | NSMAC=00:15:6D:EA:F0:68
|
|---|
| 72 | NS_IP=192.168.1.20
|
|---|
| 73 | VR1
|
|---|
| 74 |
|
|---|
| 75 | $config{'vr2'}=sprintf <<VR2;
|
|---|
| 76 | TYPE=ethernet
|
|---|
| 77 | EXTRA_TYPE=eth2wifibridge
|
|---|
| 78 | IP=172.16.1.69/30
|
|---|
| 79 | DESC=Link naar SOM
|
|---|
| 80 | SDESC=2som
|
|---|
| 81 | DHCP=no
|
|---|
| 82 | MODE=11a bridge ap
|
|---|
| 83 | ESSID=il-nw.graficall.wleiden.net
|
|---|
| 84 | CHANNEL=60
|
|---|
| 85 | NSMAC= 00:15:6D:EB:F0:F8
|
|---|
| 86 | VR2
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.