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

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

$labelpos variable is not used anymore

  • Property svn:eol-style set to native
File size: 1.2 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
17$status='up';
18
19# edugis x,y 105150,460400
20$X='105150';
21$Y='460400';
22
23#$AGGREGATE=22;
24
25$config{'sis0'}=sprintf <<ED0; # eth
26TYPE=ethernet
27IP=172.28.136.65/29
28
29DESC=2vloer
30SDESC=eth
31
32#DHCP=68-70
33DHCP=no
34
35
36
37
38ED0
39
40$config{'wi0'}=sprintf <<EW0; # OMNI
41TYPE=wireless
42IP=$master_ip/26
43
44DESC=omni voor de buurt
45SDESC=ap-omni
46
47DHCP=10-60
48
49
50MODE=master
51ESSID=ap-omni.shfortis.walphen.net
52CHANNEL=8
53
54HEIGHT=16
55
56EW0
57
58
59$config{'wi1'}=sprintf <<EW1; # link naar Koster
60TYPE=wireless
61IP=172.28.1.130/30
62DESC=Link naar Koster
63SDESC=2Koster
64
65
66
67MODE=master
68ESSID=il-w.shfortis.walphen.net
69CHANNEL=11
70
71
72DHCP=no
73
74EW1
75
76
77$config{'wi2'}=sprintf <<EW2; # link naar PPFortis
78TYPE=wireless
79IP=172.28.1.138/30
80DESC=Link naar PPFortis
81SDESC=2PPFortis
82
83
84MODE=master
85ESSID=il-o.shfortis.walphen.net
86CHANNEL=3
87
88
89DHCP=no
90
91EW2
92
93
Note: See TracBrowser for help on using the repository browser.