source: genesis/nodes/Langevoort/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.2 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[13469]6gateway : "192.168.178.1"
[13680]7serviceid : "172.31.254.6"
[11013]8ileiden : True
[10881]9latitude : "52.18620"
[10993]10location : "Hazenboslaan 39, 2343 SW, tegenover school met vleugel dak, Oegstgeest"
[10881]11longitude : "4.47699"
[10116]12masterip : "172.23.25.1"
[13147]13monitoring_group: "Oegstgeest"
[10116]14nodename : "Langevoort"
[10993]15nodetype : "Hybrid"
[10059]16rdnap_x : 92755
17rdnap_y : 466842
[10993]18release : "9.0-RELEASE"
19service_accesspoint: True
[11554]20service_concentrator: False
[10993]21service_incoming_rdr: False
22service_proxy_ileiden: True
23service_proxy_normal: True
[10116]24status : "up"
25
26
[10059]27iface_ath0:
[10885]28 comment : "Omni voor de buurt"
[10993]29 ip : "172.23.25.1/24"
[10116]30 sdesc : "omni"
[10703]31 mode : "ap"
[11737]32 type : "11g"
[11738]33 channel : 6
[13147]34 ssid : "WiFi-Oegstgeest"
35 wlan_mac : "00:1b:b1:05:02:df"
[10993]36 dhcp : "10-250"
[10116]37 status : "up"
[10059]38
[11731]39
[11672]40iface_ue0:
[11673]41 comment : "Extra AP2"
[11672]42 ip : "172.17.41.1/24"
43 sdesc : "ap2"
44 mode : "station-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "11"
[13147]48 ssid : "WiFi-Oegstgeest-2"
[11672]49 dhcp : "10-240"
50 ns_ip : "172.17.41.2/24"
[11733]51 ns_mac : "00:15:6d:d4:f8:36"
[11672]52 bridge_type: "Bullet2"
53 status : "up"
[10059]54
[11731]55
[10059]56iface_vr0:
[10993]57 comment : "External Link"
[13469]58 ip : "192.168.178.14/24"
[10993]59 sdesc : "2external"
[10116]60 type : "eth"
[10993]61 dhcp : "client"
[10116]62 status : "up"
[10059]63
[10116]64
[10059]65iface_vr1:
[11732]66 comment : "A-Link naar Lijtweg1"
[11728]67 ip : "172.16.6.244/29"
[11672]68 sdesc : "2lijtweg1"
[10116]69 mode : "station-wds"
70 type : "eth"
[10930]71 extra_type : "eth2wifibridge"
[11672]72 channel : "108"
73 ssid : "il-n.lijtweg1.wleiden.net"
74 dhcp : False
[11732]75 compass : "w"
[11728]76 ns_ip : "172.16.6.243/29"
[11732]77 ns_mac : "dc:9f:db:2a:28:b6"
[11672]78 bridge_type: "NanostationM5"
[10116]79 status : "up"
[10059]80
[10116]81
82iface_vr2:
[11673]83 comment : "Extra AP3"
84 ip : "172.17.70.1/24"
85 sdesc : "ap3"
86 mode : "ap"
[10116]87 type : "eth"
[10993]88 extra_type : "eth2wifibridge"
[11673]89 channel : "1"
[13147]90 ssid : "WiFi-Oegstgeest-3"
[11673]91 dhcp : "10-240"
[10729]92 compass : "w"
[12637]93 ns_ip : "172.17.70.2/29"
[10116]94 ns_mac : "00:15:6d:e9:f9:bd"
[11051]95 bridge_type: "Bullet2"
[10116]96 status : "up"
97
[11051]98
Note: See TracBrowser for help on using the repository browser.