source: genesis/nodes/Rick/wleiden.yaml@ 13863

Last change on this file since 13863 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: 2.7 KB
RevLine 
[13610]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[13844]6gateway : "80.127.152.25"
[13610]7ileiden : True
8latitude : "52.145"
9location : "Rick van der Zwet, Polderpeil 1, 2382 BW, Zoeterwoude"
10longitude : "4.517"
11masterip : "172.17.34.1"
12monitoring_group: "wzoeterwoude"
13nodename : "Rick"
14nodetype : "Hybrid"
15portal_sponsor: "Free-WiFi Zoeterwoude"
16portal_url: "http://www.wirelessleiden.nl/"
17rdnap_x : 95421
18rdnap_y : 462103
[13621]19rdr_host : "80.127.152.27"
[13615]20release : "9.0-RELEASE"
[13610]21service_accesspoint: True
22service_concentrator: False
[13615]23service_incoming_rdr: True
[13844]24service_proxy_ileiden: True
[13615]25service_proxy_normal: True
[13844]26serviceid : "172.31.254.9"
[13615]27status : "up"
[13610]28
[13844]29
30iface_ath0:
31 comment : "Ap binnen"
32 parent : "bridge0"
33 sdesc : "apbinnen"
34 mode : "ap"
35 type : "11g"
36 channel : 6
37 ssid : "WiFi Zoeterwoude"
38 status : "up"
39
40
[13703]41iface_bridge0:
42 comment : "Access Points"
[13844]43 ip : "172.17.34.1/24"
[13703]44 type : "eth"
45 dhcp : "10-240"
[13844]46 status : "planned"
[13610]47
[13844]48
[13619]49iface_ue0:
50 comment : "Loco tegen het raam"
[13703]51 parent : "bridge0"
[13619]52 sdesc : "2buiten"
[13620]53 mode : "ap-wds"
54 type : "eth"
[13844]55 channel : 1
[13620]56 ssid : "Wifi Zoeterwoude"
57 ns_ip : "172.17.34.2/24"
58 ns_mac : "dc:9f:db:3e:19:a1"
59 ns_type : "ns2"
60 bridge_type: "NanoStationLocoM2"
[13619]61 status : "up"
[13610]62
[13844]63
64iface_ue1:
65 comment : "Link to Server"
66 ip : "172.17.107.1/24"
67 sdesc : "2druif"
68 type : "eth"
69 dhcp : False
[13703]70 status : "up"
71
[13844]72
[13610]73iface_vr0:
[13615]74 comment : "Uplink XS4ALL FTTH (VAS)"
[13621]75 ip : "80.127.152.27/29"
[13615]76 sdesc : "2external"
77 type : "eth"
78 dhcp : False
79 status : "up"
80
[13844]81
[13615]82iface_vr1:
[13610]83 comment : "Link naar Meerburgkerk"
84 ip : "172.16.3.100/29"
85 sdesc : "2meerburgkerk"
86 mode : "station-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "116"
90 ssid : "il-wzw.mbkerk.wleiden.net"
91 dhcp : False
92 compass : "o"
93 ns_ip : "172.16.3.99/29"
94 ns_mac : "24:a4:3c:72:01:95"
95 bridge_type: "NanoStation M5"
96 status : "up"
[13616]97
[13844]98
[13616]99iface_vr2:
100 comment : "Link naar JVC"
101 ip : "172.16.6.116/29"
102 sdesc : "2jvc"
103 mode : "station-wds"
104 type : "eth"
105 extra_type : "eth2wifibridge"
106 channel : "36"
107 ssid : "il-no.jvc.wleiden.net"
108 dhcp : False
109 compass : "zw"
110 ns_ip : "172.16.6.115/29"
111 ns_mac : "00:27:22:11:fd:ed"
112 bridge_type: "NanoStation M5"
113 status : "up"
[13745]114
[13844]115
[13746]116iface_vr2_alias0:
[13745]117 comment : "Link naar Rick2"
118 ip : "172.16.6.124/29"
119 sdesc : "2rick2"
120 type : "eth"
121 dhcp : False
122 status : "up"
123
[13838]124
Note: See TracBrowser for help on using the repository browser.