source: genesis/nodes/Robijn/wleiden.yaml@ 13788

Last change on this file since 13788 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
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[13486]5externalif: "vr0"
[12474]6gateway : "192.168.178.1"
[13680]7serviceid : "172.31.254.11"
[10881]8latitude : "52.15457"
[10116]9location : "Zorgcentrum Robijnhof, Robijnhof 1, 2332 KJ, Leiden"
[10881]10longitude : "4.46265"
[10116]11masterip : "172.20.8.1"
[11325]12monitoring_group: "wleiden"
[10116]13nodename : "Robijn"
[11229]14nodetype : "Hybrid"
[10059]15rdnap_x : 91729
16rdnap_y : 463336
[11229]17release : "9.0-RELEASE"
[12292]18remote_access: "83.86.137.210:22"
[11229]19service_accesspoint: True
[11554]20service_concentrator: False
[11229]21service_incoming_rdr: False
[12292]22service_proxy_ileiden: True
23service_proxy_normal: True
[10116]24status : "up"
25
26
[10059]27iface_ath0:
[10888]28 comment : "Omni voor de buurt"
[11229]29 ip : "172.20.8.1/24"
[10116]30 sdesc : "omni"
[10703]31 mode : "ap"
[11737]32 type : "11g"
[11738]33 channel : 6
[13124]34 ssid : "WiFi-Leiden"
35 wlan_mac : "00:0b:6b:81:19:bf"
[11229]36 dhcp : "10-250"
[10116]37 status : "up"
[10059]38
[12474]39
[13548]40iface_ue0:
41 comment : "A Link naar AJSoft1 via nanostation"
42 ip : "172.16.5.228/29"
43 sdesc : "2ajsoft"
44 mode : "station-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "60"
48 ssid : "il-nnw.ajsoft1.wleiden.net"
49 dhcp : False
50 compass : "z"
51 ns_ip : "172.16.5.227/29"
52 ns_mac : "00:15:6d:f2:38:07"
53 bridge_type: "NanoStation5"
54 status : "up"
55
56
[13485]57iface_vr0:
[12303]58 comment : "Uplink"
[12863]59 ip : "192.168.178.5/24"
[12303]60 sdesc : "uplink"
[10116]61 type : "eth"
[13461]62 dhcp : "client"
[12292]63 status : "up"
[10059]64
[12474]65
[13485]66iface_vr0_alias0:
[12303]67 comment : "Ethernet naar Robijn"
68 ip : "172.16.3.1/29"
69 sdesc : "2robijn2"
[12292]70 type : "eth"
71 dhcp : False
72 status : "up"
[10059]73
[12474]74
[10059]75iface_vr1:
[12325]76 comment : "A Link naar Robijn3 via nanostation"
77 ip : "172.16.3.204/29"
78 sdesc : "2robijn3"
[10116]79 mode : "station-wds"
80 type : "eth"
81 extra_type : "eth2wifibridge"
[12325]82 channel : "36"
83 ssid : "il-no.robijn3.wleiden.net"
[10454]84 dhcp : False
[13548]85 compass : "zw"
[12325]86 ns_ip : "172.16.3.203/29"
[12474]87 ns_mac : "dc:9f:db:e4:98:c9"
[12230]88 bridge_type: "NanoStationM5"
[10116]89 status : "up"
[10059]90
[10116]91
[13548]92iface_vr2:
[13651]93 comment : "A link naar Vosko2 via nanobridge"
[13548]94 ip : "172.16.4.84/29"
95 sdesc : "2vosko2"
[10116]96 mode : "station-wds"
97 type : "eth"
98 extra_type : "eth2wifibridge"
[13548]99 channel : "140"
100 ssid : "il-w.vosko.wleiden.net"
[10454]101 dhcp : False
[13548]102 compass : "o"
103 ns_ip : "172.16.4.83/29"
104 ns_mac : "00:15:6d:f2:39:3d"
[13651]105 bridge_type: "NanoBridgeM5"
[10116]106 status : "up"
107
108
Note: See TracBrowser for help on using the repository browser.