source: genesis/nodes/CNodePPFortis/wleiden.conf@ 10104

Last change on this file since 10104 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: 1.1 KB
Line 
1$location="PolderPeil, 2408 RD, Alphen aan den Rijn";
2$master_ip='172.28.138.1';
3$nodetype='CNode';
4$nodename='PPFortis';
5$release="5.0-RELEASE";
6
7$DISK='FLASH';
8
9$status='up';
10
11$X='104920';
12$Y='458730';
13
14$config{'sis0'}=sprintf <<SIS0;
15COMMENT=Ethernet IPs 65 - 70 /248
16TYPE=ethernet
17STATUS=up
18IP=172.28.138.65/29
19
20DESC=Naar_binnen
21SDESC=eth
22
23DHCP=no
24
25
26SIS0
27
28
29$config{'sis1'}=sprintf <<SIS1;
30TYPE=ethernet
31STATUS=up
32IP=172.28.138.73/29
33
34DESC=Ethernet naar onbekend
35SDESC=eth
36
37DHCP=no
38
39
40SIS1
41
42
43$config{'wi0'}=sprintf <<EW0;
44COMMENT=OMNI
45TYPE=wireless
46IP=$master_ip/26
47
48DESC=omni voor de buurt
49SDESC=ap-omni
50
51DHCP=10-60
52
53
54MODE=master
55ESSID=ap-omni.PPFortis.walphen.net
56CHANNEL=8
57
58HEIGHT=16
59
60EW0
61
62
63$config{'wi1'}=sprintf <<EW1;
64COMMENT=Planned interlink Richting Leiden
65TYPE=wireless
66IP=172.16.28.1/30
67
68
69DESC=Link_naar_Graphicall
70SDESC=2Leiden
71
72MODE=master
73ESSID=il-w.ppfortis.walphen.net
74CHANNEL=5
75
76
77DHCP=no
78
79EW1
80
81
82$config{'wi2'}=sprintf <<EW2;
83COMMENT=interlink naar Stadhuis
84TYPE=wireless
85IP=172.28.1.137/30
86DESC=Link_naar_SHFortis
87SDESC=2SHFortis
88
89
90MODE=managed
91ESSID=il-o.shfortis.walphen.net
92CHANNEL=3
93
94
95DHCP=no
96
97EW2
Note: See TracBrowser for help on using the repository browser.