source: genesis/nodes/CNodeDrijfhuis/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

File size: 886 bytes
Line 
1$location="Jachthaven Drijfhuis,1431 AA,Aalsmeer";
2$master_ip='172.17.12.1';
3$nodetype='CNode';
4$nodename='Drijfhuis';
5$release="8.2-RELEASE";
6$status='up';
7$X='111208';
8$Y='475284';
9$ileiden='yes';
10
11$config{'vr0'}=sprintf <<EOT;
12TYPE=ethernet
13STATUS=up
14IP=172.16.16.36/29
15DESC=Nanostation5 naar Watertoren
16SDESC=2watertoren
17DHCP=no
18MODE=managed bridge
19ESSID=il-nw.watertoren1.wleiden.net
20CHANNEL=132
21NS_MAC=00:15:6D:70:50:04
22NS_IP=172.16.16.35
23EOT
24
25$config{'vr1'}=sprintf <<EOT;
26TYPE=ethernet
27STATUS=down
28IP=172.16.3.233/29
29DESC=Nanostation5 naar schiphol (UNUSED)
30SDESC=2schiphol
31DHCP=no
32MODE=managed ap
33ESSID=il-zw.drijfhuis.wleiden.net
34CHANNEL=60
35NS_MAC=00:15:6D:70:4D:6D
36NS_IP=172.16.3.234/29
37EOT
38
39$config{'ath0'}=sprintf <<EW0;
40TYPE=wireless
41IP=$master_ip/26
42DESC=OMNI voor Wifi op de Drijfhuis
43SDESC=ap-omni
44DHCP=20-50
45MODE=master
46ESSID=ap-Westeinder-Drijfhuis
47CHANNEL=4
48EW0
49
50
Note: See TracBrowser for help on using the repository browser.