source: genesis/nodes/HybridRick2/wleiden.yaml@ 13251

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

Add new incoming webcam service. While here do some re-ordering of entries.

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.42.1"
7ileiden : False
8latitude : "52.14100"
9location : "Rick van der Zwet, Brahmslaan 40, 2324 AN, Leiden"
10longitude : "4.47100"
11masterip : "172.17.34.1"
12monitoring_group: "wleiden"
13nodename : "Rick2"
14nodetype : "Hybrid"
15rdnap_x : 92280
16rdnap_y : 461707
17rdr_host : "riff.vanderzwet.net"
18rdr_rules :
19- ['tcp', 9080, '172.17.0.41', 80]
20- ['tcp', 9081, '172.17.0.42', 554]
21- ['tcp', 9082, '172.17.0.43', 554]
22- ['tcp', 9083, '172.17.0.44', 80]
23- ['tcp', 9084, '172.17.0.43', 80]
24- ['tcp', 9085, '172.17.0.42', 80]
25- ['tcp', 9086, '172.17.0.45', 21]
26- ['tcp', 9087, '172.17.0.45', 3389]
27- ['tcp', 9090, '172.17.2.67', 80]
28- ['tcp', 9091, '172.16.9.237', 88]
29- ['tcp', 9092, '172.17.51.5', 80]
30- ['tcp', 9093, '172.16.3.142', 8080]
31- ['tcp', 9094, '172.17.20.5', 80]
32- ['tcp', 9095, '172.17.20.5', 554]
33- ['tcp', 9096, '172.17.13.66', 88]
34release : "9.0-RELEASE"
35remote_access: "riff.vanderzwet.net:1022"
36service_accesspoint: True
37service_concentrator: False
38service_incoming_rdr: True
39service_proxy_ileiden: True
40service_proxy_normal: True
41status : "up"
42wl_release: 11047
43
44
45iface_ath0:
46 comment : "Internal Wireless"
47 ip : "172.17.34.1/26"
48 sdesc : "binnen"
49 mode : "ap"
50 type : "11g"
51 channel : 1
52 ssid : "WiFi-Leiden-2"
53 wlan_mac : "00:80:48:7e:1e:3a"
54 dhcp : "10-60"
55 status : "up"
56
57
58iface_vr0:
59 comment : "External Link"
60 ip : "192.168.42.20/24"
61 sdesc : "2external"
62 type : "eth"
63 dhcp : False
64 status : "up"
65
66
67iface_vr1:
68 comment : "Link naar RickRing"
69 ip : "172.16.6.114/28"
70 sdesc : "2ring"
71 type : "eth"
72 dhcp : False
73 status : "up"
74
75
76iface_vr2:
77 comment : "Lokaal Dev Netwerk"
78 ip : "172.17.36.1/24"
79 sdesc : "2dev"
80 type : "eth"
81 dhcp : "10-20"
82 status : "up"
83
84
85iface_vr2_alias0:
86 comment : "Link naar Ed"
87 ip : "172.17.2.250/29"
88 sdesc : "2ed"
89 type : "eth"
90 dhcp : False
91 status : "up"
92
Note: See TracBrowser for help on using the repository browser.