Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Carlos E. R." Newsgroups: comp.os.linux.misc Subject: Re: Anybody Using IPv6? Date: Tue, 20 May 2025 19:52:26 +0200 Lines: 49 Message-ID: References: <100c46e$3c1el$1@news1.tnib.de> <100hcra$3nsq7$1@news1.tnib.de> <100hijb$25ta5$5@dont-email.me> <100hl34$3of0i$1@news1.tnib.de> <100i89e$19k3$1@news1.tnib.de> <100i92h$2a8rb$3@dont-email.me> <100ieve$1o3d$1@news1.tnib.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: individual.net VYJw0mGn6Gj1V1onsGkgVwGRz70Go1hBXfkmVeU5tiFaA+wvxt Cancel-Lock: sha1:/uekJTvBHkrJjBIOQrkpVkA2Kj8= sha256:gS5Mjt1nz3166H+ApKZ224+pJzTi5Kg7sl5JCT4KWI4= User-Agent: Mozilla Thunderbird Content-Language: en-CA, es-ANY In-Reply-To: <100ieve$1o3d$1@news1.tnib.de> Xref: csiph.com comp.os.linux.misc:67611 On 2025-05-20 19:43, Marc Haber wrote: > "Carlos E. R." wrote: >> Consider that, for instance, this laptop has an IPv6 address: >> >> cer@Isengard:~> ifconfig >> eth0: flags=4163 mtu 1500 >> inet 192.168.1.16 netmask 255.255.0.0 broadcast 192.168.255.255 >> inet6 fc00::16 prefixlen 64 scopeid 0x0 >> inet6 fe80::4ecc:6aff:fe61:50a1 prefixlen 64 scopeid 0x20 >> ether 4c:cc:6a:61:50:a1 txqueuelen 1000 (Ethernet) >> ... > > This laptop has an IPv6 link local address. I know. That one is automatic. And also a given global address that I personally wrote. > > Btw, the GNU/Linux world has been using iproute2 for two decades now. I am aware. > What does the IPv6 routing table of the system in question say? I don't have a problem with the laptop currently. The problem was some years ago, on several computers. cer@Isengard:~> ip route default via 192.168.1.1 dev eth0 192.168.0.0/16 dev eth0 proto kernel scope link src 192.168.1.16 cer@Isengard:~> > >> So applications thought that IPv6 was available. > > Tries to use it, gets a host unreachable, SHOULD¹ try again with the > next IP address associated with the target hostname, which might > happen to be IPv4, tries to use it, connects successfully. > > Different behavior is a bug. > > ¹ in the RFC2119 sense The gai change makes things go faster, by not trying IPv6 first. -- Cheers, Carlos E.R.