Direwolf does support IPv6, but some Pi installs recommend disabling it.
?? try ? ? ping -c 5 -6 noam.aprs2.net
this will test if you Pi can reach the IPv6 server
?? The -c 5 is to limit the ping count (requests) to 5.? I always add alias ping='ping -c 5' in my .bashrc file.
Robert Giuliano
KB8RCO
On Wednesday, October 30, 2024 at 10:40:11 AM EDT, Lee Bengston <kilo5dat@...> wrote:
Your pings of
show that your DNS is resolving an IPV6 address. I'm thinking perhaps Direwolf doesn't support IPv6 currently. If you don't need IPv6 I would try disabling it in your home router.? There may be a way to prioritize IPv4 over IPv6 in DNS also, but I don't know how to do that off the top of my head.
You could also try and see if that resolves to an IPv4 address.
?
KK7BCO@KK7BCO-NOAA:~ $ ping PING (2607:7c80:54:a::4410 (2607:7c80:54:a::4410)) 56 data bytes 64 bytes from 2607:7c80:54:a::4410 (2607:7c80:54:a::4410): icmp_seq=1 ttl=54 time=55.7 ms 64 bytes from 2607:7c80:54:a::4410 (2607:7c80:54:a::4410): icmp_seq=2 ttl=54 time=34.8 ms 64 bytes from 2607:7c80:54:a::4410 (2607:7c80:54:a::4410): icmp_seq=3 ttl=54 time=36.9 ms 64 bytes from 2607:7c80:54:a::4410 (2607:7c80:54:a::4410): icmp_seq=4 ttl=54 time=35.2 ms 64 bytes from 2607:7c80:54:a::4410 (2607:7c80:54:a::4410): icmp_seq=5 ttl=54 time=104 ms 64 bytes from 2607:7c80:54:a::4410 (2607:7c80:54:a::4410): icmp_seq=6 ttl=54 time=34.6 ms 64 bytes from 2607:7c80:54:a::4410 (2607:7c80:54:a::4410): icmp_seq=7 ttl=54 time=34.3 ms 64 bytes from 2607:7c80:54:a::4410 (2607:7c80:54:a::4410): icmp_seq=8 ttl=54 time=33.5 ms 64 bytes from 2607:7c80:54:a::4410 (2607:7c80:54:a::4410): icmp_seq=9 ttl=54 time=36.1 ms ^C --- ping statistics --- 9 packets transmitted, 9 received, 0% packet loss, time 12138ms rtt min/avg/max/mdev = 33.458/45.009/104.100/21.885 ms