Changeset 14200 in genesis for nodes/Watertoren2/wleiden.yaml


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

    r14198 r14200  
    5858iface_vr0:
    5959  comment    : "Ethernet / Switchport: 2 gele patchkabel"
    60   ip         : "172.25.90.65/29"
    61   sdesc      : "2proxy"
     60  ip         : "192.168.0.11/24"
     61  sdesc      : "uplink"
    6262  type       : "eth"
    6363  dhcp       : False
     
    6666
    6767iface_vr0_alias0:
    68   comment    : "Uplink"
    69   ip         : "192.168.0.11/24"
    70   sdesc      : "uplink"
     68  comment    : "Watertoren internal ring"
     69  ip         : "172.25.90.65/29"
     70  sdesc      : "2ring"
    7171  type       : "eth"
    7272  dhcp       : False
Note: See TracChangeset for help on using the changeset viewer.