source: genesis/nodes/CNodeLeythenrode/wleiden.conf@ 7272

Last change on this file since 7272 was 7272, checked in by rick, 15 years ago

As humans are to stupid to do proper end of line markings. Lets give the magic/power to the system.

  • Property svn:eol-style set to native
File size: 2.0 KB
Line 
1# config CNodeLeythenrode
2$location="Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp";
3$master_ip='172.17.1.1';
4$gw_open='closed';
5$nodetype='CNode';
6$nodename='Leythenrode';
7$status='planned';
8$release="6.0-STABLE";
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
19IP=172.17.0.2/24
20DESC=local ethernet with proxy7 and local clients (ap's bridge)
21SDESC=localsubnet
22DHCP=no
23TYPE=ethernet
24VR0
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
53TYPE=ethernet
54EXTRA_TYPE=eth2wifibridge
55IP=172.16.3.77/30
56DESC=Ethernet to interlink northeast (graficall)
57SDESC=2Graficall
58POINT_TO_POINT=172.16.3.78
59MODE=master
60ESSID=il-no.leythenrode.wleiden.net
61CHANNEL=52
62VR1
63
64$config{'vr1:0'}=sprintf <<VR10;
65TYPE=ethernet
66IP=172.16.3.121/30
67DESC=ethernet to nanostation mgmt interface
68SDESC=manageNS2
69DHCP=no
70POINT_TO_POINT=172.16.3.122
71VR10
72
73
74$config{'vr2'}=sprintf <<VR2; # a-link to Roomburgh3 via Nanostation5
75TYPE=ethernet
76EXTRA_TYPE=eth2wifibridge
77IP=172.16.3.101/30
78DESC=ethernet to interlink zuidwest (Roomburgh3)
79SDESC=2Roomburgh3
80POINT_TO_POINT=172.16.3.102
81MODE=master
82ESSID=il-zw.leythenrode.wleiden.net
83CHANNEL=44
84VR2
85
86$config{'vr2:0'}=sprintf <<VR20;
87TYPE=ethernet
88IP=172.16.3.125/30
89DESC=ethernet to Nanostation management interface
90SDESC=manageNS3
91SPEED=10240000000
92POINT_TO_POINT=172.16.3.126
93VR20
94
95
96$config{'ath0'}=sprintf <<ATH0; # Ap voor buurt
97TYPE=wireless
98IP=$master_ip/26
99DESC=AP voor de buurt
100SDESC=ap
101DHCP=10-60
102MODE=master
103ESSID=omni.leythenrode.wleiden.net
104CHANNEL=2
105CARD_OPTION=mode 11b
106POLAR=Vert
107ATH0
108
Note: See TracBrowser for help on using the repository browser.