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

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

port numbers were inconsistant, fixed

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 : "4.75742"
9location : "Watertoren, Kudelstaartseweg,1431 GA, Aalsmeer"
10longitude : "52.25493"
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_proxy_ileiden: True
26service_proxy_normal: True
27status : "up"
28
29
30iface_ath0:
31 interface : "ath0"
32 ip : "172.17.9.1/26"
33 desc : "OMNI voor Wifi op de westeinder (MastX:PosX)"
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 interface : "vr0"
47 ip : "172.25.90.67/29"
48 desc : "uplink"
49 sdesc : "uplink"
50 type : "eth"
51 dhcp : False
52 compass : "None"
53 status : "up"
54
55
56iface_vr0_alias0:
57 comment : "internet"
58 interface : "vr0"
59 ip : "92.66.227.163/29"
60 desc : "uplink"
61 sdesc : "uplink"
62 type : "eth"
63 dhcp : False
64 compass : "None"
65 status : "up"
66
67
68iface_vr1:
69 interface : "vr1"
70 ip : "172.16.16.89/29"
71 desc : "Nanostation naar Schiphol (Mast1:Pos2) (UNUSED)"
72 sdesc : "2schiphol"
73 mode : "station-wds"
74 type : "eth"
75 channel : "36"
76 ssid : "il-nw.watertoren2.wleiden.net"
77 dhcp : False
78 compass : "nw"
79 ns_ip : "172.16.16.90/29"
80 ns_mac : "00:15:6d:70:54:a4"
81 status : "down"
82
83
84iface_vr2:
85 comment : "webcams ips 41 t/m 44 PC 37 NS Aalsmeer 35"
86 interface : "vr2"
87 ip : "172.17.0.33/28"
88 desc : "Naar switch met webcams en nanostation naar Aalsmeer"
89 sdesc : "2webcams"
90 mode : "station-wds"
91 type : "eth"
92 channel : "44"
93 ssid : "il-n.watertoren2.wleiden.net"
94 dhcp : False
95 compass : "n"
96 ns_ip : "172.17.0.34/28"
97 ns_mac : "00:15:6d:70:4e:7f"
98 status : "up"
99
100
Note: See TracBrowser for help on using the repository browser.