source: genesis/nodes/CNodeHoutmarkt/wleiden.conf@ 7648

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

GAIN variable is not used anymore

  • Property svn:eol-style set to native
File size: 1.5 KB
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeHoutmarkt
6
7$location="Speciale Basisschool Vuurvogel, Houtmarkt 36, 2312 PZ, Leiden";
8$master_ip='172.19.8.1';
9$gw_open='closed';
10$nodetype='CNode';
11$nodename='Houtmarkt';
12$release="5.0-RELEASE";
13$node_config_version="1";
14$genesis_control="YES";
15
16$OS='FreeBSD';
17
18$status='up';
19
20$labelpos='center';
21
22# edugis x,y 94213,464299
23$X='94213';
24$Y='464299';
25
26$config{'ep0'}=sprintf <<ED0; # Ethernet
27TYPE=ethernet
28IP=172.19.8.65/28
29
30
31DESC=Ethernet naar tweemaster
32SDESC=eth
33
34DHCP=66-78
35
36
37
38ED0
39
40
41$config{'wi0'}=sprintf <<EW; # Omni
42TYPE=wireless
43IP=$master_ip/26
44DESC=omni voor de buurt
45SDESC=omni
46
47DHCP=10-60
48
49
50MODE=master
51ESSID=ap-omni.houtmarkt.wleiden.net
52CHANNEL=1
53
54DIRECTION=omni
55BEAMWIDTH=360
56CABLE=0
57HEIGTH=15
58
59EW
60
61$config{'wi1'}=sprintf <<EW; # active test AP
62TYPE=wireless
63IP=172.19.8.81/30
64DESC=TestAp
65SDESC=2locatie
66POINT_TO_POINT=
67
68
69MODE=master
70ESSID=il-test.houtmarkt.wleiden.net
71
72DIRECTION=160
73BEAMWIDTH=40
74CABLE=1
75HEIGTH=22
76
77DHCP=no
78
79EW
80
81$config{'wi2'}=sprintf <<EW; # link naar Cetim2
82TYPE=wireless
83IP=172.16.0.42/30
84DESC=Link naar Cetim2
85SDESC=2Cetim2
86POINT_TO_POINT=172.16.0.41
87
88
89DHCP=no
90
91MODE=managed
92ESSID=il-no.cetim2.wleiden.net
93
94#CHANNEL=10
95
96DIRECTION=200
97BEAMWIDTH=30
98CABLE=2
99HEIGTH=22
100
101DHCP=no
102
103EW
104
105$config{'wi3'}=sprintf <<EW; # link naar Som
106TYPE=wireless
107IP=172.16.0.50/30
108
109DESC=2som
110SDESC=2som
111
112POINT_TO_POINT=172.16.0.49
113
114DHCP=no
115
116
117MODE=managed
118ESSID=il-z.som.wleiden.net
119#CHANNEL=5
120
121DIRECTION=omni
122BEAMWIDTH=360
123CABLE=0
124HEIGTH=22
125
126EW
127
128
129
130
131
Note: See TracBrowser for help on using the repository browser.