Changeset 14025 in genesis for nodes/Dwars


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

    r14024 r14025  
    1010location  : "Thomas Uittenbogaard, XXX, XXXX XX, Leiden"
    1111longitude : "4.000"
    12 masterip  : "172.17.115.1"
     12masterip  : "172.17.73.1"
    1313monitoring_group: "wleiden"
    1414nodename  : "Dwars"
     
    4242iface_bridge0:
    4343  comment    : "Access Points"
    44   ip         : "172.17.115.1/24"
     44  ip         : "172.17.73.1/24"
    4545  type       : "eth"
    4646  dhcp       : "10-240"
     
    6464  channel    : 1
    6565  ssid       : "Wifi Leiden"
    66   ns_ip      : "172.17.115.2/24"
     66  ns_ip      : "172.17.73.2/24"
    6767  ns_mac     : "xx:xx:xx:xx:xx:xx"
    6868  ns_type    : "mesh"
     
    7272iface_vr1_extra0:
    7373  comment    : "Monitoring Server"
    74   ip         : "172.17.115.5/24"
     74  ip         : "172.17.73.5/24"
    7575  sdesc      : "2monitor"
    7676  type       : "eth"
Note: See TracChangeset for help on using the changeset viewer.