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

    r13894 r14025  
    8080  dhcp       : "10-240"
    8181  compass    : "nw"
    82   ns_ip      : "172.17.103.2"
     82  ns_ip      : "172.17.103.2/24"
    8383  ns_mac     : "dc:9f:db:36:1d:1d"
    8484  bridge_type: "NanoStationM2"
     
    132132iface_vr2_extra4:
    133133  comment    : "AP-repeater "
    134   ip         : "172.17.103.6.6/28"
     134  ip         : "172.17.103.7/28"
    135135  type       : "eth"
    136136  channel    : "11"
Note: See TracChangeset for help on using the changeset viewer.