source: genesis/nodes/ZTWDorpskerk/wleiden.yaml@ 14394

Last change on this file since 14394 was 14025, checked in by rick, 7 years ago

Fix overlapping IP networks

The syntax checker did not check for overlapping network ranges. For example
/24 defined at Dwars overlapped with /23 of Meerburgkerk. This is causing
issues with routing and network propogation.

While here ensure all ns_ip has proper subnet set

File size: 2.5 KB
RevLine 
[11518]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[11731]4board : "ALIX2"
[11518]5latitude : "52.12129"
[11609]6location : "Dorpskerk, Dorpsstraat 17, 2381 EK Zoeterwoude"
[11518]7longitude : "4.49724"
8masterip : "172.17.61.1"
9monitoring_group: "wleiden"
10nodename : "ZTWDorpskerk"
11nodetype : "Hybrid"
12rdnap_x : 94051
13rdnap_y : 459604
[11573]14release : "9.0-RELEASE"
[11518]15service_accesspoint: True
[11554]16service_concentrator: False
[11518]17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
[11554]20status : "up"
[11518]21
22
[13931]23iface_bridge0:
24 comment : "Public Access Points"
25 sdesc : "2buurt"
26 ip : "172.17.61.1/24"
27 dhcp : "10-240"
28 type : "eth"
29 status : "up"
30
31
[11521]32iface_ath0:
33 comment : "Omni voor Binnen"
[13931]34 parent : "bridge0"
[11521]35 mode : "ap"
[11737]36 type : "11g"
[11738]37 channel : 6
[11521]38 ssid : "ap-ZTW-Dorpskerk-Binnen"
39 status : "up"
40
41
[11518]42iface_vr0:
[13955]43 comment : "Link naar ROC2"
[11518]44 ip : "172.16.5.44/29"
45 sdesc : "2HybridROC1"
46 mode : "station-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "124"
[11521]50 ssid : "il-z.roc2.wleiden.net"
[11518]51 dhcp : False
52 compass : "n"
53 ns_ip : "172.16.5.43/29"
[11733]54 ns_mac : "00:27:22:8a:3b:bb"
[11731]55 bridge_type: "NanoStation M5"
[11518]56 status : "up"
57
[11520]58iface_vr1:
59 comment : "Link naar ZTWGemeentehuis"
60 ip : "172.16.4.217/29"
61 sdesc : "2ZTWGemeentehuis"
62 mode : "ap-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "124"
66 ssid : "il-nno.ztwdorpskerk.wleiden.net"
67 dhcp : False
68 compass : "n"
69 ns_ip : "172.16.4.218/29"
[11733]70 ns_mac : "00:27:22:8a:3d:0d"
[11731]71 bridge_type: "NanoStation M5"
[11520]72 status : "up"
73
[13931]74iface_vr2_102:
[13960]75 comment : "Omni voor de Buurt"
76 parent : "bridge0"
77 mode : "ap"
78 type : "eth"
79 channel : "10"
80 ssid : "ap-ZTW-Dorpskerk-Plein"
81 compass : "o"
[14025]82 ns_ip : "172.17.61.2/24"
[13960]83 ns_mac : "00:15:6d:30:d2:b8"
84 bridge_type: "NanoStation2"
85 status : "up"
86
87
88iface_vr2_103:
[13931]89 comment : "Link naar StJan"
90 ip : "172.16.5.108/29"
91 sdesc : "2StJan"
92 mode : "station-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "108"
96 ssid : "il-nw.stjan.wleiden.net"
97 dhcp : False
98 compass : "z"
99 ns_ip : "172.16.5.107/29"
100 ns_mac : "00:27:22:8a:3b:e6"
101 bridge_type: "NanoStation M5"
102 status : "up"
103
104
[13956]105
106iface_vr2_105:
107 comment : "LoRa gateway 172.16.6.162"
108 ip : "172.16.6.161/29"
109 sdesc : "LoRa"
110 type : "eth"
111 dhcp : False
112 status : "up"
113
Note: See TracBrowser for help on using the repository browser.