1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX3D"
|
---|
5 | comment : "None"
|
---|
6 | gateway : "192.168.3.1"
|
---|
7 | latitude : "52.17062"
|
---|
8 | location : "Wouter thuis, Voorhout"
|
---|
9 | longitude : "4.63854"
|
---|
10 | masterip : "172.17.71.1"
|
---|
11 | monitoring_group: "wleiden"
|
---|
12 | nodename : "TestTienAlix3D"
|
---|
13 | nodetype : "Hybrid"
|
---|
14 | rdnap_x : 103784
|
---|
15 | rdnap_y : 464983
|
---|
16 | rdr_host : "0.0.0.0"
|
---|
17 | rdr_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]
|
---|
28 | release : "10.2-RELEASE"
|
---|
29 | remote_access: ""
|
---|
30 | service_accesspoint: True
|
---|
31 | service_concentrator: False
|
---|
32 | service_incoming_rdr: False
|
---|
33 | service_proxy_ileiden: True
|
---|
34 | service_proxy_normal: True
|
---|
35 | status : "down"
|
---|
36 |
|
---|
37 | iface_ath0:
|
---|
38 | comment : "Internal Wireless"
|
---|
39 | ip : "172.17.71.1/24"
|
---|
40 | sdesc : "ap1"
|
---|
41 | mode : "ap"
|
---|
42 | type : "11g"
|
---|
43 | channel : 1
|
---|
44 | ssid : "WiFi-Teylingen-TEST-g"
|
---|
45 | dhcp : "10-60"
|
---|
46 | status : "up"
|
---|
47 |
|
---|
48 | iface_ath1:
|
---|
49 | comment : "Internal Wireless"
|
---|
50 | ip : "172.17.72.1/24"
|
---|
51 | sdesc : "ap2"
|
---|
52 | mode : "ap"
|
---|
53 | type : "11a"
|
---|
54 | channel : 36
|
---|
55 | ssid : "WiFi-Teylingen-TEST-a"
|
---|
56 | dhcp : "10-60"
|
---|
57 | status : "up"
|
---|
58 |
|
---|
59 | iface_vr0:
|
---|
60 | comment : "Link to external interface"
|
---|
61 | ip : "192.168.3.3/24"
|
---|
62 | sdesc : "2external"
|
---|
63 | type : "eth"
|
---|
64 | dhcp : False
|
---|
65 | status : "up"
|
---|
66 |
|
---|