source: genesis/nodes/HybridHerman/wleiden.yaml@ 12638

Last change on this file since 12638 was 12449, checked in by rick, 11 years ago

Static IP aircam

File size: 1.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : False
7latitude : "52.25868"
8location : "Jasmijnstraat 25 1431 RH Aalsmeer"
9longitude : "4.75797"
10masterip : "172.17.75.1"
11monitoring_group: "wleiden"
12nodename : "Herman"
13nodetype : "Hybrid"
14rdnap_x : "112039"
15rdnap_y : "474703"
16rdr_host : "77.173.27.238"
17rdr_rules :
18- ['tcp', 21, '172.17.0.45', 21]
19- ['tcp', 84, '172.17.0.41', 80]
20- ['tcp', 85, '172.17.0.42', 80]
21- ['tcp', 86, '172.17.0.43', 80]
22- ['tcp', 87, '172.17.0.44', 80]
23- ['tcp', 3389, '172.17.0.45', 3389]
24- ['tcp', 9080, '172.17.0.41', 80]
25- ['tcp', 9081, '172.17.0.42', 554]
26- ['tcp', 9082, '172.17.0.43', 554]
27- ['tcp', 9083, '172.17.0.44', 80]
28- ['tcp', 9084, '172.17.0.43', 80]
29- ['tcp', 9085, '172.17.0.42', 80]
30- ['tcp', 9086, '172.17.0.45', 21]
31- ['tcp', 9087, '172.17.0.45', 3389]
32- ['tcp', 9092, '172.17.51.5', 80]
33release : "9.0-RELEASE"
34service_accesspoint: False
35service_concentrator: False
36service_incoming_rdr: False
37service_proxy_ileiden: False
38service_proxy_normal: False
39status : "up"
40wl_release: 10805
41
42
43iface_vr0:
44 comment : "Link naar Router"
45 ip : "192.168.1.250/24"
46 sdesc : "uplink"
47 type : "eth"
48 dhcp : "client"
49 status : "up"
50
51
52iface_vr1:
53 comment : "Interlink naar de watertoren1"
54 ip : "172.17.0.36/28"
55 sdesc : "2watertoren1"
56 mode : "station-wds"
57 type : "eth"
58 channel : "44"
59 ssid : "il-n.watertoren1.wleiden.net"
60 dhcp : False
61 compass : "z"
62 ns_ip : "172.17.0.35/28"
63 ns_mac : "00:15:6d:70:53:4f"
64 bridge_type: "NanoStation5"
65 status : "up"
66
67
Note: See TracBrowser for help on using the repository browser.