Hi, On Fri, Jul 17, 2026 at 08:27:05PM +0100, Joe wrote: > 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN > group default qlen 1000 link/loopback 00:00:00:00:00:00 brd > 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo > valid_lft forever preferred_lft forever > inet6 ::1/128 scope host noprefixroute > valid_lft forever preferred_lft forever > 2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel > state UP group default qlen 1000 link/ether 74:46:a0:b2:40:1f brd > ff:ff:ff:ff:ff:ff altname enp0s25 > altname enx7446a0b2401f > inet 192.168.71.106/24 brd 192.168.71.255 scope global dynamic > noprefixroute eno1 valid_lft 86338sec preferred_lft 86338sec > inet6 fdda:67d:d74e:4ed1:3ee3:5e26:8a2b:7db4/64 scope global > dynamic noprefixroute valid_lft 1752sec preferred_lft 1752sec > inet6 fe80::edc9:2f64:d118:e10f/64 scope link noprefixroute > valid_lft forever preferred_lft forever > > IPv6 addresses still there. It is certainly Debian putting them there, > not me.
The above is a normal thing to see. The only global scope IPv6 address there is fdda:67d:d74e:4ed1:3ee3:5e26:8a2b:7db4 which is only a valid source address when talking to something else inside fc00::/7, which is nothing on the internet. So the network unreachable stuff you were seeing before should have gone away now. It's not a necessary thing to do, but the only way to completely remove all kinds of IPv6 addresses is to completely disable IPv6, which requires a reboot with "ipv6.disable=1" on the kernel command line. Thanks, Andy -- https://bitfolk.com/ -- No-nonsense VPS hosting

