|
Last change
on this file since 8267 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.4 KB
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # config CNodeHofwijck
|
|---|
| 3 | $location="Zorgcentrum Hofwijck, Oranjelaan 38, 2341 CC, Oegstgeest";
|
|---|
| 4 | $master_ip='172.23.16.1';
|
|---|
| 5 | $nodetype='CNode';
|
|---|
| 6 | $nodename='Hofwijck';
|
|---|
| 7 | $release="8.0-RELEASE";
|
|---|
| 8 | $status='up';
|
|---|
| 9 | $X='92795';
|
|---|
| 10 | $Y='466629';
|
|---|
| 11 |
|
|---|
| 12 | $config{'ath0'}=sprintf <<ATH0;
|
|---|
| 13 | COMMENT=ap voor de buurt
|
|---|
| 14 | TYPE=wireless
|
|---|
| 15 | IP=$master_ip/26
|
|---|
| 16 | DESC=AP
|
|---|
| 17 | SDESC=ap
|
|---|
| 18 | DHCP=10-60
|
|---|
| 19 | MODE=master
|
|---|
| 20 | ESSID=ap-WirelessLeiden-Hofwijck
|
|---|
| 21 | CHANNEL=8
|
|---|
| 22 | ATH0
|
|---|
| 23 |
|
|---|
| 24 | $config{'ue0'}=sprintf <<UE0;
|
|---|
| 25 | COMMENT=Ethernet naar Hofwijck
|
|---|
| 26 | TYPE=ethernet
|
|---|
| 27 | IP=172.23.16.65/28
|
|---|
| 28 | DESC=Ethernet naar Hofwijck
|
|---|
| 29 | SDESC=2hofwijck
|
|---|
| 30 | UE0
|
|---|
| 31 |
|
|---|
| 32 | $config{'vr0'}=sprintf <<VR0;
|
|---|
| 33 | COMMENT=b-Link naar Lange Voort
|
|---|
| 34 | TYPE=ethernet
|
|---|
| 35 | EXTRA_TYPE=eth2wifibridge
|
|---|
| 36 | IP=172.16.3.133/30
|
|---|
| 37 | DESC=InterLink naar Lange Voort
|
|---|
| 38 | SDESC=2langevoort
|
|---|
| 39 | DHCP=no
|
|---|
| 40 | MODE=bridge ap
|
|---|
| 41 | ESSID=il-w.hofwijck.wleiden.net
|
|---|
| 42 | CHANNEL=3
|
|---|
| 43 | Bullet_IP=192.168.1.20
|
|---|
| 44 | BulletMAC=00:15:6D:E8:E7:37
|
|---|
| 45 | VR0
|
|---|
| 46 |
|
|---|
| 47 | $config{'vr1'}=sprintf <<VR1;
|
|---|
| 48 | COMMENT=Link naar UniGorN
|
|---|
| 49 | TYPE=ethernet
|
|---|
| 50 | EXTRA_TYPE=eth2wifibridge
|
|---|
| 51 | IP=172.16.4.42/30
|
|---|
| 52 | DESC=Link naar UniGorN
|
|---|
| 53 | SDESC=2unigorn
|
|---|
| 54 | DHCP=no
|
|---|
| 55 | MODE=bridge station
|
|---|
| 56 | ESSID=il-o.unigorn.wleiden.net
|
|---|
| 57 | CHANNEL=104
|
|---|
| 58 | NS_IP=192.168.1.21
|
|---|
| 59 | NSMAC=00:15:6D:F6:BE:DB
|
|---|
| 60 | VR1
|
|---|
| 61 |
|
|---|
| 62 | $config{'vr2'}=sprintf <<VR2;
|
|---|
| 63 | COMMENT=Link naar Lijtweg1
|
|---|
| 64 | TYPE=ethernet
|
|---|
| 65 | EXTRA_TYPE=eth2wifibridge
|
|---|
| 66 | IP=172.16.1.82/30
|
|---|
| 67 | DESC=Link naar Lijtweg1
|
|---|
| 68 | SDESC=2lijtweg1
|
|---|
| 69 | DHCP=no
|
|---|
| 70 | MODE=bridge station
|
|---|
| 71 | ESSID=il-o.lijtweg1.wleiden.net
|
|---|
| 72 | CHANNEL=124
|
|---|
| 73 | NS_IP=192.168.1.21
|
|---|
| 74 | NSMAC=00:15:6D:F6:BE:D0
|
|---|
| 75 | VR2
|
|---|
| 76 |
|
|---|
| 77 |
|
|---|
| 78 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.