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

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

Remove and modify some more comment lines.

Related-To ticket:117

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