Last change
on this file since 8360 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.
|
-
Property svn:eol-style
set to
native
|
File size:
1.2 KB
|
Rev | Line | |
---|
[7219] | 1 | #
|
---|
| 2 | #
|
---|
| 3 | #
|
---|
| 4 | $location="R.K. Zorgcentrum Roomburgh, Hof van Roomburgh 46, 2314 ZC, Leiden";
|
---|
[7391] | 5 | $master_ip='172.18.50.1';
|
---|
[7219] | 6 | $nodetype='CNode';
|
---|
| 7 | $nodename='Roomburgh3';
|
---|
[7527] | 8 | $release="8.0-RELEASE";
|
---|
[7219] | 9 | $status='up';
|
---|
| 10 | $X='95180';
|
---|
| 11 | $Y='462890';
|
---|
| 12 |
|
---|
[8261] | 13 | $config{'ath0'}=sprintf <<AT0;
|
---|
| 14 | COMMENT=link naar ...
|
---|
[7219] | 15 | TYPE=wireless
|
---|
| 16 | IP=172.16.3.161/30
|
---|
[8171] | 17 | DESC=b-link naar ....
|
---|
| 18 | SDESC=2undefined
|
---|
[7219] | 19 | MODE=master
|
---|
| 20 | ESSID=il-n3.roomburgh3.wleiden.net
|
---|
[7391] | 21 | CHANNEL=
|
---|
[7219] | 22 | DHCP=no
|
---|
| 23 | AT0
|
---|
| 24 |
|
---|
[8261] | 25 | $config{'vr0'}=sprintf <<VR0;
|
---|
| 26 | COMMENT=Ethernet to local subnet with PoE
|
---|
[7219] | 27 | TYPE=ethernet
|
---|
| 28 | IP=172.18.49.73/28
|
---|
| 29 | DESC=Ethernet to Roomburgh1,2 and lounge
|
---|
| 30 | SDESC=localsubnet
|
---|
| 31 | DHCP=no
|
---|
| 32 | VR0
|
---|
| 33 |
|
---|
[8261] | 34 | $config{'vr1'}=sprintf <<VR1;
|
---|
| 35 | COMMENT=a-link to DeClerq via Nanostation5
|
---|
[7219] | 36 | TYPE=ethernet
|
---|
| 37 | EXTRA_TYPE=eth2wifibridge
|
---|
[7391] | 38 | IP=172.16.3.130/30
|
---|
| 39 | DESC=Ethernet to interlink north-east (DeClerq)
|
---|
| 40 | SDESC=2DeClerq
|
---|
[8098] | 41 | DHCP=no
|
---|
[8261] | 42 | MODE=managed
|
---|
| 43 | ESSID=il-w.declercq.wleiden.net
|
---|
| 44 | CHANNEL=52
|
---|
| 45 | NS_IP=192.168.1.21
|
---|
| 46 | NSMAC=00:15:6D:BD:69:30
|
---|
[7219] | 47 | VR1
|
---|
| 48 |
|
---|
[8261] | 49 | $config{'vr2'}=sprintf <<VR2;
|
---|
| 50 | COMMENT=link to Zijloever via Nanostation5
|
---|
[7219] | 51 | TYPE=ethernet
|
---|
| 52 | EXTRA_TYPE=eth2wifibridge
|
---|
| 53 | IP=172.16.3.157/30
|
---|
[7221] | 54 | DESC=ethernet to interlink noord-2
|
---|
| 55 | SDESC=2Zijloever
|
---|
[8261] | 56 | MODE=master
|
---|
| 57 | ESSID=il-n.roomburgh3.wleiden.net
|
---|
| 58 | CHANNEL=44
|
---|
| 59 | NS_IP=192.168.1.20
|
---|
| 60 | NSMAC=00:15:6D:EA:F0:28
|
---|
[7219] | 61 | VR2
|
---|
| 62 |
|
---|
[7328] | 63 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.