Changeset 14200 in genesis for nodes/Watertoren1


Ignore:
Timestamp:
Aug 13, 2018, 12:01:33 PM (6 years ago)
Author:
rick
Message:

Fix internet not working at Recreatiepark

Uplink IP needs to be listed first in line, since this will
be used as NAT IP addres.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/Watertoren1/wleiden.yaml

    r14198 r14200  
    5959iface_vr0:
    6060  comment    : "Ethernet/ Switchport: 3 rode patchkabel naar switch"
    61   ip         : "172.25.90.67/29"
     61  ip         : "192.168.0.10/24"
    6262  sdesc      : "uplink"
    6363  type       : "eth"
     
    6767
    6868iface_vr0_alias0:
    69   comment    : "Uplink"
    70   ip         : "192.168.0.10/24"
    71   sdesc      : "uplink"
     69  comment    : "Watertoren internal ring"
     70  ip         : "172.25.90.67/29"
     71  sdesc      : "2ring"
    7272  type       : "eth"
    7373  dhcp       : False
Note: See TracChangeset for help on using the changeset viewer.