source: genesis/nodes/DimIns/wleiden.yaml@ 13727

Last change on this file since 13727 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.1 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.2"
8ileiden : False
9latitude : "52.1592"
10location : "Breestraat 59 2311 CJ Leiden"
11longitude : "4.4886"
12masterip : "172.17.102.1"
13monitoring_group: "wleiden"
14nodename : "DimIns"
15nodetype : "Hybrid"
16rdnap_x : "93511"
17rdnap_y : "463829"
18release : "9.0-RELEASE"
19service_accesspoint: False
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: True
23service_proxy_normal: False
24status : "planned"
25wl_release: 10805
26
27
28iface_vr0:
29 comment : "Link naar Router"
30 ip : "192.168.1.50/24"
31 sdesc : "uplink"
32 type : "eth"
33 dhcp : "client"
34 status : "up"
35
36
37iface_vr1:
38 comment : "Interlink naar Stadhuis"
39 ip : "172.16.4.108/29"
40 sdesc : "2stadhuis"
41 mode : "station-wds"
42 type : "eth"
43 channel : "116"
44 ssid : "il-nw.stadhuis.wleiden.net"
45 dhcp : False
46 compass : "zo"
47 ns_ip : "172.16.4.107/29"
48 ns_mac : "04:18:d6:ca:fd:d6"
49 bridge_type: "NanoM5"
50 status : "up"
51
52
Note: See TracBrowser for help on using the repository browser.