Last change
on this file since 7645 was 7645, checked in by rick, 15 years ago |
SPEED is not used anywhere
|
-
Property svn:eol-style
set to
native
|
File size:
2.0 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 | $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.17.0.2/24
|
---|
20 | DESC=local ethernet with proxy7 and local clients (ap's bridge)
|
---|
21 | SDESC=localsubnet
|
---|
22 | DHCP=no
|
---|
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=172.17.0.3/24
|
---|
31 | #MODE=bridge
|
---|
32 | #CHANNEL=2
|
---|
33 | #
|
---|
34 | #AP-2 zuidwest
|
---|
35 | #ESSID=ap-zw.leythenrode
|
---|
36 | #LAN_IP=172.17.0.4/24
|
---|
37 | #MODE=bridge
|
---|
38 | #CHANNEL=11
|
---|
39 |
|
---|
40 | #AP-3 noordwest
|
---|
41 | #ESSID=ap-nw.leythenrode
|
---|
42 | #LAN_IP=172.17.0.5/24
|
---|
43 | #MODE=bridge
|
---|
44 | #CHANNEL=5
|
---|
45 |
|
---|
46 | #AP-4 noordoost
|
---|
47 | #ESSID=ap-no.leythenrode
|
---|
48 | #LAN_IP=172.17.0.6/24
|
---|
49 | #MODE=bridge
|
---|
50 | #CHANNEL=8
|
---|
51 |
|
---|
52 | $config{'vr1'}=sprintf <<VR1; # a-link to Graficall via Nanostation5
|
---|
53 | TYPE=ethernet
|
---|
54 | EXTRA_TYPE=eth2wifibridge
|
---|
55 | IP=172.16.3.77/30
|
---|
56 | DESC=Ethernet to interlink northeast (graficall)
|
---|
57 | SDESC=2Graficall
|
---|
58 | POINT_TO_POINT=172.16.3.78
|
---|
59 | MODE=master
|
---|
60 | ESSID=il-no.leythenrode.wleiden.net
|
---|
61 | CHANNEL=52
|
---|
62 | VR1
|
---|
63 |
|
---|
64 | $config{'vr1:0'}=sprintf <<VR10;
|
---|
65 | TYPE=ethernet
|
---|
66 | IP=172.16.3.121/30
|
---|
67 | DESC=ethernet to nanostation mgmt interface
|
---|
68 | SDESC=manageNS2
|
---|
69 | DHCP=no
|
---|
70 | POINT_TO_POINT=172.16.3.122
|
---|
71 | VR10
|
---|
72 |
|
---|
73 |
|
---|
74 | $config{'vr2'}=sprintf <<VR2; # a-link to DeClercq via Nanostation5
|
---|
75 | TYPE=ethernet
|
---|
76 | EXTRA_TYPE=eth2wifibridge
|
---|
77 | IP=172.16.3.101/30
|
---|
78 | DESC=ethernet to interlink zuidwest (Roomburgh3)
|
---|
79 | SDESC=2DeClercq
|
---|
80 | POINT_TO_POINT=172.16.3.102
|
---|
81 | MODE=master
|
---|
82 | ESSID=il-zw.leythenrode.wleiden.net
|
---|
83 | CHANNEL=44
|
---|
84 | VR2
|
---|
85 |
|
---|
86 | $config{'vr2:0'}=sprintf <<VR20;
|
---|
87 | TYPE=ethernet
|
---|
88 | IP=172.16.3.125/30
|
---|
89 | DESC=ethernet to Nanostation management interface
|
---|
90 | SDESC=manageNS3
|
---|
91 | POINT_TO_POINT=172.16.3.126
|
---|
92 | VR20
|
---|
93 |
|
---|
94 |
|
---|
95 | $config{'ath0'}=sprintf <<ATH0; # Ap voor buurt
|
---|
96 | TYPE=wireless
|
---|
97 | IP=$master_ip/26
|
---|
98 | DESC=AP voor de buurt
|
---|
99 | SDESC=ap
|
---|
100 | DHCP=10-60
|
---|
101 | MODE=master
|
---|
102 | ESSID=omni.leythenrode.wleiden.net
|
---|
103 | CHANNEL=2
|
---|
104 | CARD_OPTION=mode 11b
|
---|
105 | POLAR=Vert
|
---|
106 | ATH0
|
---|
107 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.