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