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

Last change on this file since 13355 was 13355, checked in by rick, 9 years ago

New antenna installed

File size: 1.5 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 : "scholten.mynetgear.com"
17rdr_rules :
18- ['tcp', 3389, '172.17.0.45', 3389]
19- ['tcp', 9080, '172.17.0.41', 80]
20- ['tcp', 9081, '172.17.0.42', 554]
21- ['tcp', 9082, '172.17.0.43', 554]
22- ['tcp', 9083, '172.17.0.44', 80]
23- ['tcp', 9084, '172.17.0.43', 80]
24- ['tcp', 9085, '172.17.0.42', 80]
25- ['tcp', 9086, '172.17.0.45', 21]
26- ['tcp', 9087, '172.17.0.45', 3389]
27- ['tcp', 9092, '172.17.51.5', 80]
28- ['tcp', 9096, '172.17.13.66', 88]
29release : "9.0-RELEASE"
30service_accesspoint: False
31service_concentrator: False
32service_incoming_rdr: True
33service_proxy_ileiden: True
34service_proxy_normal: False
35status : "up"
36wl_release: 10805
37
38
39iface_vr0:
40 comment : "Link naar Router"
41 ip : "192.168.1.50/24"
42 sdesc : "uplink"
43 type : "eth"
44 dhcp : "client"
45 status : "up"
46
47
48iface_vr1:
49 comment : "Interlink naar de watertoren1"
50 ip : "172.17.0.36/28"
51 sdesc : "2watertoren1"
52 mode : "station-wds"
53 type : "eth"
54 channel : "106"
55 ssid : "il-n.watertoren1.wleiden.net"
56 dhcp : False
57 compass : "z"
58 ns_ip : "172.17.0.35/28"
59 ns_mac : "04:18:d6:cc:0b:8c"
60 bridge_type: "NanoStationM5"
61 status : "up"
62
63
Note: See TracBrowser for help on using the repository browser.