Changeset 14025 in genesis for nodes/WP


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

    r11738 r14025  
    2121status    : "up"
    2222
     23iface_bridge0:
     24  comment    : "Access Points"
     25  ip         : "172.19.137.1/24"
     26  type       : "eth"
     27  dhcp       : "10-240"
     28  status     : "up"
    2329
    2430iface_sis0:
    2531  comment    : "Ethernet naar proxy5"
    26   ip         : "172.19.168.65/30"
     32  parent     : "bridge0"
    2733  sdesc      : "2proxy5"
    2834  type       : "eth"
    29   dhcp       : False
    3035  status     : "up"
    3136
     
    5055iface_wi0:
    5156  comment    : "Omni voor de buurt"
    52   ip         : "172.19.168.1/24"
     57  parent     : "bridge0"
    5358  sdesc      : "ap"
    5459  mode       : "ap"
     
    5661  channel    : 11
    5762  ssid       : "ap-WirelessLeiden-WoutertjeP"
    58   dhcp       : "10-250"
    5963  status     : "up"
    6064
Note: See TracChangeset for help on using the changeset viewer.