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

Last change on this file since 10047 was 10047, checked in by rick, 13 years ago

Removing obsolete comments to make files cleaner for migration to new config
format.

Related-To ticket:117

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1$location="Stadhuisplein 1, 2405 SH, Alphen aan den Rijn";
2$master_ip='172.28.136.1';
3$nodetype='CNode';
4$nodename='SHFortis';
5$release="5.0-RELEASE";
6
7
8$status='up';
9
10# edugis x,y 105150,460400
11$X='105150';
12$Y='460400';
13
14#$AGGREGATE=22;
15
16$config{'sis0'}=sprintf <<ED0;
17COMMENT=eth
18TYPE=ethernet
19STATUS=up
20IP=172.28.136.65/29
21
22DESC=2vloer
23SDESC=eth
24
25DHCP=68-70
26DHCP=no
27
28
29
30
31ED0
32
33$config{'wi0'}=sprintf <<EW0;
34COMMENT=OMNI
35TYPE=wireless
36IP=$master_ip/26
37
38DESC=omni voor de buurt
39SDESC=ap-omni
40
41DHCP=10-60
42
43
44MODE=master
45ESSID=ap-omni.shfortis.walphen.net
46CHANNEL=8
47
48HEIGHT=16
49
50EW0
51
52
53$config{'wi1'}=sprintf <<EW1;
54COMMENT=link naar Koster
55TYPE=wireless
56IP=172.28.1.130/30
57DESC=Link naar Koster
58SDESC=2Koster
59
60
61
62MODE=master
63ESSID=il-w.shfortis.walphen.net
64CHANNEL=11
65
66
67DHCP=no
68
69EW1
70
71
72$config{'wi2'}=sprintf <<EW2;
73COMMENT=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.