source: genesis/nodes/TestTienAlix3D/wleiden.yaml@ 13509

Last change on this file since 13509 was 13509, checked in by wouter, 9 years ago

Geen DHCP op gateway interface

File size: 1.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX3D"
5comment : "None"
6gateway : "192.168.3.1"
7latitude : "52.17062"
8location : "Wouter thuis, Voorhout"
9longitude : "4.63854"
10masterip : "172.17.71.1"
11monitoring_group: "wleiden"
12nodename : "TestTienAlix3D"
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.2-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.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
48iface_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
59iface_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
Note: See TracBrowser for help on using the repository browser.