source: genesis/nodes/TEYAkzoNobel1/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: 3.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.20737"
7location : "AkzoNobel, Sassenheim"
8longitude : "4.48870"
9masterip : "172.17.126.1"
10monitoring_group: "Teylingen"
11nodename : "TEYAkzoNobel1"
12nodetype : "Hybrid"
13rdnap_x : 93585
14rdnap_y : 469188
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Access Point"
26 ip : "172.17.126.1/24"
27 sdesc : "Ap"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "WiFi Teylingen"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Interlink naar Kaag1 kabel 4"
38 ip : "172.16.6.105/29"
39 sdesc : "2kaag1"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "140"
44 ssid : "il-ono.teyakzonobel1.wleiden.net"
45 dhcp : False
46 compass : "ono"
47 ns_ip : "172.16.6.106/29"
48 ns_mac : "dc:9f:db:f2:0d:fb"
49 bridge_type: "NanoBridgeM5"
50 status : "up"
51
52
53iface_vr0:
54 comment : "Interlink naar Bartholomeus kabel 3"
55 ip : "172.16.9.36/29"
56 sdesc : "2barth"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "124"
61 ssid : "il-z.teybartholomeus.wleiden.net"
62 dhcp : False
63 compass : "n"
64 ns_ip : "172.16.9.35/29"
65 ns_mac : "dc:9f:db:64:23:47"
66 bridge_type: "NanoStationM5"
67 status : "up"
68
69
70iface_vr1:
71 comment : "Sassenheim, tijdelijk naar Kaag1 via RB-switch poort 2 kabel 2"
72 ip : "172.16.9.249/29"
73 sdesc : "2sassem"
74 mode : "ap-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "112"
78 ssid : "il-no.teyakzonobel1.wleiden.net"
79 dhcp : False
80 compass : "o"
81 ns_ip : "172.16.9.250/29"
82 ns_mac : "dc:9f:db:e4:98:96"
83 bridge_type: "NanoStationM5"
84 status : "up"
85
86
87iface_vr1_alias0:
88 comment : "Interlink naar St Victor via RB-switch poort 3 kabel 1"
89 ip : "172.16.10.33/29"
90 sdesc : "2stvictor"
91 mode : "ap-wds"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 channel : "40"
95 ssid : "il-n.teyakzonobel1.wleiden.net"
96 dhcp : False
97 compass : "n"
98 ns_ip : "172.16.10.34/29"
99 ns_mac : "dc:9f:db:f2:0e:3f"
100 bridge_type: "NanoBridgeM5"
101 status : "up"
102
103
104iface_vr1_alias1:
105 comment : "Interlink naar Klara"
106 ip : "172.16.10.17/29"
107 sdesc : "2klara"
108 type : "eth"
109 dhcp : False
110 status : "up"
111
112
113iface_vr1_alias3:
114 comment : "Interlink naar Katwijk via RB-switch poort 5 kabel 5"
115 ip : "172.16.5.209/29"
116 sdesc : "2katwijk"
117 mode : "ap-wds"
118 type : "eth"
119 extra_type : "eth2wifibridge"
120 channel : "44"
121 ssid : "il-w.teyakzonobel1.wleiden.net"
122 dhcp : False
123 compass : "zw"
124 ns_ip : "172.16.5.210/29"
125 ns_mac : "dc:9f:db:2a:1c:f7"
126 bridge_type: "NanoStationM5"
127 status : "up"
128
129
130iface_vr2:
131 comment : "UTP naar AkzoNobel2"
132 ip : "172.17.0.65/30"
133 sdesc : "2akzo2"
134 type : "eth"
135 dhcp : False
136 status : "up"
137
138
Note: See TracBrowser for help on using the repository browser.