source: genesis/nodes/DeClercq/wleiden.yaml@ 13787

Last change on this file since 13787 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"
[10059]5comment : "None"
[11322]6gateway : "213.125.162.249"
[13680]7serviceid : "172.31.254.1"
[10881]8latitude : "52.15060"
[10116]9location : "kantoor De Clercq, Hoge Rijndijk 306, 2314 AM, Leiden"
[10881]10longitude : "4.52066"
[10116]11masterip : "172.18.128.1"
[11325]12monitoring_group: "wleiden"
[10116]13nodename : "DeClercq"
[11264]14nodetype : "Hybrid"
[10059]15rdnap_x : 95694
16rdnap_y : 462845
[11264]17release : "9.0-RELEASE"
18service_accesspoint: True
[11554]19service_concentrator: False
[11264]20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: True
[10116]23status : "up"
[10059]24
[10116]25
[10059]26iface_ath0:
[10885]27 comment : "AP voor de buurt"
[11264]28 ip : "172.18.128.1/24"
[10116]29 sdesc : "ap"
[10703]30 mode : "ap"
[11737]31 type : "11g"
[11738]32 channel : 1
[13102]33 ssid : "WiFi-Leiden"
[13084]34 wlan_mac : "00:1b:b1:00:ed:6e"
[11264]35 dhcp : "10-250"
[10116]36 status : "up"
[10059]37
38
[10116]39iface_ue0:
[13210]40 comment : "Link naar noordwest"
41 ip : "172.16.6.81/29"
42 sdesc : "2nw"
43 mode : "ap-wds"
[10116]44 type : "eth"
45 extra_type : "eth2wifibridge"
[12767]46 channel : "52"
[13210]47 ssid : "il-nw.declercq.wleiden.net"
[10463]48 dhcp : False
[10729]49 compass : "nw"
[13210]50 ns_ip : "172.16.6.82/29"
[10116]51 ns_mac : "00:15:6d:ea:f0:63"
[10892]52 bridge_type: "NanoStation5"
[10386]53 status : "up"
[10116]54
55
[10059]56iface_vr0:
[11264]57 comment : "Link naar Router Ziggo 40/8"
[12652]58 ip : "213.125.162.253/29"
[11264]59 sdesc : "uplink"
[10116]60 type : "eth"
[10454]61 dhcp : False
[10116]62 status : "up"
[10059]63
[11322]64
[10059]65iface_vr1:
[11322]66 comment : "Link west naar Roomburgh2"
[11281]67 ip : "172.16.5.177/29"
68 sdesc : "2roomburgh2"
[10116]69 mode : "ap-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "36"
73 ssid : "il-w.declercq.wleiden.net"
[10463]74 dhcp : False
[10116]75 compass : "w"
[11281]76 ns_ip : "172.16.5.178/29"
[10116]77 ns_mac : "00:15:6d:ea:f0:70"
[10892]78 bridge_type: "NanoStation5"
[10116]79 status : "up"
[10059]80
[10116]81
82iface_vr2:
[11322]83 comment : "Link to Leythenrode"
[10116]84 ip : "172.16.5.172/29"
85 sdesc : "2leythenrode"
86 mode : "station-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "44"
90 ssid : "il-zw.leythenrode.wleiden.net"
[10463]91 dhcp : False
[10729]92 compass : "no"
[10116]93 ns_ip : "172.16.5.171/29"
94 ns_mac : "00:15:6d:ea:f0:7b"
[10892]95 bridge_type: "NanoStation5"
[10386]96 status : "up"
[10116]97
98
Note: See TracBrowser for help on using the repository browser.