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
RevLine 
[6925]1# config CNodeLeythenrode
2$location="Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp";
[7115]3$master_ip='172.17.1.1';
[6932]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
[6927]18$config{'vr0'}=sprintf <<VR0; # ethernet to local subnet with PoE
[7107]19IP=172.17.0.2/24
[7115]20DESC=local ethernet with proxy7 and local clients (ap's bridge)
[6925]21SDESC=localsubnet
[7107]22DHCP=no
[7026]23TYPE=ethernet
[6927]24VR0
[6925]25
26#configuration of local AP's
27#
28#AP-1 zuidoost
29#ESSID=ap-zo.leythenrode
[7115]30#LAN_IP=172.17.0.3/24
31#MODE=bridge
[6928]32#CHANNEL=2
[6925]33#
34#AP-2 zuidwest
35#ESSID=ap-zw.leythenrode
[7115]36#LAN_IP=172.17.0.4/24
37#MODE=bridge
[6928]38#CHANNEL=11
[6925]39
40#AP-3 noordwest
[6928]41#ESSID=ap-nw.leythenrode
[7115]42#LAN_IP=172.17.0.5/24
43#MODE=bridge
[6928]44#CHANNEL=5
[6925]45
46#AP-4 noordoost
47#ESSID=ap-no.leythenrode
[7115]48#LAN_IP=172.17.0.6/24
49#MODE=bridge
[6928]50#CHANNEL=8
[6925]51
[6927]52$config{'vr1'}=sprintf <<VR1; # a-link to Graficall via Nanostation5
[6925]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
[6927]62VR1
[6925]63
[6927]64$config{'vr1:0'}=sprintf <<VR10;
[6925]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
[6927]71VR10
[6925]72
73
[7243]74$config{'vr2'}=sprintf <<VR2; # a-link to Roomburgh3 via Nanostation5
[6925]75TYPE=ethernet
76EXTRA_TYPE=eth2wifibridge
[7218]77IP=172.16.3.101/30
[7243]78DESC=ethernet to interlink zuidwest (Roomburgh3)
79SDESC=2Roomburgh3
[7218]80POINT_TO_POINT=172.16.3.102
[6925]81MODE=master
82ESSID=il-zw.leythenrode.wleiden.net
[6929]83CHANNEL=44
[6927]84VR2
[6925]85
[6927]86$config{'vr2:0'}=sprintf <<VR20;
[6925]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
[6927]93VR20
[6925]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.