source: genesis/nodes/Lijtweg1/wleiden.yaml@ 14147

Last change on this file since 14147 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.7 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[10881]6latitude : "52.18523"
[10116]7location : "Lijtweg (noord), 2341 HB, Oegstgeest"
[10881]8longitude : "4.47100"
[10116]9masterip : "172.23.12.1"
[11325]10monitoring_group: "wleiden"
[10116]11nodename : "Lijtweg1"
[11306]12nodetype : "Hybrid"
[10059]13rdnap_x : 92344
14rdnap_y : 466740
[11259]15release : "9.0-RELEASE"
16service_accesspoint: True
[11554]17service_concentrator: False
[11259]18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
[10116]21status : "up"
[10059]22
[10116]23iface_ath0:
[10884]24 comment : "Ap noord"
[11259]25 ip : "172.23.12.1/24"
[10116]26 sdesc : "ap-n"
[10703]27 mode : "ap"
[11737]28 type : "11g"
[11738]29 channel : 11
[13151]30 ssid : "WiFi-Oegstgeest"
[13150]31 wlan_mac : "00:1b:b1:05:02:7c"
[11259]32 dhcp : "10-250"
[10116]33 status : "up"
34
[10059]35iface_ue0:
[12204]36 comment : "Extra ap west richting Rabobank"
[11672]37 ip : "172.17.69.1/24"
[12204]38 sdesc : "AP-west"
39 mode : "ap3"
[10116]40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "2"
[13152]43 ssid : "WiFi-Oegstgeest-3"
[11672]44 dhcp : "10-250"
[12204]45 compass : "w"
[14025]46 ns_ip : "172.17.69.2/24"
[12474]47 ns_mac : "00:27:22:e2:53:1c"
[12204]48 bridge_type: "NanoStationM2"
[10116]49 status : "up"
[10059]50
[11777]51iface_vr0:
[13945]52 comment : "Link naar Voorhout TEYBestuurscentrum via RB switch poort 5"
[11777]53 ip : "172.16.4.113/29"
[12204]54 sdesc : "2teybc"
[11777]55 mode : "ap-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
[12891]58 channel : "56"
[11777]59 ssid : "il-n.lijtweg1.wleiden.net"
[12474]60 dhcp : False
61 compass : "n"
[14025]62 ns_ip : "172.16.4.114/29"
[11777]63 ns_mac : "dc:9f:db:2e:0b:03"
64 bridge_type: "NanoBridgeM5"
[12204]65 status : "up"
[10116]66
[11777]67iface_vr0_alias0:
[13946]68 comment : "naar Lijtweg2 via RBswitch poort 1 en 2 en Lora Gateway"
69 ip : "172.31.250.17/29"
[13877]70 sdesc : "2lijtweg2"
[10116]71 type : "eth"
[10454]72 dhcp : False
[11672]73 status : "up"
[10059]74
[13946]75iface_vr0_extra0:
76 comment : "LoRa Gateway 02:4b:0b:03:03:65 switch poort 4"
77 ip : "172.31.250.18/29"
78 type : "eth"
[13874]79 dhcp : False
[13945]80 status : "up"
[12474]81
[10059]82iface_vr1:
[11777]83 comment : "Link naar Langevoort"
84 ip : "172.16.6.241/29"
85 sdesc : "2langevoort"
[10116]86 type : "eth"
87 extra_type : "eth2wifibridge"
[10454]88 dhcp : False
[13882]89 channel : "124"
90 ssid : "il-o.lijtweg1.wleiden.net"
[13881]91 compass : "no"
[14025]92 ns_ip : "172.16.6.242/29"
[13945]93 ns_mac : "24:a4:3c:0a:54:9e"
[13882]94 bridge_type: "NanoStationM5"
[10116]95 status : "up"
96
97iface_vr2:
98 comment : "Link naar Aster"
99 ip : "172.16.17.89/29"
100 sdesc : "2aster"
[11259]101 mode : "ap-wds"
[10116]102 type : "eth"
103 extra_type : "eth2wifibridge"
104 channel : "116"
105 ssid : "il-w.lijtweg1.wleiden.net"
[10454]106 dhcp : False
[10116]107 compass : "w"
108 ns_ip : "172.16.17.90/29"
[13945]109 ns_mac : "04:18:d6:ca:fd:d6"
[13882]110 bridge_type: "NanoStationM5"
[11259]111 status : "up"
[10116]112
Note: See TracBrowser for help on using the repository browser.