source: genesis/nodes/Rustdam2/wleiden.yaml@ 13691

Last change on this file since 13691 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.2 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[12474]5comment : "None"
[12249]6gateway : "192.168.178.1"
[13680]7serviceid : "172.31.254.12"
[11519]8latitude : "52.11082"
[11318]9location : "Kaasboerderij Rustdam, Zuidbuurtseweg 34, 2381 LG, Zoeterwoude "
[11519]10longitude : "4.50254"
[12267]11masterip : "172.17.95.1"
[11325]12monitoring_group: "wzoeterwoude"
[12267]13nodename : "Rustdam2"
[10822]14nodetype : "Hybrid"
[11323]15rdnap_x : "94400"
16rdnap_y : "458435"
[13646]17rdr_host : "94.208.127.250"
[12330]18rdr_rules :
[12333]19- ['tcp', 9080, '172.17.0.41', 80]
20- ['tcp', 9081, '172.17.0.42', 554]
21- ['tcp', 9082, '172.17.0.43', 554]
22- ['tcp', 9083, '172.17.0.44', 80]
23- ['tcp', 9084, '172.17.0.43', 80]
24- ['tcp', 9085, '172.17.0.42', 80]
25- ['tcp', 9086, '172.17.0.45', 21]
26- ['tcp', 9087, '172.17.0.45', 3389]
27- ['tcp', 9090, '172.17.2.67', 80]
[12745]28- ['tcp', 9091, '172.16.9.237', 88]
[12449]29- ['tcp', 9092, '172.17.51.5', 80]
[13614]30- ['tcp', 9093, '172.17.51.5', 554]
[13251]31- ['tcp', 9096, '172.17.13.66', 88]
[13632]32- ['tcp', 9097, '172.17.52.117', 88]
[13383]33- ['tcp', 9100, '172.16.9.202', 88]
[12474]34release : "9.0-RELEASE"
35remote_access: "94.210.143.85:1022"
[10822]36service_accesspoint: True
[11554]37service_concentrator: False
[12330]38service_incoming_rdr: True
[11318]39service_proxy_ileiden: True
[10822]40service_proxy_normal: True
[12330]41status : "up"
[10059]42
[12474]43
[10059]44iface_vr0:
[12249]45 comment : "Uplink"
[12866]46 ip : "192.168.178.5/24"
[12249]47 sdesc : "uplink"
48 type : "eth"
49 dhcp : False
50 status : "up"
[11322]51
[13548]52
[13229]53iface_vr0_alias0:
54 comment : "Webcam - prive"
[13266]55 ip : "172.16.9.201/29"
[13229]56 sdesc : "uplink"
57 type : "eth"
58 dhcp : False
59 status : "up"
[12474]60
[13229]61
[10059]62iface_vr1:
[12267]63 comment : "Link to Rustdam"
64 ip : "172.16.7.100/29"
65 sdesc : "2rustdam"
[12474]66 mode : "station-wds"
[10116]67 type : "eth"
[12267]68 ssid : "il-o.rustdam.wleiden.net"
69 dhcp : False
[12474]70 compass : "z"
[12267]71 ns_ip : "172.16.7.99/29"
[11318]72 ns_mac : "00:00:00:00:00:00"
[12267]73 ns_type : "ns5"
74 bridge_type: "NanoStationM5"
[10116]75 status : "up"
[10059]76
[11322]77
[10116]78iface_vr2:
[11318]79 comment : "Access Point"
[12267]80 ip : "172.17.95.1/24"
81 sdesc : "2terras"
[11318]82 mode : "ap-wds"
[10116]83 type : "eth"
[13488]84 ssid : "Wifi Zoeterwoude"
[11318]85 dhcp : "10-240"
[12267]86 ns_ip : "172.17.95.2/24"
[13548]87 ns_mac : "dc:9f:db:3f:21:ba"
[13488]88 ns_type : "ns2"
89 bridge_type: "NanoStationLocoM2"
[10116]90 status : "up"
[12474]91
92
Note: See TracBrowser for help on using the repository browser.