Changeset 14025 in genesis for nodes/Lijtweg2/wleiden.yaml


Ignore:
Timestamp:
Jan 22, 2018, 12:49:48 PM (7 years ago)
Author:
rick
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/Lijtweg2/wleiden.yaml

    r13953 r14025  
    7777
    7878iface_vr0_alias0:
    79   comment    : "Link naar Juffermans via switch nano 172.16.17.146 00:15:6d:f2:43:eb"
     79  comment    : "Link naar Juffermans via switch nano 172.16.3.146 00:15:6d:f2:43:eb"
    8080  ip         : "172.16.3.145/29"
    8181  sdesc      : "2juffermans"
     
    8787  dhcp       : False
    8888  compass    : "o"
    89   ns_ip      : "172.16.17.146/29"
     89  ns_ip      : "172.16.3.146/29"
    9090  ns_mac     : "00:15:6d:f2:43:eb"
    9191  bridge_type: "NanoStation M5"
     
    129129  dhcp       : False
    130130  compass    : "zw"
    131   ns_ip      : "172.16.6.34"
     131  ns_ip      : "172.16.6.34/29"
    132132  ns_mac     : "04:18:d6:56:ad:5e"
    133133  bridge_type: "NanoStation5 M5"
Note: See TracChangeset for help on using the changeset viewer.