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

Last change on this file since 9111 was 8493, checked in by richardvm, 14 years ago

Added status info

  • 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;
22COMMENT=eth
23TYPE=ethernet
24STATUS=up
25IP=172.28.136.65/29
26
27DESC=2vloer
28SDESC=eth
29
30DHCP=68-70
31DHCP=no
32
33
34
35
36ED0
37
38$config{'wi0'}=sprintf <<EW0;
39COMMENT=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;
59COMMENT=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;
78COMMENT=link naar PPFortis
79TYPE=wireless
80IP=172.28.1.138/30
81DESC=Link naar PPFortis
82SDESC=2PPFortis
83
84
85MODE=master
86ESSID=il-o.shfortis.walphen.net
87CHANNEL=3
88
89
90DHCP=no
91
92EW2
93
94
Note: See TracBrowser for help on using the repository browser.