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

Last change on this file since 14297 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
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5latitude : "52.12129"
6location : "Dorpskerk, Dorpsstraat 17, 2381 EK Zoeterwoude"
7longitude : "4.49724"
8masterip : "172.17.61.1"
9monitoring_group: "wleiden"
10nodename : "ZTWDorpskerk"
11nodetype : "Hybrid"
12rdnap_x : 94051
13rdnap_y : 459604
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_concentrator: False
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
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
32iface_ath0:
33 comment : "Omni voor Binnen"
34 parent : "bridge0"
35 mode : "ap"
36 type : "11g"
37 channel : 6
38 ssid : "ap-ZTW-Dorpskerk-Binnen"
39 status : "up"
40
41
42iface_vr0:
43 comment : "Link naar ROC2"
44 ip : "172.16.5.44/29"
45 sdesc : "2HybridROC1"
46 mode : "station-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "124"
50 ssid : "il-z.roc2.wleiden.net"
51 dhcp : False
52 compass : "n"
53 ns_ip : "172.16.5.43/29"
54 ns_mac : "00:27:22:8a:3b:bb"
55 bridge_type: "NanoStation M5"
56 status : "up"
57
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"
70 ns_mac : "00:27:22:8a:3d:0d"
71 bridge_type: "NanoStation M5"
72 status : "up"
73
74iface_vr2_102:
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"
82 ns_ip : "172.17.61.2/24"
83 ns_mac : "00:15:6d:30:d2:b8"
84 bridge_type: "NanoStation2"
85 status : "up"
86
87
88iface_vr2_103:
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
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.