source: genesis/nodes/Rustdam2/wleiden.yaml@ 13602

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

IP changed (dynamic ISP & new-subscription).

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.178.1"
7latitude : "52.11082"
8location : "Kaasboerderij Rustdam, Zuidbuurtseweg 34, 2381 LG, Zoeterwoude "
9longitude : "4.50254"
10masterip : "172.17.95.1"
11monitoring_group: "wzoeterwoude"
12nodename : "Rustdam2"
13nodetype : "Hybrid"
14rdnap_x : "94400"
15rdnap_y : "458435"
16rdr_host : "84.104.51.7"
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]
22- ['tcp', 9084, '172.17.0.43', 80]
23- ['tcp', 9085, '172.17.0.42', 80]
24- ['tcp', 9086, '172.17.0.45', 21]
25- ['tcp', 9087, '172.17.0.45', 3389]
26- ['tcp', 9090, '172.17.2.67', 80]
27- ['tcp', 9091, '172.16.9.237', 88]
28- ['tcp', 9092, '172.17.51.5', 80]
29- ['tcp', 9096, '172.17.13.66', 88]
30- ['tcp', 9100, '172.16.9.202', 88]
31release : "9.0-RELEASE"
32remote_access: "94.210.143.85:1022"
33service_accesspoint: True
34service_concentrator: False
35service_incoming_rdr: True
36service_proxy_ileiden: True
37service_proxy_normal: True
38status : "up"
39
40
41iface_vr0:
42 comment : "Uplink"
43 ip : "192.168.178.5/24"
44 sdesc : "uplink"
45 type : "eth"
46 dhcp : False
47 status : "up"
48
49
50iface_vr0_alias0:
51 comment : "Webcam - prive"
52 ip : "172.16.9.201/29"
53 sdesc : "uplink"
54 type : "eth"
55 dhcp : False
56 status : "up"
57
58
59iface_vr1:
60 comment : "Link to Rustdam"
61 ip : "172.16.7.100/29"
62 sdesc : "2rustdam"
63 mode : "station-wds"
64 type : "eth"
65 ssid : "il-o.rustdam.wleiden.net"
66 dhcp : False
67 compass : "z"
68 ns_ip : "172.16.7.99/29"
69 ns_mac : "00:00:00:00:00:00"
70 ns_type : "ns5"
71 bridge_type: "NanoStationM5"
72 status : "up"
73
74
75iface_vr2:
76 comment : "Access Point"
77 ip : "172.17.95.1/24"
78 sdesc : "2terras"
79 mode : "ap-wds"
80 type : "eth"
81 ssid : "Wifi Zoeterwoude"
82 dhcp : "10-240"
83 ns_ip : "172.17.95.2/24"
84 ns_mac : "dc:9f:db:3f:21:ba"
85 ns_type : "ns2"
86 bridge_type: "NanoStationLocoM2"
87 status : "up"
88
89
Note: See TracBrowser for help on using the repository browser.