Changeset 14200 in genesis


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.

Location:
nodes
Files:
3 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
  • 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
  • nodes/Watertoren3/wleiden.yaml

    r14198 r14200  
    4444iface_vr0:
    4545  comment    : "Ethernet / Switchport: 4"
    46   ip         : "172.25.90.68/29"
     46  ip         : "192.168.0.12/24"
    4747  sdesc      : "uplink"
    4848  type       : "eth"
     
    5252
    5353iface_vr0_alias0:
    54   comment    : "Uplink"
    55   ip         : "192.168.0.12/24"
    56   sdesc      : "uplink"
     54  comment    : "Watertoren internal ring"
     55  ip         : "172.25.90.68/29"
     56  sdesc      : "2ring"
    5757  type       : "eth"
    5858  dhcp       : False
Note: See TracChangeset for help on using the changeset viewer.