source: genesis/nodes/HybridTestTienThuisSoekris/wleiden.yaml@ 12950

Last change on this file since 12950 was 12950, checked in by wouter, 10 years ago

Soekris-versie van HybridTienThuis gemaakt.

File size: 1.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.1.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]
27release : "10.1-RELEASE"
28remote_access: ""
29service_accesspoint: True
30service_concentrator: False
31service_incoming_rdr: False
32service_proxy_ileiden: True
33service_proxy_normal: True
34status : "down"
35
36iface_wi0:
37 comment : "Internal Wireless"
38 ip : "172.17.156.1/24"
39 sdesc : "binnen"
40 mode : "ap"
41 type : "11g"
42 channel : 1
43 ssid : "ap-WirelessLeiden-TEST"
44 dhcp : "10-60"
45 status : "up"
46
47iface_sis0:
48 comment : "Link to external interface"
49 ip : "0.0.0.0/30"
50 sdesc : "2external"
51 type : "eth"
52 dhcp : "client"
53 status : "up"
54
55iface_sis1:
56 comment : "Link naar wleiden.net"
57 ip : "172.16.10.25/29"
58 sdesc : "2wleiden"
59 mode : "ap-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "120"
63 ssid : "il.test.wleiden.net"
64 dhcp : False
65 compass : "z"
66 ns_ip : "172.16.10.10/29"
67 ns_mac : "00:15:6d:8e:dd:84"
68 bridge_type: "NanoStation M5"
69 status : "up"
70
71iface_sis2:
72 comment : "Lokaal Dev Netwerk"
73 ip : "192.168.20.10/24"
74 sdesc : "2dev"
75 type : "eth"
76 dhcp : "11-20"
77 status : "up"
78
79
Note: See TracBrowser for help on using the repository browser.