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