source: genesis/nodes/Henk/wleiden.yaml@ 13833

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

Belastingkantoor webcam forward

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.0.225"
7serviceid : "172.31.254.3"
8latitude : "52.17062"
9location : "Henk, Boddens Hosangweg 24 A, 2481 KZ, Woubrugge"
10longitude : "4.63854"
11masterip : "172.17.28.1"
12monitoring_group: "wleiden"
13nodename : "Henk"
14nodetype : "Hybrid"
15rdnap_x : 103784
16rdnap_y : 464983
17rdr_host : "213.73.188.7"
18rdr_rules :
19- ['tcp', 9070, '172.16.16.2', 80]
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"
31remote_access: "213.73.188.7"
32service_accesspoint: True
33service_concentrator: False
34service_incoming_rdr: True
35service_proxy_ileiden: True
36service_proxy_normal: True
37status : "up"
38
39
40iface_ath0:
41 comment : "Internal Wireless"
42 ip : "172.17.28.1/26"
43 sdesc : "binnen"
44 mode : "ap"
45 type : "11g"
46 channel : 1
47 ssid : "WiFi-Woubrugge"
48 wlan_mac : "00:1b:b1:05:02:e6"
49 dhcp : "10-60"
50 status : "up"
51
52
53iface_vr0:
54 comment : "Link to external interface"
55 ip : "192.168.0.14/24"
56 sdesc : "2external"
57 type : "eth"
58 dhcp : "client"
59 status : "up"
60
61
62iface_vr1:
63 comment : "Link naar WBRotary"
64 ip : "172.16.6.76/29"
65 sdesc : "2wbrotary"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "108"
70 ssid : "il-n.wbrotary.wleiden.net"
71 dhcp : False
72 compass : "z"
73 ns_ip : "172.16.6.75/29"
74 ns_mac : "04:18:d6:cc:00:53"
75 bridge_type: "NanoStation M5"
76 status : "up"
77
78
79iface_vr2:
80 comment : "Lokaal Dev Netwerk"
81 ip : "172.17.33.1/24"
82 sdesc : "2dev"
83 type : "eth"
84 dhcp : "10-20"
85 status : "up"
86
87
Note: See TracBrowser for help on using the repository browser.