source: genesis/nodes/CNodeBurcht/wleiden.conf@ 7646

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

POLAR variable is not used anymore

  • Property svn:eol-style set to native
File size: 1.4 KB
Line 
1#
2# config CNodeBurcht
3
4$location="Societeit de Burcht, Brugsteeg 14, 2312 JS, Leiden";
5$master_ip='172.17.184.1';
6$gw_open='closed';
7$nodetype='CNode';
8$nodename='Burcht';
9
10$release="7.2";
11$node_config_version="1";
12$genesis_control="YES";
13
14$OS='FreeBSD';
15
16$status='up';
17
18# edugis x,y 93794,463755
19$X='93794';
20$Y='463755';
21
22# Range which spans the two ethernet nic's to the
23# two AP's (sis0, sis1)
24#
25$tproxy='172.17.184.64/26 172.17.184.128/26';
26
27$config{'sis0'}=sprintf <<SIS0;
28TYPE=ethernet
29IP=172.17.184.65/26
30
31DESC=Access Point 1 (tuinzaal)
32SDESC=aptuinzaal
33
34# Keep one IP address (66) available for the
35# Accesspoint itself. The topmost address
36# (127) is broadcast.
37DHCP=67-126
38
39
40SIS0
41
42$config{'sis1'}=sprintf <<SIS1;
43TYPE=ethernet
44IP=172.17.184.129/26
45
46DESC=Access Point 2 (kroeg)
47SDESC=apkroeg
48
49
50# Keep one IP addres for the AP (130)
51# topmost 191 is the broadcast address.
52#
53DHCP=131-190
54
55SIS1
56
57$config{'wi0'}=sprintf <<EW0;
58TYPE=wireless
59IP=172.16.0.146/30
60
61DESC=Interlink naar Vosko
62SDESC=2vosko
63
64DHCP=no
65
66POINT_TO_POINT=172.16.0.145
67
68MODE=managed
69ESSID=il-no.vosko.wleiden.net
70
71ANTENNA=8080
72GAIN=8dBi
73DIRECTION=45
74BEAMWIDTH=180
75CABLE=2
76HEIGTH=15
77
78EW0
79
80
81$config{'wi1'}=sprintf <<EW1;
82TYPE=wireless
83IP=172.16.0.106/30
84
85DESC=Interlink naar Cetim3
86SDESC=2cetim3
87
88DHCP=no
89
90POINT_TO_POINT=172.16.0.105
91
92
93
94MODE=managed
95ESSID=il-nw.cetim3.wleiden.net
96
97
98ANTENNA=8080
99GAIN=8dBi
100
101DIRECTION=240
102BEAMWIDTH=180
103CABLE=2
104HEIGTH=15
105
106EW1
107
108
Note: See TracBrowser for help on using the repository browser.