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

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

$genesis_control is not used anymore

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