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