Last change
on this file since 14297 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.6 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX2"
|
---|
5 | comment : "None"
|
---|
6 | gateway : "192.168.0.225"
|
---|
7 | latitude : "52.17062"
|
---|
8 | location : "Henk, Boddens Hosangweg 24 A, 2481 KZ, Woubrugge"
|
---|
9 | longitude : "4.63854"
|
---|
10 | masterip : "172.17.28.1"
|
---|
11 | monitoring_group: "wleiden"
|
---|
12 | nodename : "Henk"
|
---|
13 | nodetype : "Hybrid"
|
---|
14 | rdnap_x : 103784
|
---|
15 | rdnap_y : 464983
|
---|
16 | rdr_host : "213.73.188.7"
|
---|
17 | release : "9.0-RELEASE"
|
---|
18 | remote_access: "213.73.188.7"
|
---|
19 | service_accesspoint: True
|
---|
20 | service_concentrator: False
|
---|
21 | service_incoming_rdr: True
|
---|
22 | service_proxy_ileiden: True
|
---|
23 | service_proxy_normal: True
|
---|
24 | serviceid : "172.31.254.3"
|
---|
25 | status : "up"
|
---|
26 |
|
---|
27 |
|
---|
28 | iface_ath0:
|
---|
29 | comment : "Internal Wireless"
|
---|
30 | ip : "172.17.28.1/26"
|
---|
31 | sdesc : "binnen"
|
---|
32 | mode : "ap"
|
---|
33 | type : "11g"
|
---|
34 | channel : 1
|
---|
35 | ssid : "WiFi-Woubrugge"
|
---|
36 | wlan_mac : "00:1b:b1:05:02:e6"
|
---|
37 | dhcp : "10-60"
|
---|
38 | status : "up"
|
---|
39 |
|
---|
40 |
|
---|
41 | iface_vr0:
|
---|
42 | comment : "Link to external interface"
|
---|
43 | ip : "192.168.0.14/24"
|
---|
44 | sdesc : "2external"
|
---|
45 | type : "eth"
|
---|
46 | dhcp : "client"
|
---|
47 | status : "up"
|
---|
48 |
|
---|
49 |
|
---|
50 | iface_vr1:
|
---|
51 | comment : "Link naar WBRotary"
|
---|
52 | ip : "172.16.6.76/29"
|
---|
53 | sdesc : "2wbrotary"
|
---|
54 | mode : "station-wds"
|
---|
55 | type : "eth"
|
---|
56 | extra_type : "eth2wifibridge"
|
---|
57 | channel : "108"
|
---|
58 | ssid : "il-n.wbrotary.wleiden.net"
|
---|
59 | dhcp : False
|
---|
60 | compass : "z"
|
---|
61 | ns_ip : "172.16.6.75/29"
|
---|
62 | ns_mac : "04:18:d6:cc:00:53"
|
---|
63 | bridge_type: "NanoStation M5"
|
---|
64 | status : "up"
|
---|
65 |
|
---|
66 |
|
---|
67 | iface_vr2:
|
---|
68 | comment : "Lokaal Dev Netwerk"
|
---|
69 | ip : "172.17.33.1/24"
|
---|
70 | sdesc : "2dev"
|
---|
71 | type : "eth"
|
---|
72 | dhcp : "10-20"
|
---|
73 | status : "up"
|
---|
74 |
|
---|
75 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.