source: genesis/nodes/CNodeSHFortis/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#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6$location="Stadhuisplein 1, 2405 SH, Alphen aan den Rijn";
7$master_ip='172.28.136.1';
8$gw_open='closed';
9$nodetype='CNode';
10$nodename='SHFortis';
11$release="5.0-RELEASE";
12$node_config_version="1";
13$genesis_control="YES";
14
15$OS='FreeBSD';
16$labelpos='center';
17
18$status='up';
19
20# edugis x,y 105150,460400
21$X='105150';
22$Y='460400';
23
24#$AGGREGATE=22;
25
26$config{'sis0'}=sprintf <<ED0; # eth
27TYPE=ethernet
28IP=172.28.136.65/29
29
30DESC=2vloer
31SDESC=eth
32
33#DHCP=68-70
34DHCP=no
35
36
37
38
39ED0
40
41$config{'wi0'}=sprintf <<EW0; # OMNI
42TYPE=wireless
43IP=$master_ip/26
44
45DESC=omni voor de buurt
46SDESC=ap-omni
47
48DHCP=10-60
49
50
51MODE=master
52ESSID=ap-omni.shfortis.walphen.net
53CHANNEL=8
54
55ANTENNA=omni
56GAIN=8dBi
57DIRECTION=
58BEAMWIDTH=360
59CABLE=0
60HEIGHT=16
61
62EW0
63
64
65$config{'wi1'}=sprintf <<EW1; # link naar Koster
66TYPE=wireless
67IP=172.28.1.130/30
68DESC=Link naar Koster
69SDESC=2Koster
70POINT_TO_POINT=172.28.1.129
71
72
73
74MODE=master
75ESSID=il-w.shfortis.walphen.net
76CHANNEL=11
77
78ANTENNA=SD15
79GAIN=13dBi
80DIRECTION=210
81BEAMWIDTH=40
82CABLE=1
83HEIGTH=15
84
85DHCP=no
86
87EW1
88
89
90$config{'wi2'}=sprintf <<EW2; # link naar PPFortis
91TYPE=wireless
92IP=172.28.1.138/30
93DESC=Link naar PPFortis
94SDESC=2PPFortis
95POINT_TO_POINT=172.28.1.137
96
97
98MODE=master
99ESSID=il-o.shfortis.walphen.net
100CHANNEL=3
101
102ANTENNA=SD15
103GAIN=15dBi
104DIRECTION=315
105BEAMWIDTH=40
106CABLE=1
107HEIGTH=15
108
109DHCP=no
110
111EW2
112
113
Note: See TracBrowser for help on using the repository browser.