source: genesis/nodes/Watertoren3/wleiden.yaml@ 14392

Last change on this file since 14392 was 14346, checked in by rick, 6 years ago

Add gateway functionality on all watertoren nodes

Trying to debug issue NAT not applied to inbound WL-traffic on aliased interface

File size: 2.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.0.1"
7latitude : "52.25493"
8location : "Watertoren, Kudelstaartseweg 16,1431 GA, Aalsmeer"
9longitude : "4.75742"
10masterip : "172.17.14.1"
11monitoring_group: "wleiden"
12nodename : "Watertoren3"
13nodetype : "Hybrid"
14rdnap_x : 111998
15rdnap_y : 474286
16release : "9.0-RELEASE"
17remote_access: "185.26.59.234:1024"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: True
21service_proxy_ileiden: True
22service_proxy_normal: True
23serviceid : "172.31.254.24"
24status : "up"
25
26
27iface_ue0:
28 comment : "Nanostation naar Kudelstaart (Mast3:Pos3)"
29 ip : "172.16.16.145/29"
30 sdesc : "2kudelstaart"
31 mode : "ap-wds"
32 type : "eth"
33 channel : "36"
34 ssid : "il-z.watertoren3.wleiden.net"
35 dhcp : False
36 compass : "z"
37 ns_ip : "172.16.16.146/29"
38 ns_mac : "04:18:d6:cc:03:c2"
39 bridge_type: "NanoStation5"
40 status : "up"
41
42
43iface_vr0:
44 comment : "Ethernet / Switchport: 4"
45 ip : "192.168.0.12/24"
46 sdesc : "uplink"
47 type : "eth"
48 dhcp : False
49 status : "up"
50
51
52iface_vr0_alias0:
53 comment : "Watertoren internal ring"
54 ip : "172.25.90.68/29"
55 sdesc : "2ring"
56 type : "eth"
57 dhcp : False
58 status : "up"
59
60
61iface_vr1:
62 comment : "Link naar Kempers il-no2 (Mast2:Post3)"
63 ip : "172.16.16.236/29"
64 sdesc : "2kempers2"
65 mode : "ap-wds"
66 type : "eth"
67 channel : "52"
68 ssid : "il-zw.watertoren3.wleiden.net"
69 dhcp : False
70 compass : "zw"
71 ns_ip : "172.16.16.235/29"
72 ns_mac : "00:15:6d:f2:42:f3"
73 bridge_type: "NanoStation M5"
74 status : "up"
75
76
77iface_vr2:
78 comment : "Nanostation5 naar RecPark (Mast2:Post2)"
79 ip : "172.16.16.73/29"
80 sdesc : "2recpark"
81 mode : "ap-wds"
82 type : "eth"
83 channel : "140"
84 ssid : "il-w.watertoren3.wleiden.net"
85 dhcp : False
86 compass : "w"
87 ns_ip : "172.16.16.74/29"
88 ns_mac : "04:18:d6:ca:fd:cd"
89 bridge_type: "NanoStation5"
90 status : "up"
91
92
93iface_vr2_alias0:
94 comment : "Nanostation5 naar Stenhuis1"
95 ip : "172.16.6.153/29"
96 sdesc : "2stenhuis1"
97 type : "eth"
98 dhcp : False
99 status : "up"
100
101
102iface_vr2_alias1:
103 comment : "Nanostation5 naar Rekpark214a"
104 ip : "172.16.3.241/29"
105 sdesc : "2rekpark214a"
106 type : "eth"
107 dhcp : False
108 status : "up"
109
110
Note: See TracBrowser for help on using the repository browser.