I have updated a handful of firewalls to 22.1 and two to 22.7 and I have never seen this problem.The key issue seems to revolve around IPv6 connectivity in my opinion. I have working IPv6 everywhere.Do your setups possibly have no IPv6 routing? The error messages look like the OPNsense tries to communicate via IPv6 for "reasons" without having a proper IPv6 uplink.HTH,Patrick
~ $ ping -c 3 pkg.opnsense.orgPING pkg.opnsense.org(2001:1af8:4f00:a005:5:: (2001:1af8:4f00:a005:5::)) 56 data bytes64 bytes from 2001:1af8:4f00:a005:5:: (2001:1af8:4f00:a005:5::): icmp_seq=1 ttl=55 time=23.2 ms64 bytes from 2001:1af8:4f00:a005:5:: (2001:1af8:4f00:a005:5::): icmp_seq=2 ttl=55 time=23.1 ms64 bytes from 2001:1af8:4f00:a005:5:: (2001:1af8:4f00:a005:5::): icmp_seq=3 ttl=55 time=23.5 ms--- pkg.opnsense.org ping statistics ---3 packets transmitted, 3 received, 0% packet loss, time 2004msrtt min/avg/max/mdev = 23.064/23.263/23.506/0.183 ms
~ $ ping -4 -c 3 pkg.opnsense.orgPING (89.149.211.205) 56(84) bytes of data.64 bytes from 89.149.211.205 (89.149.211.205): icmp_seq=1 ttl=57 time=24.4 ms64 bytes from 89.149.211.205 (89.149.211.205): icmp_seq=2 ttl=57 time=25.6 ms64 bytes from 89.149.211.205 (89.149.211.205): icmp_seq=3 ttl=57 time=25.6 ms--- ping statistics ---3 packets transmitted, 3 received, 0% packet loss, time 2001msrtt min/avg/max/mdev = 24.445/25.217/25.629/0.546 ms
~ $ httping -c 3 -g http://pkg.opnsense.orgPING pkg.opnsense.org:80 (/):connected to 89.149.211.205:80 (134 bytes), seq=0 time= 47.72 ms connected to 89.149.211.205:80 (134 bytes), seq=1 time= 47.72 ms connected to 89.149.211.205:80 (134 bytes), seq=2 time= 50.31 ms --- http://pkg.opnsense.org/ ping statistics ---3 connects, 3 ok, 0.00% failed, time 3147msround-trip min/avg/max = 47.7/48.6/50.3 ms
~ $ httping -6 -c 3 -g http://pkg.opnsense.orgPING pkg.opnsense.org:80 (/):connected to [2001:1af8:4f00:a005:5::]:80 (134 bytes), seq=0 time= 55.21 ms connected to [2001:1af8:4f00:a005:5::]:80 (134 bytes), seq=1 time= 54.93 ms connected to [2001:1af8:4f00:a005:5::]:80 (134 bytes), seq=2 time= 50.28 ms --- http://pkg.opnsense.org/ ping statistics ---3 connects, 3 ok, 0.00% failed, time 3162msround-trip min/avg/max = 50.3/53.5/55.2 ms
~ $ httping -c 3 -l -g https://pkg.opnsense.orgPING pkg.opnsense.org:443 (/):^CGot signal 2
tcpdump on WAN and look at the packets ...
# /sbin/ping -4 -c '3' 'example.com'PING example.com (93.184.216.34): 56 data bytes--- example.com ping statistics ---3 packets transmitted, 0 packets received, 100.0% packet loss
# /sbin/ping -4 -S '185.151.22.135' -c '3' '93.184.216.34'PING 93.184.216.34 (93.184.216.34) from 185.151.22.135: 56 data bytes64 bytes from 93.184.216.34: icmp_seq=0 ttl=58 time=92.916 ms64 bytes from 93.184.216.34: icmp_seq=1 ttl=58 time=92.944 ms64 bytes from 93.184.216.34: icmp_seq=2 ttl=58 time=92.844 ms--- 93.184.216.34 ping statistics ---3 packets transmitted, 3 packets received, 0.0% packet lossround-trip min/avg/max/stddev = 92.844/92.901/92.944/0.042 ms