source: genesis/nodes/StVictor/wleiden.yaml@ 13795

Last change on this file since 13795 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: 3.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.14"
8latitude : "52.25091"
9location : "Sint Victor kerk, St Victorlaan 11, 2211 RN, Noordwijkerhout"
10longitude : "4.48922"
11masterip : "172.17.119.1"
12monitoring_group: "noordwijk"
13nodename : "StVictor"
14nodetype : "Hybrid"
15rdnap_x : 93680
16rdnap_y : 474031
17rdr_host : "82.217.246.132"
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', 9088, '172.16.6.229', 9081]
28- ['tcp', 9091, '172.16.9.237', 88]
29- ['tcp', 9092, '172.17.51.5', 80]
30- ['tcp', 9096, '172.17.13.66', 88]
31- ['tcp', 9099, '172.16.9.116', 80]
32release : "9.0-RELEASE"
33service_accesspoint: True
34service_concentrator: False
35service_incoming_rdr: False
36service_proxy_ileiden: True
37service_proxy_normal: True
38status : "up"
39
40
41iface_ath0:
42 comment : "Accesspoint Zuid op sectorantenne"
43 ip : "172.17.119.1/24"
44 sdesc : "apz"
45 mode : "ap"
46 type : "11g"
47 channel : 1
48 ssid : "ap-stvictor-z"
49 dhcp : "10-250"
50 compass : "n"
51 status : "up"
52
53
54iface_ue0:
55 comment : "Accesspoint Noord op NanoStation"
56 ip : "172.17.133.1/24"
57 sdesc : "apoost"
58 mode : "apn"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "6"
62 ssid : "ap-stvictor-n"
63 dhcp : "10-250"
64 compass : "n"
65 ns_ip : "172.17.133.2/24"
66 ns_mac : "dc:9f:db:62:14:9b"
67 bridge_type: "NanoStationM2"
68 status : "up"
69
70
71iface_vr0:
72 comment : "Internetverbinding"
73 ip : "192.168.178.2/24"
74 sdesc : "2external"
75 type : "eth"
76 dhcp : "client"
77 status : "up"
78
79
80iface_vr0_extra0:
81 comment : "Naar pastorie NanostationM5 LAN1 bridge > nano vr1 WPA2"
82 ip : "172.16.9.105/29"
83 sdesc : "2pastorie"
84 mode : "ap-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "52"
88 ssid : "il-nw.stvictor.wleiden.net"
89 compass : "nw"
90 ns_ip : "172.16.9.106/29"
91 ns_mac : "24:a4:3c:72:01:cf"
92 bridge_type: "NanoStation M5"
93 status : "up"
94
95
96iface_vr1:
97 comment : "Naar Leeuwenhorst1 NanostationM5 LAN1 bridge > nano vr0"
98 ip : "172.16.6.228/29"
99 sdesc : "2lwhorst"
100 mode : "station-wds"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 channel : "60"
104 ssid : "il-o.leeuwenhorst.wleiden.net"
105 dhcp : False
106 compass : "w"
107 ns_ip : "172.16.6.227/29"
108 ns_mac : "24:a4:3c:72:02:29"
109 bridge_type: "NanoStation M5"
110 status : "up"
111
112
113iface_vr2:
114 comment : "Link naar AkzoNobel1"
115 ip : "172.16.10.36/29"
116 sdesc : "2akzo"
117 mode : "ap-wds"
118 type : "eth"
119 extra_type : "eth2wifibridge"
120 channel : "120"
121 ssid : "il-n.teyakzonobel1.wleiden.net"
122 dhcp : False
123 compass : "z"
124 ns_ip : "172.16.10.35/29"
125 ns_mac : "24:a4:3c:72:02:13"
126 bridge_type: "NanoStation M5"
127 status : "up"
128
129
Note: See TracBrowser for help on using the repository browser.