On 2026-09-08 17:04:11 +0000, Andy Smith wrote: > Out of interest, do you have any way to see what soruce address it is > choosing when you do wget?
The error occurs at the socket creation, thus before a source address is used: socket(AF_INET6, SOCK_STREAM, IPPROTO_IP) = -1 EAFNOSUPPORT (Address family not supported by protocol) -- Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / Pascaline project (LIP, ENS-Lyon)

