source:
genesis/nodes/CNodeLeythenrode/wleiden.conf@
7924
Last change on this file since 7924 was 7657, 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 | |
9 | ||
10 | #edugis x,y 96728,463407 | |
11 | $X='96728'; | |
12 | $Y='463407'; | |
13 | ||
[6927] | 14 | $config{'vr0'}=sprintf <<VR0; # ethernet to local subnet with PoE |
[7107] | 15 | IP=172.17.0.2/24 |
[7115] | 16 | DESC=local ethernet with proxy7 and local clients (ap's bridge) |
[6925] | 17 | SDESC=localsubnet |
[7107] | 18 | DHCP=no |
[7026] | 19 | TYPE=ethernet |
[6927] | 20 | VR0 |
[6925] | 21 | |
22 | #configuration of local AP's | |
23 | # | |
24 | #AP-1 zuidoost | |
25 | #ESSID=ap-zo.leythenrode | |
[7115] | 26 | #LAN_IP=172.17.0.3/24 |
27 | #MODE=bridge | |
[6928] | 28 | #CHANNEL=2 |
[6925] | 29 | # |
30 | #AP-2 zuidwest | |
31 | #ESSID=ap-zw.leythenrode | |
[7115] | 32 | #LAN_IP=172.17.0.4/24 |
33 | #MODE=bridge | |
[6928] | 34 | #CHANNEL=11 |
[6925] | 35 | |
36 | #AP-3 noordwest | |
[6928] | 37 | #ESSID=ap-nw.leythenrode |
[7115] | 38 | #LAN_IP=172.17.0.5/24 |
39 | #MODE=bridge | |
[6928] | 40 | #CHANNEL=5 |
[6925] | 41 | |
42 | #AP-4 noordoost | |
43 | #ESSID=ap-no.leythenrode | |
[7115] | 44 | #LAN_IP=172.17.0.6/24 |
45 | #MODE=bridge | |
[6928] | 46 | #CHANNEL=8 |
[6925] | 47 | |
[6927] | 48 | $config{'vr1'}=sprintf <<VR1; # a-link to Graficall via Nanostation5 |
[6925] | 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 | |
[6927] | 57 | VR1 |
[6925] | 58 | |
[6927] | 59 | $config{'vr1:0'}=sprintf <<VR10; |
[6925] | 60 | TYPE=ethernet |
61 | IP=172.16.3.121/30 | |
62 | DESC=ethernet to nanostation mgmt interface | |
63 | SDESC=manageNS2 | |
64 | DHCP=no | |
[6927] | 65 | VR10 |
[6925] | 66 | |
67 | ||
[7547] | 68 | $config{'vr2'}=sprintf <<VR2; # a-link to DeClercq via Nanostation5 |
[6925] | 69 | TYPE=ethernet |
70 | EXTRA_TYPE=eth2wifibridge | |
[7218] | 71 | IP=172.16.3.101/30 |
[7243] | 72 | DESC=ethernet to interlink zuidwest (Roomburgh3) |
[7547] | 73 | SDESC=2DeClercq |
[6925] | 74 | MODE=master |
75 | ESSID=il-zw.leythenrode.wleiden.net | |
[6929] | 76 | CHANNEL=44 |
[6927] | 77 | VR2 |
[6925] | 78 | |
[6927] | 79 | $config{'vr2:0'}=sprintf <<VR20; |
[6925] | 80 | TYPE=ethernet |
81 | IP=172.16.3.125/30 | |
82 | DESC=ethernet to Nanostation management interface | |
83 | SDESC=manageNS3 | |
[6927] | 84 | VR20 |
[6925] | 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.