Last change
on this file since 6925 was 6925, checked in by huub, 16 years ago |
configuratie nodeleythenrode en proxy7 in genesis
|
File size:
1.8 KB
|
Line | |
---|
1 | # config CNodeLeythenrode
|
---|
2 | $location="Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp";
|
---|
3 | $master_ip='172.17.0.1';
|
---|
4 | $config{'sis0'}=sprintf <<SIS0; # ethernet to local subnet with PoE
|
---|
5 | IP=172.16.3.65/28
|
---|
6 | DESC=local ethernet for proxy7 and local ap's
|
---|
7 | SDESC=localsubnet
|
---|
8 | DHCP=67-70
|
---|
9 | SIS0
|
---|
10 |
|
---|
11 | #configuration of local AP's
|
---|
12 | #
|
---|
13 | #AP-1 zuidoost
|
---|
14 | #ESSID=ap-zo.leythenrode
|
---|
15 | #LAN_IP=192.168.1.1/24
|
---|
16 | #WAN_IP=172.16.3.71/28
|
---|
17 | #MODE=router
|
---|
18 | #
|
---|
19 | #AP-2 zuidwest
|
---|
20 | #ESSID=ap-zw.leythenrode
|
---|
21 | #LAN_IP=192.168.2.1/24
|
---|
22 | #WAN_IP=172.16.3.72/28
|
---|
23 | #MODE=router
|
---|
24 |
|
---|
25 | #AP-3 noordwest
|
---|
26 | #ESSID=ap-zo.leythenrode
|
---|
27 | #LAN_IP=192.168.3.1/24
|
---|
28 | #WAN_IP=172.16.3.73/28
|
---|
29 | #MODE=router
|
---|
30 |
|
---|
31 | #AP-4 noordoost
|
---|
32 | #ESSID=ap-no.leythenrode
|
---|
33 | #LAN_IP=192.168.4.1/24
|
---|
34 | #WAN_IP=172.16.3.74/28
|
---|
35 | #MODE=router
|
---|
36 |
|
---|
37 | $config{''}=sprintf <<SIS2; # a-link to Graficall via Nanostation5
|
---|
38 | TYPE=ethernet
|
---|
39 | EXTRA_TYPE=eth2wifibridge
|
---|
40 | IP=172.16.3.77/30
|
---|
41 | DESC=Ethernet to interlink northeast (graficall)
|
---|
42 | SDESC=2Graficall
|
---|
43 | POINT_TO_POINT=172.16.3.78
|
---|
44 | MODE=master
|
---|
45 | ESSID=il-no.leythenrode.wleiden.net
|
---|
46 | CHANNEL=52
|
---|
47 | SIS2
|
---|
48 |
|
---|
49 | $config{'sis2:0'}=sprintf <<SIS20;
|
---|
50 | TYPE=ethernet
|
---|
51 | IP=172.16.3.121/30
|
---|
52 | DESC=ethernet to nanostation mgmt interface
|
---|
53 | SDESC=manageNS2
|
---|
54 | DHCP=no
|
---|
55 | POINT_TO_POINT=172.16.3.122
|
---|
56 | SIS20
|
---|
57 |
|
---|
58 |
|
---|
59 | $config{'sis3'}=sprintf <<SIS3; # a-link to Roomburgh2 via Nanostation5
|
---|
60 | TYPE=ethernet
|
---|
61 | EXTRA_TYPE=eth2wifibridge
|
---|
62 | IP=172.16.3.100/30
|
---|
63 | DESC=ethernet to interlink zuidwest (Roomburgh2)
|
---|
64 | SDESC=2Roomburgh2
|
---|
65 | POINT_TO_POINT=172.16.3.101
|
---|
66 | MODE=master
|
---|
67 | ESSID=il-zw.leythenrode.wleiden.net
|
---|
68 | CHANNEL=46
|
---|
69 | SIS3
|
---|
70 |
|
---|
71 | $config{'sis3:0'}=sprintf <<SIS30;
|
---|
72 | TYPE=ethernet
|
---|
73 | IP=172.16.3.125/30
|
---|
74 | DESC=ethernet to Nanostation management interface
|
---|
75 | SDESC=manageNS3
|
---|
76 | SPEED=10240000000
|
---|
77 | POINT_TO_POINT=172.16.3.126
|
---|
78 | SIS30
|
---|
79 |
|
---|
80 |
|
---|
81 | $config{'ath0'}=sprintf <<ATH0; # Ap voor buurt
|
---|
82 | TYPE=wireless
|
---|
83 | IP=$master_ip/26
|
---|
84 | DESC=AP voor de buurt
|
---|
85 | SDESC=ap
|
---|
86 | DHCP=10-60
|
---|
87 | MODE=master
|
---|
88 | ESSID=omni.leythenrode.wleiden.net
|
---|
89 | CHANNEL=2
|
---|
90 | CARD_OPTION=mode 11b
|
---|
91 | POLAR=Vert
|
---|
92 | ATH0
|
---|
93 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.