source: genesis/nodes/TestTienAlix3D/wleiden.yaml@ 13764

Last change on this file since 13764 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.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX3D"
5comment : "None"
6gateway : "192.168.3.1"
7serviceid : "172.31.254.15"
8latitude : "52.17062"
9location : "Wouter thuis, Voorhout"
10longitude : "4.63854"
11masterip : "172.17.71.1"
12monitoring_group: "wleiden"
13nodename : "TestTienAlix3D"
14nodetype : "Hybrid"
15rdnap_x : 103784
16rdnap_y : 464983
17rdr_host : "0.0.0.0"
18rdr_rules :
19- ['tcp', 9080, '172.17.0.41', 80]
20- ['tcp', 9081, '172.17.0.42', 554]
21- ['tcp', 9082, '172.17.0.43', 554]
22- ['tcp', 9083, '172.17.0.44', 80]
23- ['tcp', 9084, '172.17.0.43', 80]
24- ['tcp', 9085, '172.17.0.42', 80]
25- ['tcp', 9086, '172.17.0.45', 21]
26- ['tcp', 9087, '172.17.0.45', 3389]
27- ['tcp', 9092, '172.17.51.5', 80]
28- ['tcp', 9096, '172.17.13.66', 88]
29release : "10.2-RELEASE"
30remote_access: ""
31service_accesspoint: True
32service_concentrator: False
33service_incoming_rdr: False
34service_proxy_ileiden: True
35service_proxy_normal: True
36status : "down"
37
38
39iface_ath0:
40 comment : "Internal Wireless"
41 ip : "172.17.71.1/24"
42 sdesc : "ap1"
43 mode : "ap"
44 type : "11g"
45 channel : 1
46 ssid : "WiFi-Teylingen-TEST-g"
47 dhcp : "10-60"
48 status : "up"
49
50
51iface_ath1:
52 comment : "Internal Wireless"
53 ip : "172.17.72.1/24"
54 sdesc : "ap2"
55 mode : "ap"
56 type : "11a"
57 channel : 36
58 ssid : "WiFi-Teylingen-TEST-a"
59 dhcp : "10-60"
60 status : "up"
61
62
63iface_vr0:
64 comment : "Link to external interface"
65 ip : "192.168.3.3/24"
66 sdesc : "2external"
67 type : "eth"
68 dhcp : False
69 status : "up"
70
71
Note: See TracBrowser for help on using the repository browser.