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

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

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