source: genesis/nodes/Plantsoen/wleiden.yaml@ 13727

Last change on this file since 13727 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
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.8"
8latitude : "52.15395"
9location : "CeTIM office, Plantsoen 97, 2311 KL, Leiden"
10longitude : "4.49646"
11masterip : "172.17.169.1"
12monitoring_group: "wleiden"
13nodename : "Plantsoen"
14nodetype : "Hybrid"
15rdnap_x : 94042
16rdnap_y : 463238
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.17.169.1/24"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 11
33 ssid : "WiFi-Leiden"
34 wlan_mac : "00:0b:6b:81:1a:a0"
35 dhcp : "10-250"
36 compass : "omni"
37 status : "up"
38
39
40iface_ue0:
41 comment : "Link naar ROC1"
42 ip : "172.16.5.12/29"
43 sdesc : "2roc1"
44 mode : "station-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "132"
48 ssid : "il-n.roc1.wleiden.net"
49 dhcp : False
50 compass : "z"
51 ns_ip : "172.16.5.11/29"
52 ns_mac : "00:27:22:10:fd:a1"
53 bridge_type: "NanoStation5"
54 status : "up"
55
56
57iface_vr0:
58 comment : "Link naar router"
59 ip : "192.168.178.31/24"
60 sdesc : "uplink"
61 type : "eth"
62 dhcp : False
63 status : "up"
64
65
66iface_vr1:
67 comment : "Interlink north-north-west (Stadhuis)"
68 ip : "172.16.5.116/29"
69 sdesc : "2Stadhuis"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "44"
74 ssid : "il-zo.stadhuis.wleiden.net"
75 dhcp : False
76 compass : "nw"
77 distance : "0.5 km"
78 ns_ip : "172.16.5.115/29"
79 ns_mac : "00:15:6d:bd:67:e8"
80 bridge_type: "NanoStation5"
81 status : "up"
82
83
84iface_vr2:
85 comment : "Link to Vosko3"
86 ip : "172.16.5.92/29"
87 sdesc : "2vosko3"
88 mode : "station-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "116"
92 ssid : "il-zo.vosko3.wleiden.net"
93 dhcp : False
94 compass : "nw"
95 distance : "0.7 km"
96 ns_ip : "172.16.5.91/29"
97 ns_mac : "00:15:6d:bd:67:ff"
98 bridge_type: "NanoStation5"
99 status : "up"
100
101
Note: See TracBrowser for help on using the repository browser.