source: genesis/nodes/HybridTestTienThuis/wleiden.yaml@ 13279

Last change on this file since 13279 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.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.3.1"
7latitude : "52.17062"
8location : "Thuis, , 2311 EZ, Leiden"
9longitude : "4.63854"
10masterip : "172.17.153.1"
11monitoring_group: "wleiden"
12nodename : "TestTienThuis"
13nodetype : "Hybrid"
14rdnap_x : 103784
15rdnap_y : 464983
16rdr_host : "0.0.0.0"
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', 9092, '172.17.51.5', 80]
27- ['tcp', 9096, '172.17.13.66', 88]
28release : "10.1-RELEASE"
29remote_access: ""
30service_accesspoint: True
31service_concentrator: False
32service_incoming_rdr: False
33service_proxy_ileiden: True
34service_proxy_normal: True
35status : "down"
36
37iface_ath0:
38 comment : "Internal Wireless"
39 ip : "172.17.153.1/24"
40 sdesc : "binnen"
41 mode : "ap"
42 type : "11g"
43 channel : 1
44 ssid : "ap-WirelessLeiden-TEST"
45 dhcp : "10-60"
46 status : "up"
47
48iface_ue0:
49 comment : "Extra AP2"
50 ip : "172.17.155.1/24"
51 sdesc : "ap2"
52 mode : "ap"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "11"
56 ssid : "ap-WirelessLeiden-TEST2"
57 dhcp : "10-240"
58 ns_ip : "172.17.41.2/24"
59 ns_mac : "00:15:6d:d4:f8:36"
60 bridge_type: "Bullet2"
61 status : "up"
62
63iface_vr0:
64 comment : "Link to external interface"
65 ip : "0.0.0.0/30"
66 sdesc : "2external"
67 type : "eth"
68 dhcp : "client"
69 status : "up"
70
71iface_vr1:
72 comment : "Link naar wleiden.net"
73 ip : "172.16.10.9/29"
74 sdesc : "2wleiden"
75 mode : "ap-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "120"
79 ssid : "il.test.wleiden.net"
80 dhcp : False
81 compass : "z"
82 ns_ip : "172.16.10.10/29"
83 ns_mac : "00:15:6d:8e:dd:84"
84 bridge_type: "NanoStation M5"
85 status : "up"
86
87iface_vr2:
88 comment : "Lokaal Dev Netwerk"
89 ip : "192.168.10.10/24"
90 sdesc : "2dev"
91 type : "eth"
92 dhcp : "11-20"
93 status : "up"
94
95
Note: See TracBrowser for help on using the repository browser.