source: genesis/nodes/Herman/wleiden.yaml@ 13795

Last change on this file since 13795 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: 1.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.1.1"
7serviceid : "172.31.254.4"
8ileiden : False
9latitude : "52.25868"
10location : "Jasmijnstraat 25 1431 RH Aalsmeer"
11longitude : "4.75797"
12masterip : "172.17.75.1"
13monitoring_group: "wleiden"
14nodename : "Herman"
15nodetype : "Hybrid"
16rdnap_x : "112039"
17rdnap_y : "474703"
18rdr_host : "scholten.ddns.net"
19rdr_rules :
20- ['tcp', 3389, '172.17.0.45', 3389]
21- ['tcp', 9080, '172.17.0.41', 80]
22- ['tcp', 9081, '172.17.0.42', 554]
23- ['tcp', 9082, '172.17.0.43', 554]
24- ['tcp', 9083, '172.17.0.44', 80]
25- ['tcp', 9084, '172.17.0.43', 80]
26- ['tcp', 9085, '172.17.0.42', 80]
27- ['tcp', 9086, '172.17.0.45', 21]
28- ['tcp', 9087, '172.17.0.45', 3389]
29- ['tcp', 9092, '172.17.51.5', 80]
30- ['tcp', 9096, '172.17.13.66', 88]
31release : "9.0-RELEASE"
32service_accesspoint: False
33service_concentrator: False
34service_incoming_rdr: True
35service_proxy_ileiden: True
36service_proxy_normal: False
37status : "up"
38wl_release: 10805
39
40
41iface_vr0:
42 comment : "Link naar Router"
43 ip : "192.168.1.50/24"
44 sdesc : "uplink"
45 type : "eth"
46 dhcp : "client"
47 status : "up"
48
49
50iface_vr1:
51 comment : "Interlink naar de watertoren1"
52 ip : "172.17.0.36/28"
53 sdesc : "2watertoren1"
54 mode : "station-wds"
55 type : "eth"
56 channel : "106"
57 ssid : "il-n.watertoren1.wleiden.net"
58 dhcp : False
59 compass : "z"
60 ns_ip : "172.17.0.35/28"
61 ns_mac : "04:18:d6:cc:0b:8c"
62 bridge_type: "NanoStationM5"
63 status : "up"
64
65
Note: See TracBrowser for help on using the repository browser.