source: genesis/nodes/HybridWatertoren3/wleiden.yaml@ 11738

Last change on this file since 11738 was 11733, checked in by rick, 12 years ago

Automated corrected MAC addresses. Seems if you put it in bridge mode it will take the Wireless Mac as leading mac, instead of the Ethernet MAC.

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "92.66.227.161"
7ileiden : True
8latitude : "52.25493"
9location : "Watertoren, Kudelstaartseweg 16,1431 GA, Aalsmeer"
10longitude : "4.75742"
11masterip : "172.17.14.1"
12monitoring_group: "wleiden"
13nodename : "Watertoren3"
14nodetype : "Hybrid"
15rdnap_x : 111998
16rdnap_y : 474286
17release : "9.0-RELEASE"
18remote_access: "92.66.227.164:22"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: True
23service_proxy_normal: True
24status : "up"
25
26
27iface_ue0:
28 comment : "Nanostation naar Kudelstaart/Bilderdam/Kempers (Mast3:Pos3)"
29 ip : "172.16.16.145/29"
30 sdesc : "2kudelstaart-bilderdam"
31 mode : "ap-wds"
32 type : "eth"
33 channel : "108"
34 ssid : "il-z.watertoren3.wleiden.net"
35 dhcp : False
36 compass : "s"
37 ns_ip : "172.16.16.146/29"
38 ns_mac : "00:15:6d:70:52:5e"
39 bridge_type: "NanoStation5"
40 status : "up"
41
42
43iface_ue0_alias0:
44 comment : "Extra link naar Kempers"
45 ip : "172.16.16.137/29"
46 sdesc : "2kempers"
47 type : "eth"
48 dhcp : False
49 status : "up"
50
51
52iface_vr0:
53 comment : "Ethernet / Switchport: 4"
54 ip : "172.25.90.68/29"
55 sdesc : "uplink"
56 type : "eth"
57 dhcp : False
58 status : "up"
59
60
61iface_vr0_alias0:
62 comment : "Uplink"
63 ip : "92.66.227.164/29"
64 sdesc : "uplink"
65 type : "eth"
66 dhcp : False
67 status : "up"
68
69
70iface_vr1:
71 comment : "Tijdelijke Link naar Kempers (Mast2:Post3)"
72 ip : "172.16.16.236/29"
73 sdesc : "2kempers"
74 mode : "station-wds"
75 type : "eth"
76 ssid : "il-zw.kempers.wleiden.net"
77 dhcp : False
78 compass : "zw"
79 ns_ip : "172.16.16.235/29"
80 ns_mac : "00:15:6d:f2:42:f3"
81 bridge_type: "NanoStation M5"
82 status : "up"
83
84
85iface_vr2:
86 comment : "Nanostation5 naar RecPark (Mast2:Post2)"
87 ip : "172.16.16.73/29"
88 sdesc : "2recpark"
89 mode : "ap-wds"
90 type : "eth"
91 channel : "36"
92 ssid : "il-w.watertoren3.wleiden.net"
93 dhcp : False
94 compass : "n"
95 ns_ip : "172.16.16.74/29"
96 ns_mac : "00:15:6d:70:52:52"
97 bridge_type: "NanoStation5"
98 status : "up"
99
100
Note: See TracBrowser for help on using the repository browser.