Changeset 14025 in genesis for nodes/Hofwijck/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/Hofwijck/wleiden.yaml

    r13313 r14025  
    3636iface_ue0:
    3737  comment    : "Ethernet naar Hofwijck"
    38   ip         : "172.23.16.65/28"
     38  ip         : "172.17.128.1/24"
    3939  sdesc      : "2hofwijck"
    4040  type       : "eth"
     
    5454  dhcp       : False
    5555  compass    : "n"
    56   ns_ip      : "172.16.6.26"
     56  ns_ip      : "172.16.6.26/29"
    5757  ns_mac     : "00:15:6d:e8:e7:37"
    5858  bridge_type: "Bullet2"
     
    8888  dhcp       : False
    8989  compass    : "w"
    90   ns_ip      : "172.16.3.107"
     90  ns_ip      : "172.16.3.107/29"
    9191  ns_mac     : "00:15:6d:f7:be:d0"
    9292  bridge_type: "NanoStation5"
Note: See TracChangeset for help on using the changeset viewer.