vom513 <vom...@gmail.com> wrote: > Hello all, > > I posted this yesterday on the port- mailing list, but wanted to see if maybe > someone from the more general audience here could shed some light? > > https://mail-index.netbsd.org/port-next68k/2025/05/19/msg000067.html > > tl;dr - IPv6 doesn?t seem to work on my ethernet on my NeXT machine. > > Thanks for any insight (and please feel free to reply over on the port- list > if possible). >
On some of my netbsd boxes I've had to add the following to /etc/rc.conf: # prefer IPv4: ip6addrctl=YES ip6addrctl_policy=ipv4_prefer ip6addrctl_verbose=NO The problem appears to be that on certain setups netbsd doesn't seem to promptly discern when IPv6 isn't available and just keeps trying for way too long before falling back to IPv4. FWIW, many system tools, ie. pkgin(8), have a '-4' option to force IPv4. -b