source: genesis/nodes/CNodeKoster/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.2 KB
Line 
1$location="Prins Bernhardlaan 10, 2405 VT, Alphen aan den Rijn";
2$master_ip='172.28.137.1';
3$nodetype='CNode';
4$nodename='Koster';
5$release="5.0-RELEASE";
6
7$DISK='FLASH';
8
9$status='up';
10
11# edugis x,y 105000,461000
12$X='105000';
13$Y='461000';
14
15#$AGGREGATE=22;
16
17$config{'sis0'}=sprintf <<SIS0;
18COMMENT=Ethernet (Proxy)
19TYPE=ethernet
20STATUS=up
21IP=172.17.255.228/29
22
23DESC=2vloer
24SDESC=eth
25
26DHCP=68-70
27DHCP=no
28
29
30
31SIS0
32
33$config{'sis1'}=sprintf <<SIS1;
34COMMENT=Ethernet
35TYPE=ethernet
36STATUS=up
37IP=172.28.176.75/29
38
39DESC=Ethernet naar ......
40SDESC=eth
41
42DHCP=no
43
44
45SIS1
46
47
48$config{'wi0'}=sprintf <<EW0;
49COMMENT=OMNI
50TYPE=wireless
51IP=$master_ip/26
52
53DESC=omni voor de buurt
54SDESC=ap-omni
55
56DHCP=10-60
57
58
59MODE=master
60ESSID=ap-omni.koster.walphen.net
61CHANNEL=8
62
63HEIGHT=16
64
65EW0
66
67
68$config{'wi1'}=sprintf <<EW1;
69COMMENT=interlink naar noord HWFortis2
70TYPE=wireless
71IP=172.28.1.158/30
72DESC=Link naar HWFortis2
73SDESC=2HWFortis2
74
75
76MODE=master
77ESSID=il-w.koster.walphen.net
78CHANNEL=5
79
80
81DHCP=no
82
83EW1
84
85
86$config{'wi2'}=sprintf <<EW2;
87COMMENT=interlink naar Stadhuis
88TYPE=wireless
89IP=172.28.1.129/30
90DESC=Link naar SHFortis
91SDESC=2SHFortis
92
93
94MODE=managed
95ESSID=il-w.shfortis.walphen.net
96CHANNEL=11
97
98
99DHCP=no
100
101EW2
Note: See TracBrowser for help on using the repository browser.