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
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "80.127.152.25"
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
19rdr_host : "80.127.152.27"
20release : "9.0-RELEASE"
21service_accesspoint: True
22service_concentrator: False
23service_incoming_rdr: True
24service_proxy_ileiden: True
25service_proxy_normal: True
26serviceid : "172.31.254.9"
27status : "up"
28
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
41iface_bridge0:
42 comment : "Access Points"
43 ip : "172.17.34.1/24"
44 type : "eth"
45 dhcp : "10-240"
46 status : "planned"
47
48
49iface_ue0:
50 comment : "Loco tegen het raam"
51 parent : "bridge0"
52 sdesc : "2buiten"
53 mode : "ap-wds"
54 type : "eth"
55 channel : 1
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"
61 status : "up"
62
63
64iface_ue1:
65 comment : "Link to Server"
66 ip : "172.17.107.1/24"
67 sdesc : "2druif"
68 type : "eth"
69 dhcp : False
70 status : "up"
71
72
73iface_vr0:
74 comment : "Uplink XS4ALL FTTH (VAS)"
75 ip : "80.127.152.27/29"
76 sdesc : "2external"
77 type : "eth"
78 dhcp : False
79 status : "up"
80
81
82iface_vr1:
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"
97
98
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"
114
115
116iface_vr2_alias0:
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
124
Note: See TracBrowser for help on using the repository browser.