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