update-master server down/being moved ?

vom

Dabbler
Joined
Nov 13, 2012
Messages
24
Hello,

Tried to do an update on my TrueNAS core system this morning and got:

Code:
Unable to connect to url https://update-master.ixsystems.com/TrueNAS/TrueNAS-12.0-STABLE/LATEST: Automatic update check failed. Please check system network settings.


Trying from a random box in the data center this morning, I get this:

Code:
vom@phosphor:~$ curl -I -v https://update-master.ixsystems.com/TrueNAS/TrueNAS-12.0-STABLE/LATEST
*   Trying 38.126.124.199...

vom@phosphor:~$ dig +noall +answer update-master.ixsystems.com
update-master.ixsystems.com. 64437 IN   CNAME   update-master.freenas.org.
update-master.freenas.org. 64438 IN     A       38.126.124.199


But now from home, I get a different IP:

Code:
vom@onosendai  ~ % curl -I -v https://update-master.ixsystems.com/TrueNAS/TrueNAS-12.0-STABLE/LATEST
*   Trying 192.41.228.50:443...
^C

vom@onosendai  ~ % dig +noall +answer update-master.ixsystems.com
update-master.ixsystems.com. 80063 IN    CNAME    update-master.freenas.org.
update-master.freenas.org. 80063 IN    A    192.41.228.50


So is the IP change a function of load balancing or CDN ? I'm thinking no because that's a long TTL in today's world (I'm guessing 86400 - 1 day ?).

Thanks for any info.
 

Kris Moore

SVP of Engineering
Administrator
Moderator
iXsystems
Joined
Nov 12, 2015
Messages
1,471
Some infrastructure moves today on our end, should be back now.

Thanks!
 
  • Like
Reactions: vom
Top