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

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

./tools/gformat.py cleanup

File size: 1.5 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.mynetgear.com"
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
36status : "up"
37wl_release: 10805
38
39
40iface_vr0:
41 comment : "Link naar Router"
42 ip : "192.168.1.50/24"
43 sdesc : "uplink"
44 type : "eth"
45 dhcp : "client"
46 status : "up"
47
48
49iface_vr1:
50 comment : "Interlink naar de watertoren1"
51 ip : "172.17.0.36/28"
52 sdesc : "2watertoren1"
53 mode : "station-wds"
54 type : "eth"
55 channel : "106"
56 ssid : "il-n.watertoren1.wleiden.net"
57 dhcp : False
58 compass : "z"
59 ns_ip : "172.17.0.35/28"
60 ns_mac : "04:18:d6:cc:0b:8c"
61 bridge_type: "NanoStationM5"
62 status : "up"
63
64
Note: See TracBrowser for help on using the repository browser.