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