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

Last change on this file since 10104 was 10103, checked in by richardvm, 13 years ago

more complete information

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1$location="Watertoren, Kudelstaartseweg,1431 GA, Aalsmeer";
2$master_ip='172.17.9.1';
3$nodetype='CNode';
4$nodename='Watertoren2';
5$release="8.2-RELEASE";
6$status='up';
7$X='111998';
8$Y='474286';
9$ileiden='yes';
10
11$config{'ath0'}=sprintf <<EW0;
12TYPE=wireless
13IP=$master_ip/26
14DESC=OMNI voor Wifi op de westeinder (MastX:PosX)
15SDESC=ap-omni
16DHCP=20-60
17MODE=master
18ESSID=ap-Westeinder-Watertoren2
19CHANNEL=8
20EW0
21
22
23$config{'vr0'}=sprintf <<EOT;
24COMMENT=ethernet/ Switchport: 3
25STATUS=up
26TYPE=ethernet
27IP=172.25.90.67/29
28DESC=uplink
29SDESC=uplink
30DHCP=no
31EOT
32
33$config{'vr1'}=sprintf <<EOT;
34TYPE=ethernet
35STATUS=down
36IP=172.16.16.89/29
37DESC=Nanostation naar Schiphol (Mast1:Pos2) (UNUSED)
38SDESC=2schiphol
39MODE=station bridge
40ESSID=il-nw.watertoren2.wleiden.net
41CHANNEL=36
42NS_MAC=00:15:6D:70:54:A4
43NS_IP=172.16.16.90/29
44DHCP=no
45EOT
46
47$config{'vr2'}=sprintf <<EOT;
48TYPE=ethernet
49STATUS=up
50IP=172.17.0.33/28
51COMMENT=webcams ips 41 t/m 44 PC 37 NS Aalsmeer 35
52DESC=Naar switch met webcams en nanostation naar Aalsmeer
53SDESC=2webcams
54DHCP=no
55MODE=ap bridge
56ESSID=il-n.watertoren2.wleiden.net
57CHANNEL=44
58NS_MAC=00:15:6d:70:4e:7f
59NS_IP=172.17.0.34/28
60EOT
61
Note: See TracBrowser for help on using the repository browser.