source: genesis/nodes/CNodeWatertoren2/wleiden.yaml@ 10116

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

cleanup

File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ath0,vr2,vr0,vr1"
7latitude : "4.75742"
8location : "Watertoren, Kudelstaartseweg,1431 GA, Aalsmeer"
9longitude : "52.25493"
10masterip : "172.17.9.1"
11nodename : "Watertoren2"
12nodetype : "CNode"
13rdnap_x : 111998
14rdnap_y : 474286
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 interface : "ath0"
21 ip : "172.17.9.1/26"
22 desc : "OMNI voor Wifi op de westeinder (MastX:PosX)"
23 sdesc : "ap-omni"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "8"
27 ssid : "ap-westeinder-watertoren2"
28 dhcp : "20-60"
29 compass : "None"
30 status : "up"
31
32
33iface_vr0:
34 comment : "ethernet/ Switchport: 3"
35 interface : "vr0"
36 ip : "172.25.90.67/29"
37 desc : "uplink"
38 sdesc : "uplink"
39 type : "eth"
40 dhcp : "no"
41 compass : "None"
42 status : "up"
43
44
45iface_vr1:
46 interface : "vr1"
47 ip : "172.16.16.89/29"
48 desc : "Nanostation naar Schiphol (Mast1:Pos2) (UNUSED)"
49 sdesc : "2schiphol"
50 mode : "station-wds"
51 type : "eth"
52 channel : "36"
53 ssid : "il-nw.watertoren2.wleiden.net"
54 dhcp : "no"
55 compass : "nw"
56 ns_ip : "172.16.16.90/29"
57 ns_mac : "00:15:6d:70:54:a4"
58 status : "down"
59
60
61iface_vr2:
62 comment : "webcams ips 41 t/m 44 PC 37 NS Aalsmeer 35"
63 interface : "vr2"
64 ip : "172.17.0.33/28"
65 desc : "Naar switch met webcams en nanostation naar Aalsmeer"
66 sdesc : "2webcams"
67 mode : "station-wds"
68 type : "eth"
69 channel : "44"
70 ssid : "il-n.watertoren2.wleiden.net"
71 dhcp : "no"
72 compass : "n"
73 ns_ip : "172.17.0.34/28"
74 ns_mac : "00:15:6d:70:4e:7f"
75 status : "up"
76
77
Note: See TracBrowser for help on using the repository browser.