Last change
on this file since 13832 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:
1.7 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX2"
|
---|
5 | comment : "None"
|
---|
6 | gateway : "192.168.178.1"
|
---|
7 | serviceid : "172.31.254.10"
|
---|
8 | latitude : "52.15457"
|
---|
9 | location : "Zorgcentrum Robijnhof Recreatiezaal, Robijnhof 1, 2332 KJ, Leiden"
|
---|
10 | longitude : "4.46265"
|
---|
11 | masterip : "172.17.97.1"
|
---|
12 | monitoring_group: "wleiden"
|
---|
13 | nodename : "Robijn2"
|
---|
14 | nodetype : "Hybrid"
|
---|
15 | rdnap_x : 91729
|
---|
16 | rdnap_y : 463336
|
---|
17 | release : "9.0-RELEASE"
|
---|
18 | service_accesspoint: True
|
---|
19 | service_concentrator: False
|
---|
20 | service_incoming_rdr: False
|
---|
21 | service_proxy_ileiden: True
|
---|
22 | service_proxy_normal: True
|
---|
23 | status : "up"
|
---|
24 |
|
---|
25 |
|
---|
26 | iface_vr0:
|
---|
27 | comment : "Uplink"
|
---|
28 | ip : "192.168.178.6/24"
|
---|
29 | sdesc : "uplink"
|
---|
30 | type : "eth"
|
---|
31 | dhcp : False
|
---|
32 | status : "up"
|
---|
33 |
|
---|
34 |
|
---|
35 | iface_vr0_alias0:
|
---|
36 | comment : "Ethernet naar Robijn via switch"
|
---|
37 | ip : "172.16.3.2/29"
|
---|
38 | sdesc : "2robijn"
|
---|
39 | type : "eth"
|
---|
40 | dhcp : False
|
---|
41 | status : "up"
|
---|
42 |
|
---|
43 |
|
---|
44 | iface_vr1:
|
---|
45 | comment : "AP-noord, kabel 1"
|
---|
46 | ip : "172.17.98.1/24"
|
---|
47 | sdesc : "2apnoord"
|
---|
48 | mode : "ap"
|
---|
49 | type : "eth"
|
---|
50 | extra_type : "eth2wifibridge"
|
---|
51 | channel : "1"
|
---|
52 | ssid : "ap-WirelessLeiden-RobijnN"
|
---|
53 | dhcp : "10-240"
|
---|
54 | compass : "nw"
|
---|
55 | ns_ip : "172.17.98.2"
|
---|
56 | ns_mac : "dc:9f:db:36:1d:b7"
|
---|
57 | bridge_type: "NanoStationM2"
|
---|
58 | status : "up"
|
---|
59 |
|
---|
60 |
|
---|
61 | iface_vr2:
|
---|
62 | comment : "AP-oost, kabel 2"
|
---|
63 | ip : "172.17.99.1/24"
|
---|
64 | sdesc : "2apoost"
|
---|
65 | mode : "ap"
|
---|
66 | type : "eth"
|
---|
67 | extra_type : "eth2wifibridge"
|
---|
68 | channel : "6"
|
---|
69 | ssid : "ap-WirelessLeiden-RobijnO"
|
---|
70 | dhcp : "10-240"
|
---|
71 | compass : "zo"
|
---|
72 | ns_ip : "172.17.99.2"
|
---|
73 | ns_mac : "dc:9f:db:36:1d:b5"
|
---|
74 | bridge_type: "NanoStationM2"
|
---|
75 | status : "up"
|
---|
76 |
|
---|
77 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.