On Monday, 13 January 2020 11:00:23 GMT Dale wrote: > Dale wrote: > Well, this has to be fixed or turned off completely. When I try to > emerge and it tries to download new packages, it is trying to use IPv6 > addresses which fail. It spits out this: > >>> Downloading > > 'https://mirrors.evowise.com/gentoo/distfiles/38/kjobwidgets-5.66.0.tar.xz' > --2020-01-13 04:49:25-- > https://mirrors.evowise.com/gentoo/distfiles/38/kjobwidgets-5.66.0.tar.xz > Resolving mirrors.evowise.com... 2606:4700:1::6813:894b, > 2606:4700:1::6813:8b4b, 2606:4700:1::6813:8a4b, ... > Connecting to mirrors.evowise.com|2606:4700:1::6813:894b|:443... failed: > No route to host.
--->8 > It seems that I need IPv6 to work or to disable it until I can. > > Any ideas? It seems that upstream is detecting IPv6 addresses on your network and so prefers it to v4. I dare say someone more knowlegeable in v6 than me could tell you how to remove v6 routes and addresses from your interface. What are you using as name service? You need some way to tell it not to use IPv6. And neither /etc/hosts nor /etc/conf.d/net should mention v6 either. If you didn't mind rebooting, you could remove v6 support from the kernel with a single N*; then the net wouldn't have any v6 support and upstream wouldn't try to use it. * Networking Support > Networking Options > The IPv6 protocol. -- Regards, Peter.