Changeset 14025 in genesis for nodes/CeTIM1


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/CeTIM1/wleiden.yaml

    r13102 r14025  
    6363  dhcp       : False
    6464  compass    : "w"
    65   ns_ip      : "172.16.4.171"
     65  ns_ip      : "172.16.4.171/29"
    6666  ns_mac     : "00:15:6d:f2:38:9a"
    6767  bridge_type: "NanoStation5"
     
    107107  dhcp       : False
    108108  compass    : "no"
    109   ns_ip      : "172.16.17.146"
     109  ns_ip      : "172.16.17.146/29"
    110110  ns_mac     : "00:15:6d:f6:be:e4"
    111111  bridge_type: "NanoStation5"
Note: See TracChangeset for help on using the changeset viewer.