source: genesis/nodes/HybridRustdam2/wleiden.yaml@ 13237

Last change on this file since 13237 was 13229, checked in by rick, 10 years ago

Added webcam which is connected on the internal network.

Technically speaking, we should start using VLANs (and VLAN switches) for this matter.

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