source: genesis/nodes/HybridTestTienThuisSoekris/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.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net4501"
5comment : "None"
6gateway : "192.168.3.1"
7latitude : "52.17062"
8location : "Thuis, , 2311 EZ, Leiden"
9longitude : "4.63854"
10masterip : "172.17.156.1"
11monitoring_group: "wleiden"
12nodename : "TestTienThuisSoekris"
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_wi0:
38 comment : "Internal Wireless"
39 ip : "172.17.156.1/24"
40 sdesc : "binnen"
41 mode : "ap"
42 type : "11b"
43 channel : 1
44 ssid : "ap-WirelessLeiden-TESTSOEKRIS"
45 dhcp : "10-60"
46 status : "up"
47
48iface_sis0:
49 comment : "Link to external interface"
50 ip : "0.0.0.0/30"
51 sdesc : "2external"
52 type : "eth"
53 dhcp : "client"
54 status : "up"
55
56iface_sis1:
57 comment : "Link naar wleiden.net"
58 ip : "172.16.10.25/29"
59 sdesc : "2wleiden"
60 mode : "ap-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "120"
64 ssid : "il.test.wleiden.net"
65 dhcp : False
66 compass : "z"
67 ns_ip : "172.16.10.10/29"
68 ns_mac : "00:15:6d:8e:dd:84"
69 bridge_type: "NanoStation M5"
70 status : "up"
71
72iface_sis1_alias0:
73 comment : "Link naar TienThuis"
74 ip : "172.16.10.12/29"
75 sdesc : "2tienth"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "120"
80 ssid : "il.test.wleiden.net"
81 dhcp : False
82 compass : "z"
83 ns_ip : "172.16.10.11/29"
84 ns_mac : "00:15:6d:8e:dd:84"
85 bridge_type: "NanoStation M5"
86 status : "up"
87
88iface_sis2:
89 comment : "Lokaal Dev Netwerk"
90 ip : "192.168.20.10/24"
91 sdesc : "2dev"
92 type : "eth"
93 dhcp : "11-20"
94 status : "up"
95
96
Note: See TracBrowser for help on using the repository browser.