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

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

Dynamic IP change (again).

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 : "94.208.87.88"
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', 9093, '172.17.51.5', 554]
30- ['tcp', 9096, '172.17.13.66', 88]
31- ['tcp', 9100, '172.16.9.202', 88]
32release : "9.0-RELEASE"
33remote_access: "94.210.143.85:1022"
34service_accesspoint: True
35service_concentrator: False
36service_incoming_rdr: True
37service_proxy_ileiden: True
38service_proxy_normal: True
39status : "up"
40
41
42iface_vr0:
43 comment : "Uplink"
44 ip : "192.168.178.5/24"
45 sdesc : "uplink"
46 type : "eth"
47 dhcp : False
48 status : "up"
49
50
51iface_vr0_alias0:
52 comment : "Webcam - prive"
53 ip : "172.16.9.201/29"
54 sdesc : "uplink"
55 type : "eth"
56 dhcp : False
57 status : "up"
58
59
60iface_vr1:
61 comment : "Link to Rustdam"
62 ip : "172.16.7.100/29"
63 sdesc : "2rustdam"
64 mode : "station-wds"
65 type : "eth"
66 ssid : "il-o.rustdam.wleiden.net"
67 dhcp : False
68 compass : "z"
69 ns_ip : "172.16.7.99/29"
70 ns_mac : "00:00:00:00:00:00"
71 ns_type : "ns5"
72 bridge_type: "NanoStationM5"
73 status : "up"
74
75
76iface_vr2:
77 comment : "Access Point"
78 ip : "172.17.95.1/24"
79 sdesc : "2terras"
80 mode : "ap-wds"
81 type : "eth"
82 ssid : "Wifi Zoeterwoude"
83 dhcp : "10-240"
84 ns_ip : "172.17.95.2/24"
85 ns_mac : "dc:9f:db:3f:21:ba"
86 ns_type : "ns2"
87 bridge_type: "NanoStationLocoM2"
88 status : "up"
89
90
Note: See TracBrowser for help on using the repository browser.