source: genesis/nodes/StBavo1/wleiden.yaml@ 13795

Last change on this file since 13795 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.3 KB
RevLine 
[12439]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[12505]6gateway : "192.168.178.1"
[13680]7serviceid : "172.31.254.13"
[12439]8latitude : "52.19183"
[12444]9location : "Sint Bavo Kerk, Leidse weg 6, 2374 AL, Oud-Ade"
[12474]10longitude : "4.56611"
[12770]11masterip : "172.16.3.93"
[12474]12monitoring_group: "wleiden"
[12439]13nodename : "StBavo1"
14nodetype : "Hybrid"
[12448]15rdnap_x : 98856
16rdnap_y : 467396
[12439]17release : "9.0-RELEASE"
[13579]18rdr_host : "213.73.140.38"
19remote_access: "213.73.140.38:1022"
[12439]20service_accesspoint: True
21service_concentrator: False
22service_incoming_rdr: False
23service_proxy_ileiden: True
24service_proxy_normal: True
25status : "up"
26
27
28iface_ath0:
29 comment : "Link naar StBavo2"
30 ip : "172.16.3.93/30"
31 sdesc : "2stbavo2"
[12769]32 mode : "ap"
[12829]33 type : "11a"
34 channel : 44
[12439]35 ssid : "il-intern.stbavo1.wleiden.net"
36 dhcp : False
37 status : "up"
38
[12474]39
[12439]40iface_vr0:
41 comment : "Internet verbinding"
[12505]42 ip : "192.168.178.2/24"
[12474]43 sdesc : "2external"
[12439]44 type : "eth"
[12474]45 dhcp : False
[12439]46 status : "up"
47
[12474]48
[12439]49iface_vr0_alias0:
[12448]50 comment : "Interlink naar pastorie Nanostation M5 DC:9F:DB:64:2C:DF kabel 4"
[12439]51 ip : "172.16.9.1/29"
52 sdesc : "2pastorie"
53 mode : "ap-wds"
54 type : "eth"
55 extra_type : "eth2wifibridge"
[12569]56 channel : "128"
[12439]57 ssid : "il-o.stbavo1.wleiden.net"
58 ns_ip : "172.16.9.2/29"
[12474]59 ns_mac : "dc:9f:db:64:2f:77"
[12439]60 bridge_type: "NanoStation M5"
61 status : "up"
62
63
64iface_vr1:
[12491]65 comment : "Link naar Kaag2 kabel 3"
[12439]66 ip : "172.16.7.249/29"
[12491]67 sdesc : "2kaag2"
68 mode : "station-wds"
[12439]69 type : "eth"
70 extra_type : "eth2wifibridge"
[12569]71 channel : "140"
[12491]72 ssid : "il-z.kaag2.wleiden.net"
[12439]73 dhcp : False
[12491]74 compass : "n"
[12439]75 ns_ip : "172.16.7.250/29"
[12474]76 ns_mac : "dc:9f:db:64:2e:bd"
[12439]77 bridge_type: "NanoStation M5"
78 status : "up"
79
80
81iface_vr2:
[12448]82 comment : "Link to KWVdeKaag kabel 5"
[12439]83 ip : "172.16.7.241/29"
84 sdesc : "2kwdekaag"
85 mode : "ap-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
[12569]88 channel : "100"
[12514]89 ssid : "il-w.stbavo1.wleiden.net"
[12439]90 dhcp : False
[12474]91 compass : "w"
[12439]92 ns_ip : "172.16.7.242/29"
[12514]93 ns_mac : "dc:9f:db:64:2f:07"
[12439]94 bridge_type: "NanoStation M5"
95 status : "up"
96
97
Note: See TracBrowser for help on using the repository browser.