source: genesis/nodes/Herman/wleiden.yaml@ 13844

Last change on this file since 13844 was 13844, checked in by rick, 8 years ago

gformat.py cleanup - cosmetic changes to sync all config files

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