source: genesis/nodes/TEYAkzoNobel2/wleiden.yaml@ 14285

Last change on this file since 14285 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.3 KB
RevLine 
[12806]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[13548]6latitude : "52.20737"
[12806]7location : "AkzoNobel, Sassenheim"
[13548]8longitude : "4.48870"
[12806]9masterip : "172.17.80.1"
10monitoring_group: "Teylingen"
11nodename : "TEYAkzoNobel2"
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
[12989]21status : "up"
[12806]22
23
24iface_ath0:
[12938]25 comment : "Access Point"
26 ip : "172.17.80.1/24"
27 sdesc : "Ap"
28 mode : "ap"
29 type : "11g"
30 channel : 11
[13231]31 ssid : "WiFi Teylingen 2"
[12938]32 dhcp : "10-250"
[12806]33 status : "up"
34
[13548]35
[12806]36iface_ue0:
[13495]37 comment : "Interlink naar JOP"
[12821]38 ip : "172.16.10.1/29"
[13495]39 sdesc : "2jop"
[12821]40 mode : "ap"
[12806]41 type : "eth"
42 extra_type : "eth2wifibridge"
[12821]43 channel : "136"
44 ssid : "il-zw.teyakzonobel2.wleiden.net"
45 dhcp : False
[13548]46 compass : "nw"
[14025]47 ns_ip : "172.16.10.2/29"
[13548]48 ns_mac : "dc:9f:db:f2:0f:6c"
[12821]49 bridge_type: "NanoBridgeM5"
[12938]50 status : "up"
[13548]51
52
[12806]53iface_vr0:
54 comment : "Interlink naar Joris de Witte"
[13832]55 ip : "172.16.7.17/29"
[12821]56 sdesc : "2jdw"
[12989]57 mode : "ap-wds"
[12806]58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "64"
[13596]61 ssid : "il-zzw.teyakzonobel2.wleiden.net"
[12806]62 dhcp : False
[13548]63 compass : "o"
[14025]64 ns_ip : "172.16.7.18/29"
[13548]65 ns_mac : "dc:9f:db:2a:2c:ed"
[12938]66 bridge_type: "NanoStationM5"
[12806]67 status : "up"
68
[13844]69
[13583]70iface_vr0_alias0:
71 comment : "Link naar DeKijker"
72 ip : "172.16.7.113/29"
73 sdesc : "2DeKijker"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 dhcp : False
77 bridge_type: "NanoStationM5"
78 status : "up"
[12806]79
[13583]80
[12806]81iface_vr1:
[12999]82 comment : "Interlink naar Meelfabriek1"
83 ip : "172.16.5.4/29"
84 sdesc : "2meelfab"
85 mode : "station-wds"
[12806]86 type : "eth"
87 extra_type : "eth2wifibridge"
[12999]88 channel : "100"
89 ssid : "il-nw.meelfabriek1.wleiden.n"
[12806]90 dhcp : False
[13548]91 compass : "z"
[14025]92 ns_ip : "172.16.5.3/29"
[13548]93 ns_mac : "dc:9f:db:f2:0e:2d"
[12806]94 bridge_type: "NanoBridgeM5"
95 status : "up"
96
[13548]97
[12806]98iface_vr2:
[12938]99 comment : "UTP naar AkzoNobel1"
[12989]100 ip : "172.17.0.66/30"
[12938]101 sdesc : "2akzo1"
[12806]102 type : "eth"
103 dhcp : False
[12821]104 status : "up"
[12806]105
[13548]106
Note: See TracBrowser for help on using the repository browser.