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

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

klaarmaken voor hybrid

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.25493"
8location : "Watertoren, Kudelstaartseweg,1431 GA, Aalsmeer"
9longitude : "4.75742"
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"
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 : False
41 compass : "None"
42 status : "up"
43
44iface_vr0_alias0:
45 comment : "internet"
46 interface : "vr0"
47 ip : "92.66.227.163/29"
48 desc : "uplink"
49 sdesc : "uplink"
50 type : "eth"
51 dhcp : False
52 compass : "None"
53 status : "up"
54
55iface_vr1:
56 interface : "vr1"
57 ip : "172.16.16.89/29"
58 desc : "Nanostation naar Schiphol (Mast1:Pos2) (UNUSED)"
59 sdesc : "2schiphol"
60 mode : "station-wds"
61 type : "eth"
62 channel : "36"
63 ssid : "il-nw.watertoren2.wleiden.net"
64 dhcp : False
65 compass : "nw"
66 ns_ip : "172.16.16.90/29"
67 ns_mac : "00:15:6d:70:54:a4"
68 status : "down"
69
70
71iface_vr2:
72 comment : "webcams ips 41 t/m 44 PC 37 NS Aalsmeer 35"
73 interface : "vr2"
74 ip : "172.17.0.33/28"
75 desc : "Naar switch met webcams en nanostation naar Aalsmeer"
76 sdesc : "2webcams"
77 mode : "station-wds"
78 type : "eth"
79 channel : "44"
80 ssid : "il-n.watertoren2.wleiden.net"
81 dhcp : False
82 compass : "n"
83 ns_ip : "172.17.0.34/28"
84 ns_mac : "00:15:6d:70:4e:7f"
85 status : "up"
86
87
Note: See TracBrowser for help on using the repository browser.