Last change
on this file since 7656 was 7656, checked in by rick, 15 years ago |
$node_config_version is not used anymore
|
-
Property svn:eol-style
set to
native
|
File size:
1.8 KB
|
Line | |
---|
1 | # config CNodeLeythenrode
|
---|
2 | $location="Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351 CP, Leiderdorp";
|
---|
3 | $master_ip='172.17.1.1';
|
---|
4 | $nodetype='CNode';
|
---|
5 | $nodename='Leythenrode';
|
---|
6 | $status='planned';
|
---|
7 | $release="7.2-RELEASE";
|
---|
8 | $genesis_control="YES";
|
---|
9 |
|
---|
10 |
|
---|
11 | #edugis x,y 96728,463407
|
---|
12 | $X='96728';
|
---|
13 | $Y='463407';
|
---|
14 |
|
---|
15 | $config{'vr0'}=sprintf <<VR0; # ethernet to local subnet with PoE
|
---|
16 | IP=172.17.0.2/24
|
---|
17 | DESC=local ethernet with proxy7 and local clients (ap's bridge)
|
---|
18 | SDESC=localsubnet
|
---|
19 | DHCP=no
|
---|
20 | TYPE=ethernet
|
---|
21 | VR0
|
---|
22 |
|
---|
23 | #configuration of local AP's
|
---|
24 | #
|
---|
25 | #AP-1 zuidoost
|
---|
26 | #ESSID=ap-zo.leythenrode
|
---|
27 | #LAN_IP=172.17.0.3/24
|
---|
28 | #MODE=bridge
|
---|
29 | #CHANNEL=2
|
---|
30 | #
|
---|
31 | #AP-2 zuidwest
|
---|
32 | #ESSID=ap-zw.leythenrode
|
---|
33 | #LAN_IP=172.17.0.4/24
|
---|
34 | #MODE=bridge
|
---|
35 | #CHANNEL=11
|
---|
36 |
|
---|
37 | #AP-3 noordwest
|
---|
38 | #ESSID=ap-nw.leythenrode
|
---|
39 | #LAN_IP=172.17.0.5/24
|
---|
40 | #MODE=bridge
|
---|
41 | #CHANNEL=5
|
---|
42 |
|
---|
43 | #AP-4 noordoost
|
---|
44 | #ESSID=ap-no.leythenrode
|
---|
45 | #LAN_IP=172.17.0.6/24
|
---|
46 | #MODE=bridge
|
---|
47 | #CHANNEL=8
|
---|
48 |
|
---|
49 | $config{'vr1'}=sprintf <<VR1; # a-link to Graficall via Nanostation5
|
---|
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
|
---|
58 | VR1
|
---|
59 |
|
---|
60 | $config{'vr1:0'}=sprintf <<VR10;
|
---|
61 | TYPE=ethernet
|
---|
62 | IP=172.16.3.121/30
|
---|
63 | DESC=ethernet to nanostation mgmt interface
|
---|
64 | SDESC=manageNS2
|
---|
65 | DHCP=no
|
---|
66 | VR10
|
---|
67 |
|
---|
68 |
|
---|
69 | $config{'vr2'}=sprintf <<VR2; # a-link to DeClercq via Nanostation5
|
---|
70 | TYPE=ethernet
|
---|
71 | EXTRA_TYPE=eth2wifibridge
|
---|
72 | IP=172.16.3.101/30
|
---|
73 | DESC=ethernet to interlink zuidwest (Roomburgh3)
|
---|
74 | SDESC=2DeClercq
|
---|
75 | MODE=master
|
---|
76 | ESSID=il-zw.leythenrode.wleiden.net
|
---|
77 | CHANNEL=44
|
---|
78 | VR2
|
---|
79 |
|
---|
80 | $config{'vr2:0'}=sprintf <<VR20;
|
---|
81 | TYPE=ethernet
|
---|
82 | IP=172.16.3.125/30
|
---|
83 | DESC=ethernet to Nanostation management interface
|
---|
84 | SDESC=manageNS3
|
---|
85 | VR20
|
---|
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.