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