Changeset 14247 in genesis


Ignore:
Timestamp:
Nov 29, 2018, 8:14:02 PM (6 years ago)
Author:
rick
Message:

Fix /tools/wl-config not able to find correct servers

Make sure old sunny IP is not used at device, since it confuses
/tools/wl-config as this IP is hard-coded and previously used as backup server.

Fixes support#731

Location:
nodes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nodes/HuygensN2/wleiden.yaml

    r14032 r14247  
    8080iface_vr1_alias0:
    8181  comment    : "Tijdelijke link BSP-OV Project"
    82   ip         : "172.16.4.45/30"
     82  ip         : "172.16.6.169/29"
    8383  sdesc      : "2bspov"
    8484  type       :  "eth"
  • nodes/Rick/wleiden.yaml

    r14206 r14247  
    119119  status     : "up"
    120120
     121iface_vr2_alias0:
     122  comment    : "Claim IP range for old sunny server"
     123  ip         : "172.16.4.45/30"
     124  sdesc      : "2unused"
     125  type       :  "eth"
     126  status     : "up"
     127
    121128iface_vr2_extra0:
    122129  comment    : "UniFi Cloud Key"
Note: See TracChangeset for help on using the changeset viewer.