|
Last change
on this file since 8292 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.
|
-
Property svn:eol-style
set to
native
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # config CNodeVosko1
|
|---|
| 3 |
|
|---|
| 4 | $location="Pieterskerk, Kloksteeg 16, 2311 SL, Leiden";
|
|---|
| 5 | $master_ip='172.17.174.1';
|
|---|
| 6 | $nodetype='CNode';
|
|---|
| 7 | $nodename='Vosko1';
|
|---|
| 8 | $release="8.0-RELEASE";
|
|---|
| 9 | $status='up';
|
|---|
| 10 | $X='93459';
|
|---|
| 11 | $Y='463657';
|
|---|
| 12 |
|
|---|
| 13 | $config{'ath0'}=sprintf <<ATH0;
|
|---|
| 14 | COMMENT=ap west
|
|---|
| 15 | TYPE=wireless
|
|---|
| 16 | IP=$master_ip/26
|
|---|
| 17 | DESC=AP west
|
|---|
| 18 | SDESC=ap-w
|
|---|
| 19 | DHCP=10-60
|
|---|
| 20 | MODE=master
|
|---|
| 21 | ESSID=ap-WirelessLeiden-Vosko1
|
|---|
| 22 | CHANNEL=6
|
|---|
| 23 | ATH0
|
|---|
| 24 |
|
|---|
| 25 | $config{'ath0:0'}=sprintf <<ATH00;
|
|---|
| 26 | COMMENT=link Thomas
|
|---|
| 27 | TYPE=wireless
|
|---|
| 28 | IP=172.16.0.205/30
|
|---|
| 29 | DESC=Link naar Thomas
|
|---|
| 30 | SDESC=2thomas
|
|---|
| 31 | DHCP=no
|
|---|
| 32 | ATH00
|
|---|
| 33 |
|
|---|
| 34 | $config{'ath0:1'}=sprintf <<ATH01;
|
|---|
| 35 | COMMENT=link OBLSte
|
|---|
| 36 | TYPE=wireless
|
|---|
| 37 | IP=172.16.3.5/30
|
|---|
| 38 | DESC=Link naar OBLSte
|
|---|
| 39 | SDESC=2OBLSte
|
|---|
| 40 | DHCP=no
|
|---|
| 41 | ATH01
|
|---|
| 42 |
|
|---|
| 43 | $config{'vr0'}=sprintf <<VR0;
|
|---|
| 44 | COMMENT=lokaal ethernet
|
|---|
| 45 | TYPE=ethernet
|
|---|
| 46 | IP=172.17.175.71/28
|
|---|
| 47 | DESC=lokaal ethernet
|
|---|
| 48 | SDESC=ethernet
|
|---|
| 49 | DHCP=no
|
|---|
| 50 | VR0
|
|---|
| 51 |
|
|---|
| 52 | $config{'vr1'}=sprintf <<VR1;
|
|---|
| 53 | COMMENT=a-link
|
|---|
| 54 | TYPE=ethernet
|
|---|
| 55 | EXTRA_TYPE=eth2wifibridge
|
|---|
| 56 | IP=172.16.3.69/30
|
|---|
| 57 | DESC=interlink south-west
|
|---|
| 58 | SDESC=2zw
|
|---|
| 59 | DHCP=no
|
|---|
| 60 | MODE=master
|
|---|
| 61 | ESSID=il-zw.vosko1.wleiden.net
|
|---|
| 62 | CHANNEL=64
|
|---|
| 63 | NSMAC=00:15:6D:ED:83:7D
|
|---|
| 64 | VR1
|
|---|
| 65 |
|
|---|
| 66 | $config{'vr2'}=sprintf <<VR2;
|
|---|
| 67 | COMMENT=Ethernet/PoE naar AP in kerk
|
|---|
| 68 | TYPE=ethernet
|
|---|
| 69 | IP=172.17.174.65/28
|
|---|
| 70 | DESC=Ethernet naar Pieterskerk
|
|---|
| 71 | SDESC=2kerk
|
|---|
| 72 | NS2_LOCO_IP=192.168.1.20
|
|---|
| 73 | DHCP=67-78
|
|---|
| 74 | VR2
|
|---|
| 75 |
|
|---|
| 76 |
|
|---|
| 77 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.