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