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

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

Control gateway routing using 'flagged' IP.

The use of specialized serviceid IP addresses for use in determining the
presence of a default gateway will allow us, to remove the IP if the gateway is
not functional, without affecting other functions of the node. The presence of
the unused entries allowes new gateways to be added without the need of
updating all configuration files.

Side-note: This is a workaround since default routing to pasted through
lvrouted using the '-g' parameter at gateways and leaving the '-z' parameter
empty other nodes. How-ever this setup is causing defaultgw 'loops' in the
network, yet need to be tested some more.

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.145"
8location : "Rick van der Zwet, Polderpeil 1, 2382 BW, Zoeterwoude"
9longitude : "4.517"
10masterip : "172.17.34.1"
11gateway : "80.127.152.25"
12serviceid : "172.31.254.9"
13monitoring_group: "wzoeterwoude"
14nodename : "Rick"
15nodetype : "Hybrid"
16portal_sponsor: "Free-WiFi Zoeterwoude"
17portal_url: "http://www.wirelessleiden.nl/"
18rdnap_x : 95421
19rdnap_y : 462103
20rdr_host : "80.127.152.27"
21rdr_rules :
22- ['tcp', 9080, '172.17.0.41', 80]
23- ['tcp', 9081, '172.17.0.42', 554]
24- ['tcp', 9082, '172.17.0.43', 554]
25- ['tcp', 9083, '172.17.0.44', 80]
26- ['tcp', 9084, '172.17.0.43', 80]
27- ['tcp', 9085, '172.17.0.42', 80]
28- ['tcp', 9086, '172.17.0.45', 21]
29- ['tcp', 9087, '172.17.0.45', 3389]
30- ['tcp', 9092, '172.17.51.5', 80]
31- ['tcp', 9096, '172.17.13.66', 88]
32release : "9.0-RELEASE"
33service_accesspoint: True
34service_concentrator: False
35service_incoming_rdr: True
36service_proxy_ileiden: True
37service_proxy_normal: True
38status : "up"
39
40
41iface_ue0:
42 comment : "Loco tegen het raam"
43 ip : "172.17.34.1/24"
44 sdesc : "2buiten"
45 mode : "ap-wds"
46 type : "eth"
47 ssid : "Wifi Zoeterwoude"
48 channel : 1
49 dhcp : "10-250"
50 ns_ip : "172.17.34.2/24"
51 ns_mac : "dc:9f:db:3e:19:a1"
52 ns_type : "ns2"
53 bridge_type: "NanoStationLocoM2"
54 status : "up"
55
56iface_vr0:
57 comment : "Uplink XS4ALL FTTH (VAS)"
58 ip : "80.127.152.27/29"
59 sdesc : "2external"
60 type : "eth"
61 dhcp : False
62 status : "up"
63
64
65iface_vr1:
66 comment : "Link naar Meerburgkerk"
67 ip : "172.16.3.100/29"
68 sdesc : "2meerburgkerk"
69 mode : "station-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "116"
73 ssid : "il-wzw.mbkerk.wleiden.net"
74 dhcp : False
75 compass : "o"
76 ns_ip : "172.16.3.99/29"
77 ns_mac : "24:a4:3c:72:01:95"
78 bridge_type: "NanoStation M5"
79 status : "up"
80
81iface_vr2:
82 comment : "Link naar JVC"
83 ip : "172.16.6.116/29"
84 sdesc : "2jvc"
85 mode : "station-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "36"
89 ssid : "il-no.jvc.wleiden.net"
90 dhcp : False
91 compass : "zw"
92 ns_ip : "172.16.6.115/29"
93 ns_mac : "00:27:22:11:fd:ed"
94 bridge_type: "NanoStation M5"
95 status : "up"
Note: See TracBrowser for help on using the repository browser.