Hi there,
like the topic says, i’m not able to be ONLINE on my network anymore.
# sudo zerotier-cli listpeers
200 listpeers <ztaddr> <path> <latency> <version> <role>
200 listpeers 1c33c1ced0 - -1 1.12.2 LEAF
200 listpeers 62f865ae71 - -1 - PLANET
200 listpeers 778cde7190 - -1 - PLANET
200 listpeers cafe04eba9 - -1 - PLANET
200 listpeers cafe9efeb9 - -1 - PLANET
# sudo zerotier-cli listnetworks
200 listnetworks <nwid> <name> <mac> <status> <type> <dev> <ZT assigned ips>
200 listnetworks redacted redacted r:e:d:a:ct:ed OK PRIVATE zt2lr4ei2b 192.168.194.1/24
# sudo zerotier-cli info -j
{
"address": "655e9eba56",
"clock": 1714732645321,
"config": {
"physical": {
"10.0.0.0/24": {
"blacklist": true
},
"redacted/16": {
"blacklist": true
},
"192.168.11.0/24": {
"blacklist": true
}
},
"settings": {
"allowTcpFallbackRelay": true,
"forceTcpRelay": false,
"listeningOn": [
"192.168.117.20/9994",
"redacted/9994",
"redacted/9994",
"redacted/9994",
"192.168.117.20/26422",
"redacted/26422",
"redacted/26422",
"redacted/26422",
"192.168.117.20/62508",
"redacted/62508",
"redacted/62508",
"redacted/62508"
],
"portMappingEnabled": true,
"primaryPort": 9994,
"secondaryPort": 43755,
"softwareUpdate": "disable",
"softwareUpdateChannel": "release",
"surfaceAddresses": [],
"tertiaryPort": 26422
}
},
"online": false,
"planetWorldId": 149604618,
"planetWorldTimestamp": 1644592324813,
"publicIdentity": "redacted",
"tcpFallbackActive": false,
"version": "1.12.2",
"versionBuild": 0,
"versionMajor": 1,
"versionMinor": 12,
"versionRev": 2
}
# sudo lsof -aP -iUDP -iTCP|grep zerot
[..]
zerotier- 150922 zerotier-one 25u IPv4 576842 0t0 TCP Gozer:49768->global-anycast-core-svc.zerotier.com:443 (SYN_SENT)
zerotier- 150922 zerotier-one 26u IPv4 576068 0t0 TCP Gozer:37308->global-anycast-core-svc.zerotier.com:443 (SYN_SENT)
zerotier- 150922 zerotier-one 27u IPv4 576857 0t0 TCP Gozer:34518->global-anycast-core-svc.zerotier.com:443 (SYN_SENT)
zerotier- 150922 zerotier-one 28u IPv4 576274 0t0 TCP Gozer:34520->global-anycast-core-svc.zerotier.com:443 (SYN_SENT)
zerotier- 150922 zerotier-one 29u IPv4 576293 0t0 TCP Gozer:49640->global-anycast-core-svc.zerotier.com:443 (SYN_SENT)
zerotier- 150922 zerotier-one 30u IPv4 576971 0t0 TCP Gozer:49644->global-anycast-core-svc.zerotier.com:443 (SYN_SENT)
zerotier- 150922 zerotier-one 31u IPv4 577008 0t0 TCP Gozer:50658->global-anycast-core-svc.zerotier.com:443 (SYN_SENT)
zerotier- 150922 zerotier-one 32u IPv4 574737 0t0 TCP Gozer:52104->global-anycast-core-svc.zerotier.com:443 (SYN_SENT)
[..]
# LC_ALL=C nslookup global-anycast-core-svc.zerotier.com 1.1.1.1
Server: 1.1.1.1
Address: 1.1.1.1#53
Non-authoritative answer:
*** Can't find global-anycast-core-svc.zerotier.com: No answer
Is it possible that in the past it worked because global-anycast-core-svc.zerotier.com was working on 443?
I think i found its ip “on the internet” to be 204.80.128.1, but even then:
#timeout 2 telnet 204.80.128.1 443
timeout 2 telnet 204.80.128.1 443
Trying 204.80.128.1...
…and timeout.
Any hint?
Thank you in advance!