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

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