|
Last change
on this file since 7691 was 7657, checked in by rick, 16 years ago |
|
$genesis_control is not used anymore
|
-
Property svn:eol-style
set to
native
|
|
File size:
1.8 KB
|
| Line | |
|---|
| 1 | # config CNodeLeythenrode
|
|---|
| 2 | $location="Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351 CP, Leiderdorp";
|
|---|
| 3 | $master_ip='172.17.1.1';
|
|---|
| 4 | $nodetype='CNode';
|
|---|
| 5 | $nodename='Leythenrode';
|
|---|
| 6 | $status='planned';
|
|---|
| 7 | $release="7.2-RELEASE";
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 | #edugis x,y 96728,463407
|
|---|
| 11 | $X='96728';
|
|---|
| 12 | $Y='463407';
|
|---|
| 13 |
|
|---|
| 14 | $config{'vr0'}=sprintf <<VR0; # ethernet to local subnet with PoE
|
|---|
| 15 | IP=172.17.0.2/24
|
|---|
| 16 | DESC=local ethernet with proxy7 and local clients (ap's bridge)
|
|---|
| 17 | SDESC=localsubnet
|
|---|
| 18 | DHCP=no
|
|---|
| 19 | TYPE=ethernet
|
|---|
| 20 | VR0
|
|---|
| 21 |
|
|---|
| 22 | #configuration of local AP's
|
|---|
| 23 | #
|
|---|
| 24 | #AP-1 zuidoost
|
|---|
| 25 | #ESSID=ap-zo.leythenrode
|
|---|
| 26 | #LAN_IP=172.17.0.3/24
|
|---|
| 27 | #MODE=bridge
|
|---|
| 28 | #CHANNEL=2
|
|---|
| 29 | #
|
|---|
| 30 | #AP-2 zuidwest
|
|---|
| 31 | #ESSID=ap-zw.leythenrode
|
|---|
| 32 | #LAN_IP=172.17.0.4/24
|
|---|
| 33 | #MODE=bridge
|
|---|
| 34 | #CHANNEL=11
|
|---|
| 35 |
|
|---|
| 36 | #AP-3 noordwest
|
|---|
| 37 | #ESSID=ap-nw.leythenrode
|
|---|
| 38 | #LAN_IP=172.17.0.5/24
|
|---|
| 39 | #MODE=bridge
|
|---|
| 40 | #CHANNEL=5
|
|---|
| 41 |
|
|---|
| 42 | #AP-4 noordoost
|
|---|
| 43 | #ESSID=ap-no.leythenrode
|
|---|
| 44 | #LAN_IP=172.17.0.6/24
|
|---|
| 45 | #MODE=bridge
|
|---|
| 46 | #CHANNEL=8
|
|---|
| 47 |
|
|---|
| 48 | $config{'vr1'}=sprintf <<VR1; # a-link to Graficall via Nanostation5
|
|---|
| 49 | TYPE=ethernet
|
|---|
| 50 | EXTRA_TYPE=eth2wifibridge
|
|---|
| 51 | IP=172.16.3.77/30
|
|---|
| 52 | DESC=Ethernet to interlink northeast (graficall)
|
|---|
| 53 | SDESC=2Graficall
|
|---|
| 54 | MODE=master
|
|---|
| 55 | ESSID=il-no.leythenrode.wleiden.net
|
|---|
| 56 | CHANNEL=52
|
|---|
| 57 | VR1
|
|---|
| 58 |
|
|---|
| 59 | $config{'vr1:0'}=sprintf <<VR10;
|
|---|
| 60 | TYPE=ethernet
|
|---|
| 61 | IP=172.16.3.121/30
|
|---|
| 62 | DESC=ethernet to nanostation mgmt interface
|
|---|
| 63 | SDESC=manageNS2
|
|---|
| 64 | DHCP=no
|
|---|
| 65 | VR10
|
|---|
| 66 |
|
|---|
| 67 |
|
|---|
| 68 | $config{'vr2'}=sprintf <<VR2; # a-link to DeClercq via Nanostation5
|
|---|
| 69 | TYPE=ethernet
|
|---|
| 70 | EXTRA_TYPE=eth2wifibridge
|
|---|
| 71 | IP=172.16.3.101/30
|
|---|
| 72 | DESC=ethernet to interlink zuidwest (Roomburgh3)
|
|---|
| 73 | SDESC=2DeClercq
|
|---|
| 74 | MODE=master
|
|---|
| 75 | ESSID=il-zw.leythenrode.wleiden.net
|
|---|
| 76 | CHANNEL=44
|
|---|
| 77 | VR2
|
|---|
| 78 |
|
|---|
| 79 | $config{'vr2:0'}=sprintf <<VR20;
|
|---|
| 80 | TYPE=ethernet
|
|---|
| 81 | IP=172.16.3.125/30
|
|---|
| 82 | DESC=ethernet to Nanostation management interface
|
|---|
| 83 | SDESC=manageNS3
|
|---|
| 84 | VR20
|
|---|
| 85 |
|
|---|
| 86 |
|
|---|
| 87 | $config{'ath0'}=sprintf <<ATH0; # Ap voor buurt
|
|---|
| 88 | TYPE=wireless
|
|---|
| 89 | IP=$master_ip/26
|
|---|
| 90 | DESC=AP voor de buurt
|
|---|
| 91 | SDESC=ap
|
|---|
| 92 | DHCP=10-60
|
|---|
| 93 | MODE=master
|
|---|
| 94 | ESSID=omni.leythenrode.wleiden.net
|
|---|
| 95 | CHANNEL=2
|
|---|
| 96 | CARD_OPTION=mode 11b
|
|---|
| 97 | ATH0
|
|---|
| 98 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.