source: genesis/nodes/CNodeRoomburgh3/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: 1.7 KB
Line 
1#
2#
3#
4$location="R.K. Zorgcentrum Roomburgh, Hof van Roomburgh 46, 2314 ZC, Leiden";
5$master_ip='172.17.3.1';
6$gw_open='closed';
7$nodetype='CNode';
8$nodename='Roomburgh3';
9$release="7.2-RELEASE";
10$node_config_version="1";
11$genesis_control="YES";
12$OS='FreeBSD';
13$status='up';
14# edugis x,y 95180,462890
15$X='95180';
16$Y='462890';
17
18$config{'ath0'}=sprintf <<AT0; # link naar Rosmolen
19TYPE=wireless
20IP=172.16.3.161/30
21DESC=Link naar Rosmolen
22SDESC=2rosmolen
23SPEED=11534336
24POINT_TO_POINT=172.16.3.162
25MODE=master
26ESSID=il-n3.roomburgh3.wleiden.net
27CHANNEL=9
28POLAR=Hor
29ANTENNA=SD15
30GAIN=15dBi
31DIRECTION=
32BEAMWIDTH=40
33DHCP=no
34AT0
35
36$config{'vr0'}=sprintf <<VR0; # Ethernet to local subnet with PoE
37TYPE=ethernet
38IP=172.18.49.73/28
39DESC=Ethernet to Roomburgh1,2 and lounge
40SDESC=localsubnet
41SPEED=10240000000
42DHCP=no
43VR0
44
45$config{'vr1'}=sprintf <<VR1; # a-link to Leythenrode via Nanostation5
46TYPE=ethernet
47EXTRA_TYPE=eth2wifibridge
48IP=172.16.3.102/30
49DESC=Ethernet to interlink south-west (Leythenrode)
50SDESC=2Leythenrode
51POINT_TO_POINT=172.16.3.101
52MODE=managed
53ESSID=il-zw.leythenrode.wleiden.net
54#CHANNEL=44
55VR1
56
57$config{'vr1:0'}=sprintf <<VR10;
58TYPE=ethernet
59IP=172.16.3.149/30
60DESC=ethernet to nanostation mgmt interface
61SDESC=manageNS5
62DHCP=no
63POINT_TO_POINT=172.16.3.150
64VR10
65
66$config{'vr2'}=sprintf <<VR2; # b-link to Zijloever via Nanostation2
67TYPE=ethernet
68EXTRA_TYPE=eth2wifibridge
69IP=172.16.3.157/30
70DESC=ethernet to interlink noord-2
71SDESC=2Zijloever
72POINT_TO_POINT=172.16.3.158
73MODE=master
74ESSID=il-n2.roomburgh3.wleiden.net
75CHANNEL=6
76VR2
77
78$config{'vr2:0'}=sprintf <<VR20;
79TYPE=ethernet
80IP=172.16.3.153/30
81DESC=ethernet to Nanostation2 management interface
82SDESC=manageNS2
83SPEED=10240000000
84POINT_TO_POINT=172.16.3.154
85VR20
Note: See TracBrowser for help on using the repository browser.