source: genesis/nodes/CNodeLeythenrode/wleiden.conf@ 6928

Last change on this file since 6928 was 6928, checked in by huub, 16 years ago

aanvulling config wandys leythenrode

File size: 1.9 KB
RevLine 
[6925]1# config CNodeLeythenrode
2$location="Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp";
3$master_ip='172.17.0.1';
[6927]4$config{'vr0'}=sprintf <<VR0; # ethernet to local subnet with PoE
[6925]5IP=172.16.3.65/28
6DESC=local ethernet for proxy7 and local ap's
7SDESC=localsubnet
8DHCP=67-70
[6927]9VR0
[6925]10
11#configuration of local AP's
12#
13#AP-1 zuidoost
14#ESSID=ap-zo.leythenrode
15#LAN_IP=192.168.1.1/24
16#WAN_IP=172.16.3.71/28
17#MODE=router
[6928]18#CHANNEL=2
[6925]19#
20#AP-2 zuidwest
21#ESSID=ap-zw.leythenrode
22#LAN_IP=192.168.2.1/24
23#WAN_IP=172.16.3.72/28
24#MODE=router
[6928]25#CHANNEL=11
[6925]26
27#AP-3 noordwest
[6928]28#ESSID=ap-nw.leythenrode
[6925]29#LAN_IP=192.168.3.1/24
30#WAN_IP=172.16.3.73/28
31#MODE=router
[6928]32#CHANNEL=5
[6925]33
34#AP-4 noordoost
35#ESSID=ap-no.leythenrode
36#LAN_IP=192.168.4.1/24
37#WAN_IP=172.16.3.74/28
38#MODE=router
[6928]39#CHANNEL=8
[6925]40
[6927]41$config{'vr1'}=sprintf <<VR1; # a-link to Graficall via Nanostation5
[6925]42TYPE=ethernet
43EXTRA_TYPE=eth2wifibridge
44IP=172.16.3.77/30
45DESC=Ethernet to interlink northeast (graficall)
46SDESC=2Graficall
47POINT_TO_POINT=172.16.3.78
48MODE=master
49ESSID=il-no.leythenrode.wleiden.net
50CHANNEL=52
[6927]51VR1
[6925]52
[6927]53$config{'vr1:0'}=sprintf <<VR10;
[6925]54TYPE=ethernet
55IP=172.16.3.121/30
56DESC=ethernet to nanostation mgmt interface
57SDESC=manageNS2
58DHCP=no
59POINT_TO_POINT=172.16.3.122
[6927]60VR10
[6925]61
62
[6927]63$config{'vr2'}=sprintf <<VR2; # a-link to Roomburgh2 via Nanostation5
[6925]64TYPE=ethernet
65EXTRA_TYPE=eth2wifibridge
66IP=172.16.3.100/30
67DESC=ethernet to interlink zuidwest (Roomburgh2)
68SDESC=2Roomburgh2
69POINT_TO_POINT=172.16.3.101
70MODE=master
71ESSID=il-zw.leythenrode.wleiden.net
72CHANNEL=46
[6927]73VR2
[6925]74
[6927]75$config{'vr2:0'}=sprintf <<VR20;
[6925]76TYPE=ethernet
77IP=172.16.3.125/30
78DESC=ethernet to Nanostation management interface
79SDESC=manageNS3
80SPEED=10240000000
81POINT_TO_POINT=172.16.3.126
[6927]82VR20
[6925]83
84
85$config{'ath0'}=sprintf <<ATH0; # Ap voor buurt
86TYPE=wireless
87IP=$master_ip/26
88DESC=AP voor de buurt
89SDESC=ap
90DHCP=10-60
91MODE=master
92ESSID=omni.leythenrode.wleiden.net
93CHANNEL=2
94CARD_OPTION=mode 11b
95POLAR=Vert
96ATH0
97
Note: See TracBrowser for help on using the repository browser.