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 | #
|
---|
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 | release : "10.2-RELEASE"
|
---|
18 | remote_access: ""
|
---|
19 | service_accesspoint: True
|
---|
20 | service_concentrator: False
|
---|
21 | service_incoming_rdr: False
|
---|
22 | service_proxy_ileiden: True
|
---|
23 | service_proxy_normal: True
|
---|
24 | serviceid : "172.31.254.15"
|
---|
25 | status : "down"
|
---|
26 |
|
---|
27 |
|
---|
28 | iface_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 |
|
---|
40 | iface_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 |
|
---|
52 | iface_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.