source: genesis/nodes/HybridWatertoren2/wleiden.yaml@ 10890

Last change on this file since 10890 was 10890, checked in by rick, 13 years ago

interface: <iface>:<alias> is nu in de iface_<iface>_alias<alias>
gerepresenteerd.

Fixes beheer:ticket:221

File size: 2.1 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,1431 GA, Aalsmeer"
10longitude : "4.75742"
11masterip : "172.17.9.1"
12nodename : "Watertoren2"
13nodetype : "Hybrid"
14rdnap_x : 111998
15rdnap_y : 474286
16rdr_host : "92.66.227.163"
17rdr_rules :
18- ['tcp', 9080, '172.17.0.41', 80]
19- ['tcp', 9081, '172.17.0.42', 554]
20- ['tcp', 9082, '172.17.0.43', 554]
21- ['tcp', 9083, '172.17.0.44', 80]
22release : "9.0-RELEASE"
23remote_access: "92.66.227.163:22"
24service_accesspoint: True
25service_incoming_rdr: True
26service_proxy_ileiden: True
27service_proxy_normal: True
28status : "up"
29
30
31iface_ath0:
32 comment : "OMNI voor Wifi op de westeinder (MastX:PosX)"
33 ip : "172.17.9.1/26"
34 sdesc : "ap-omni"
35 mode : "ap"
36 type : "11b"
37 channel : "8"
38 ssid : "ap-westeinder-watertoren2"
39 dhcp : "20-60"
40 compass : "None"
41 status : "up"
42
43
44iface_vr0:
45 comment : "Ethernet/ Switchport: 3"
46 ip : "172.25.90.67/29"
47 sdesc : "uplink"
48 type : "eth"
49 dhcp : False
50 compass : "None"
51 status : "up"
52
53
54iface_vr0_alias0:
55 comment : "Uplink"
56 ip : "92.66.227.163/29"
57 sdesc : "uplink"
58 type : "eth"
59 dhcp : False
60 compass : "None"
61 status : "up"
62
63
64iface_vr1:
65 comment : "Nanostation naar Schiphol (Mast1:Pos2) (UNUSED)"
66 ip : "172.16.16.89/29"
67 sdesc : "2schiphol"
68 mode : "station-wds"
69 type : "eth"
70 channel : "36"
71 ssid : "il-nw.watertoren2.wleiden.net"
72 dhcp : False
73 compass : "nw"
74 ns_ip : "172.16.16.90/29"
75 ns_mac : "00:15:6d:70:54:a4"
76 status : "down"
77
78
79iface_vr2:
80 comment : "Webcams ips 41 t/m 44 PC 37 NS Aalsmeer 35"
81 ip : "172.17.0.33/28"
82 sdesc : "2webcams"
83 mode : "station-wds"
84 type : "eth"
85 channel : "44"
86 ssid : "il-n.watertoren2.wleiden.net"
87 dhcp : False
88 compass : "n"
89 ns_ip : "172.17.0.34/28"
90 ns_mac : "00:15:6d:70:4e:7f"
91 status : "up"
92
93
Note: See TracBrowser for help on using the repository browser.