Changeset 14025 in genesis for nodes/Roomburgh1


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

    r13125 r14025  
    5353
    5454iface_vr0:
    55   comment    : "Lokaal subnet"
    56   ip         : "172.18.49.71/28"
    57   sdesc      : "localsubnet"
     55  comment    : "Ethernet naar Roomburgh2"
     56  ip         : "172.16.3.61/30"
     57  sdesc      : "2roomburgh2"
    5858  type       : "eth"
    5959  dhcp       : False
Note: See TracChangeset for help on using the changeset viewer.