source: genesis/nodes/HybridWatertoren1/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.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "92.66.227.161"
7ileiden : True
8latitude : "52.25493"
9location : "Watertoren, Kudelstaartseweg 16,1431 GA, Aalsmeer"
10longitude : "4.75742"
11masterip : "172.17.9.1"
12monitoring_group: "wleiden"
13nodename : "Watertoren1"
14nodetype : "Hybrid"
15rdnap_x : 111998
16rdnap_y : 474286
17rdr_host : "92.66.227.163"
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', 9092, '172.17.51.5', 80]
24- ['tcp', 9096, '172.17.13.66', 88]
25- ['tcp', 43389, '172.17.0.45', 3389]
26release : "9.0-RELEASE"
27remote_access: "92.66.227.163:22"
28service_accesspoint: True
29service_concentrator: False
30service_incoming_rdr: True
31service_proxy_ileiden: True
32service_proxy_normal: True
33status : "up"
34
35
36iface_ath0:
37 comment : "OMNI voor Wifi op de westeinder (Mast3:Pos2)"
38 ip : "172.17.9.1/26"
39 sdesc : "ap-omni"
40 mode : "ap"
41 type : "11g"
42 channel : 6
43 ssid : "ap-westeinder-watertoren1"
44 dhcp : "20-60"
45 status : "up"
46
47
48iface_vr0:
49 comment : "Ethernet/ Switchport: 3"
50 ip : "172.25.90.67/29"
51 sdesc : "uplink"
52 type : "eth"
53 dhcp : False
54 status : "up"
55
56
57iface_vr0_alias0:
58 comment : "Uplink"
59 ip : "92.66.227.163/29"
60 sdesc : "uplink"
61 type : "eth"
62 dhcp : False
63 status : "up"
64
65
66iface_vr1:
67 comment : "Nanostation M5 naar Amsterdam (Mast1:Pos2)"
68 ip : "172.16.16.89/29"
69 sdesc : "2ams"
70 mode : "ap-wds"
71 type : "eth"
72 channel : "44"
73 ssid : "il-nno.watertoren1.wleiden.net"
74 dhcp : False
75 compass : "nw"
76 ns_ip : "172.16.16.90/29"
77 ns_mac : "dc:9f:db:2a:1d:17"
78 bridge_type: "NanoStation M5"
79 status : "up"
80
81
82iface_vr1_alias_0:
83 comment : "Network TechInc"
84 ip : "172.17.92.1/24"
85 type : "eth"
86 dhcp : False
87 status : "up"
88
89
90iface_vr2:
91 comment : "Webcams ips 41 t/m 44 PC 37 NS Aalsmeer 35"
92 ip : "172.17.0.33/28"
93 sdesc : "2webcams"
94 mode : "ap-wds"
95 type : "eth"
96 channel : "106"
97 ssid : "il-n.watertoren1.wleiden.net"
98 dhcp : False
99 compass : "n"
100 ns_ip : "172.17.0.34/28"
101 ns_mac : "00:15:6d:70:4e:7f"
102 bridge_type: "NanoStation5"
103 status : "up"
104
105
Note: See TracBrowser for help on using the repository browser.