On Fri, Jul 17, 2026 at 17:57:27 +0200, Marco Moock wrote:
> Am 17.07.26 um 15:10 schrieb Joe:
> > I thought I had said that there is probably nothing wrong with the
> > router, I just don't have an IPv6 connection to the Internet, because
> > my ISP does not currently provide it.
>
> In such a case a machine only has link-local addresses. They will never be
> used to connect to GUA (public) addresses.
> If there are other addresses attached, this is an issue that needs to be
> examined.
There must be more to it than this, because my machine has a "scope
global" IPv6 address, but no default IPv6 route, and everything is
behaving reasonably (IPv6 does not work, as expected, but nothing tries
to use it either).
hobbit:~$ ip a
...
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP
group default qlen 1000
link/ether d0:ad:08:23:8b:79 brd ff:ff:ff:ff:ff:ff
altname enp0s31f6
altname enxd0ad08238b79
inet 192.168.1.105/24 brd 192.168.1.255 scope global dynamic noprefixroute
eno1
valid_lft 29852sec preferred_lft 24452sec
inet6 fd39:8f22:f952:cb29:7bef:e9bc:8ae5:2f96/64 scope global dynamic
mngtmpaddr noprefixroute
valid_lft 1717sec preferred_lft 1717sec
inet6 fe80::95a9:69c4:b41f:5f90/64 scope link
valid_lft forever preferred_lft forever
...
hobbit:~$ ip -6 route show
fd39:8f22:f952:cb29::/64 dev eno1 proto ra metric 1002 pref medium
fd78:f817:26c2:1::/64 via fe80::b7f9:2a9b:9bd3:6293 dev eno1 metric 1002 pref
medium
fe80::/64 dev eno1 proto kernel metric 256 pref medium
My ISP is Brightspeed, and my router (provided by Brightspeed) is
running "EXOS Version 26.1.0" according to a tooltip on the router's
administrative web page. The router very clearly says that IPv6 is
"Disconnected" on the first page that I see when I login.
I have done nothing whatsoever to change how IPv6 works. I wouldn't even
know how. This is all out-of-the-box behavior.
For a very large number of people, IPv6 connectivity is still unavailable.