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

Last change on this file since 6387 was 6387, checked in by rick, 16 years ago

Removed old accient OSPF records as they are long time not used anymore
svn/node-config/genesis $ for file in */*/wleiden.conf; do grep -v 'OSPF' $file > $file.new; mv $file.new $file; done

  • 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 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
32SPEED=10240000000
33
34#DHCP=68-70
35DHCP=no
36
37
38
39
40ED0
41
42$config{'wi0'}=sprintf <<EW0; # OMNI
43TYPE=wireless
44IP=$master_ip/26
45
46DESC=omni voor de buurt
47SDESC=ap-omni
48SPEED=11534336
49
50DHCP=10-60
51
52
53MODE=master
54ESSID=ap-omni.shfortis.walphen.net
55CHANNEL=8
56
57POLAR=Vert
58ANTENNA=omni
59GAIN=8dBi
60DIRECTION=
61BEAMWIDTH=360
62CABLE=0
63HEIGHT=16
64
65EW0
66
67
68$config{'wi1'}=sprintf <<EW1; # link naar Koster
69TYPE=wireless
70IP=172.28.1.130/30
71DESC=Link naar Koster
72SDESC=2Koster
73SPEED=11534336
74POINT_TO_POINT=172.28.1.129
75
76
77
78MODE=master
79ESSID=il-w.shfortis.walphen.net
80CHANNEL=11
81
82POLAR=Hor
83ANTENNA=SD15
84GAIN=13dBi
85DIRECTION=210
86BEAMWIDTH=40
87CABLE=1
88HEIGTH=15
89
90DHCP=no
91
92EW1
93
94
95$config{'wi2'}=sprintf <<EW2; # link naar PPFortis
96TYPE=wireless
97IP=172.28.1.138/30
98DESC=Link naar PPFortis
99SDESC=2PPFortis
100SPEED=11534336
101POINT_TO_POINT=172.28.1.137
102
103
104MODE=master
105ESSID=il-o.shfortis.walphen.net
106CHANNEL=3
107
108POLAR=Hor
109ANTENNA=SD15
110GAIN=15dBi
111DIRECTION=315
112BEAMWIDTH=40
113CABLE=1
114HEIGTH=15
115
116DHCP=no
117
118EW2
119
120
Note: See TracBrowser for help on using the repository browser.