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

Last change on this file since 13867 was 13861, checked in by rick, 8 years ago

Make rdr_rules global for multi-access use.

Allowing them to be used at all exit-nodes, which could be usefull if one
exit-node is down and service still need to continue working.

File size: 1.2 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"
17release : "10.2-RELEASE"
18remote_access: ""
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: True
23service_proxy_normal: True
24serviceid : "172.31.254.15"
25status : "down"
26
27
28iface_ath0:
29 comment : "Internal Wireless"
30 ip : "172.17.71.1/24"
31 sdesc : "ap1"
32 mode : "ap"
33 type : "11g"
34 channel : 1
35 ssid : "WiFi-Teylingen-TEST-g"
36 dhcp : "10-60"
37 status : "up"
38
39
40iface_ath1:
41 comment : "Internal Wireless"
42 ip : "172.17.72.1/24"
43 sdesc : "ap2"
44 mode : "ap"
45 type : "11a"
46 channel : 36
47 ssid : "WiFi-Teylingen-TEST-a"
48 dhcp : "10-60"
49 status : "up"
50
51
52iface_vr0:
53 comment : "Link to external interface"
54 ip : "192.168.3.3/24"
55 sdesc : "2external"
56 type : "eth"
57 dhcp : False
58 status : "up"
59
60
Note: See TracBrowser for help on using the repository browser.