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

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

configuratie nodeleythenrode en proxy7 in genesis

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