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