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
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.178.1"
7serviceid : "172.31.254.6"
8ileiden : True
9latitude : "52.18620"
10location : "Hazenboslaan 39, 2343 SW, tegenover school met vleugel dak, Oegstgeest"
11longitude : "4.47699"
12masterip : "172.23.25.1"
13monitoring_group: "Oegstgeest"
14nodename : "Langevoort"
15nodetype : "Hybrid"
16rdnap_x : 92755
17rdnap_y : 466842
18release : "9.0-RELEASE"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: True
23service_proxy_normal: True
24status : "up"
25
26
27iface_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
40iface_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
56iface_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
65iface_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
82iface_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.