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