source: genesis/nodes/CNodeSHFortis/wleiden.conf@ 7645

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

SPEED is not used anywhere

  • Property svn:eol-style set to native
File size: 1.5 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
55POLAR=Vert
56ANTENNA=omni
57GAIN=8dBi
58DIRECTION=
59BEAMWIDTH=360
60CABLE=0
61HEIGHT=16
62
63EW0
64
65
66$config{'wi1'}=sprintf <<EW1; # link naar Koster
67TYPE=wireless
68IP=172.28.1.130/30
69DESC=Link naar Koster
70SDESC=2Koster
71POINT_TO_POINT=172.28.1.129
72
73
74
75MODE=master
76ESSID=il-w.shfortis.walphen.net
77CHANNEL=11
78
79POLAR=Hor
80ANTENNA=SD15
81GAIN=13dBi
82DIRECTION=210
83BEAMWIDTH=40
84CABLE=1
85HEIGTH=15
86
87DHCP=no
88
89EW1
90
91
92$config{'wi2'}=sprintf <<EW2; # link naar PPFortis
93TYPE=wireless
94IP=172.28.1.138/30
95DESC=Link naar PPFortis
96SDESC=2PPFortis
97POINT_TO_POINT=172.28.1.137
98
99
100MODE=master
101ESSID=il-o.shfortis.walphen.net
102CHANNEL=3
103
104POLAR=Hor
105ANTENNA=SD15
106GAIN=15dBi
107DIRECTION=315
108BEAMWIDTH=40
109CABLE=1
110HEIGTH=15
111
112DHCP=no
113
114EW2
115
116
Note: See TracBrowser for help on using the repository browser.