Re: Anybody Using IPv6?

Liste des GroupesRevenir à col misc 
Sujet : Re: Anybody Using IPv6?
De : mh+usenetspam1118 (at) *nospam* zugschl.us (Marc Haber)
Groupes : comp.os.linux.misc
Date : 21. May 2025, 20:18:15
Autres entêtes
Organisation : private site, see http://www.zugschlus.de/ for details
Message-ID : <100l8to$80oi$1@news1.tnib.de>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14
User-Agent : Forte Agent 6.00/32.1186
Richard Kettlewell <invalid@invalid.invalid> wrote:
Marc Haber <mh+usenetspam1118@zugschl.us> writes:
We are talking about how a system with both IPv4 and IPv6 enabled
behaves on an IPv4-only network. Such a system will not have IPv6
routes going further than the automatically established link-local
networks and thus any attempts to use IPv6 will immediately result in
the network stack returning a "no route to host" error message.
>
A well behaved application is then expected to try the next IP address
it might know for the desired communications partner. This applies to
both IPv4 and IPv6. Sadly I don't know at the moment whether this
functionality is implemented in the network stack of whether the
application is expected to implement the necessary logic.
>
Destination addresses are selected in userland. getaddrinfo() is the
standard implementation, returning an ordered list of destination
addresses corresponding to the requested name. The application is
expected to work through them in order.

So it is actually a well behaved application that should do that.
Thanks for the correction. I don't develop enough software to know
that (and I do sincerely hope that there is a python module that
solves this issue for me should I ever need it).

When I am talking about gai.conf here, I actually mean the in-kernel
address label table that is maintained by virtue of the ip addrlabel
command. Most modern Linux distributions only have gai.conf as kind of
a legacy interface that is not necessarily connected at all to the
in-kernel table that the kernel actually uses. I don't know if and
which distributions have code that reads gai.conf and uses the
contents to initialize the in-kernel table at startup time, since my
systems directly interface with ip addrlabel (often via
systemd-networkd).
>
AFAICS for destination address selection getaddrinfo() follows gai.conf
(and ignores ip-addrlabel). So I think you have conflated source and
destination address selection here.

Also that might be correct. I usually fight with source address
selection since I have a dynamic and a static prefix in my home
network and wish that certain programs (ssh, for example) use the
static prefix while others use the dynamic one (for privacy and
performance reasons¹). I happen to be happy with the default for the
destination address and wish IPv6 to be preferred.

Greetings
Marc

¹ the static prefix goes through a tunnel and therefore is some 10 ms
slower in latency than the dynamic prefix
--
----------------------------------------------------------------------------
Marc Haber         |   " Questions are the         | Mailadresse im Header
Rhein-Neckar, DE   |     Beginning of Wisdom "     |
Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402

Date Sujet#  Auteur
15 May 25 * Anybody Using IPv6?97Farley Flud
17 May19:01 +* Re: Anybody Using IPv6?89vallor
17 May19:13 i+* Re: Anybody Using IPv6?62Shadow
18 May01:11 ii`* Linux advocacy (was: Re: Anybody Using IPv6?)61vallor
18 May09:02 ii +* Re: Linux advocacy (was: Re: Anybody Using IPv6?)50Marc Haber
18 May21:27 ii i+* Re: Linux advocacy (was: Re: Anybody Using IPv6?)3rbowman
19 May07:13 ii ii`* Re: Linux advocacy (was: Re: Anybody Using IPv6?)2Marc Haber
19 May08:24 ii ii `- Re: Linux advocacy (was: Re: Anybody Using IPv6?)1rbowman
19 May20:26 ii i`* Re: Linux advocacy (was: Re: Anybody Using IPv6?)46vallor
20 May09:00 ii i `* Re: Linux advocacy (was: Re: Anybody Using IPv6?)45Marc Haber
20 May09:36 ii i  +* Re: Linux advocacy3Nuno Silva
20 May10:46 ii i  i+- Re: Linux advocacy1Carlos E. R.
20 May11:20 ii i  i`- Re: Linux advocacy1Marc Haber
20 May10:38 ii i  `* Re: Linux advocacy41The Natural Philosopher
20 May11:21 ii i   `* Re: Linux advocacy40Marc Haber
20 May11:33 ii i    +* Re: Linux advocacy2The Natural Philosopher
20 May16:48 ii i    i`- Re: Linux advocacy1Marc Haber
20 May12:04 ii i    `* Re: Anybody Using IPv6?37Carlos E. R.
20 May16:49 ii i     `* Re: Anybody Using IPv6?36Marc Haber
20 May17:02 ii i      `* Re: Anybody Using IPv6?35The Natural Philosopher
20 May17:34 ii i       `* Re: Anybody Using IPv6?34Carlos E. R.
20 May18:43 ii i        `* Re: Anybody Using IPv6?33Marc Haber
20 May18:52 ii i         `* Re: Anybody Using IPv6?32Carlos E. R.
20 May22:14 ii i          +* Re: Anybody Using IPv6?26Marc Haber
21 May02:46 ii i          i`* Re: Anybody Using IPv6?25Carlos E. R.
21 May07:05 ii i          i `* Re: Anybody Using IPv6?24Marc Haber
21 May09:13 ii i          i  +* Re: Anybody Using IPv6?21Nuno Silva
21 May09:42 ii i          i  i+- Re: Anybody Using IPv6?1Carlos E. R.
21 May12:16 ii i          i  i`* Re: Anybody Using IPv6?19Marc Haber
21 May13:00 ii i          i  i +* Re: Anybody Using IPv6?15Carlos E. R.
21 May13:30 ii i          i  i i+* Re: Anybody Using IPv6?6Marco Moock
21 May13:45 ii i          i  i ii`* Re: Anybody Using IPv6?5Carlos E. R.
21 May15:53 ii i          i  i ii +* Re: Anybody Using IPv6?2Marc Haber
21 May17:30 ii i          i  i ii i`- Re: Anybody Using IPv6?1Carlos E. R.
21 May16:16 ii i          i  i ii `* Re: Anybody Using IPv6?2Marco Moock
21 May17:31 ii i          i  i ii  `- Re: Anybody Using IPv6?1Carlos E. R.
21 May15:52 ii i          i  i i`* Re: Anybody Using IPv6?8Marc Haber
21 May16:47 ii i          i  i i +* Re: Anybody Using IPv6?2The Natural Philosopher
21 May20:14 ii i          i  i i i`- Re: Anybody Using IPv6?1Marc Haber
21 May18:16 ii i          i  i i `* Re: Anybody Using IPv6?5Carlos E. R.
22 May00:10 ii i          i  i i  `* Re: Anybody Using IPv6?4Computer Nerd Kev
22 May08:27 ii i          i  i i   +- Re: Anybody Using IPv6?1Marc Haber
22 May17:16 ii i          i  i i   `* Re: Anybody Using IPv6?2Carlos E. R.
22 May19:51 ii i          i  i i    `- Re: Anybody Using IPv6?1Marc Haber
21 May17:35 ii i          i  i `* Re: Anybody Using IPv6?3Richard Kettlewell
21 May20:18 ii i          i  i  `* Re: Anybody Using IPv6?2Marc Haber
21 May21:10 ii i          i  i   `- Re: Anybody Using IPv6?1Richard Kettlewell
21 May18:22 ii i          i  `* Re: Anybody Using IPv6?2Carlos E. R.
21 May20:21 ii i          i   `- Re: Anybody Using IPv6?1Marc Haber
21 May04:16 ii i          `* Re: Anybody Using IPv6?5vallor
21 May07:07 ii i           +* Re: Anybody Using IPv6?3Marc Haber
21 May13:45 ii i           i`* Re: Anybody Using IPv6?2vallor
21 May16:19 ii i           i `- Re: Anybody Using IPv6?1Marc Haber
21 May09:39 ii i           `- Re: Anybody Using IPv6?1Carlos E. R.
18 May09:46 ii +* Re: Linux advocacy2Richard Kettlewell
18 May09:49 ii i`- Re: Linux advocacy1Richard Kettlewell
18 May10:07 ii `* Re: Linux advocacy8Carlos E. R.
19 May07:14 ii  `* Re: Linux advocacy7Marc Haber
19 May11:27 ii   `* Re: Linux advocacy6Carlos E. R.
19 May13:54 ii    `* Re: Linux advocacy5Marc Haber
19 May14:37 ii     `* Re: Anybody Using IPv6?4Carlos E. R.
19 May15:36 ii      `* Re: Anybody Using IPv6?3Marc Haber
19 May16:31 ii       +- Re: Anybody Using IPv6?1Carlos E. R.
19 May17:58 ii       `- Re: Anybody Using IPv6?1The Natural Philosopher
17 May19:17 i+- Re: Anybody Using IPv6?1%
17 May19:50 i+* Re: Anybody Using IPv6?2Carlos E. R.
17 May19:52 ii`- Re: Anybody Using IPv6?1%
18 May08:26 i+* Re: Anybody Using IPv6?22Popping Mad
20 May05:17 ii+* Re: Anybody Using IPv6?7c186282
20 May10:35 iii+* Re: Anybody Using IPv6?5The Natural Philosopher
20 May11:14 iiii`* Re: Anybody Using IPv6?4Marc Haber
20 May11:35 iiii `* Re: Anybody Using IPv6?3The Natural Philosopher
20 May16:45 iiii  `* Re: Anybody Using IPv6?2Marc Haber
20 May17:00 iiii   `- Re: Anybody Using IPv6?1The Natural Philosopher
20 May10:55 iii`- Re: Anybody Using IPv6?1Carlos E. R.
20 May08:59 ii`* Re: Anybody Using IPv6?14Marc Haber
20 May09:21 ii +- Re: Anybody Using IPv6?1Nuno Silva
20 May10:37 ii `* Re: Anybody Using IPv6?12The Natural Philosopher
20 May11:15 ii  +* Re: Anybody Using IPv6?4Marc Haber
20 May11:33 ii  i`* Re: Anybody Using IPv6?3The Natural Philosopher
20 May16:47 ii  i `* Re: Anybody Using IPv6?2Marc Haber
20 May17:01 ii  i  `- Re: Anybody Using IPv6?1The Natural Philosopher
21 May04:42 ii  `* Re: Anybody Using IPv6?7c186282
21 May07:03 ii   +* Re: Anybody Using IPv6?5Marc Haber
21 May16:21 ii   i`* Re: Anybody Using IPv6?4Bobbie Sellers
21 May20:13 ii   i `* Re: Anybody Using IPv6?3Marc Haber
21 May23:09 ii   i  `* Re: Anybody Using IPv6?2Nuno Silva
22 May08:25 ii   i   `- Re: Anybody Using IPv6?1Marc Haber
21 May09:47 ii   `- Re: Anybody Using IPv6?1Carlos E. R.
18 May12:16 i`- Re: Anybody Using IPv6?1Chris Ahlstrom
18 May08:59 `* Re: Anybody Using IPv6?7Marc Haber
18 May10:12  `* Re: Anybody Using IPv6?6Carlos E. R.
18 May21:18   +* Re: Anybody Using IPv6?4rbowman
19 May07:11   i`* Re: Anybody Using IPv6?3Marc Haber
19 May08:11   i `* Re: Anybody Using IPv6?2rbowman
19 May08:33   i  `- Re: Anybody Using IPv6?1Marc Haber
19 May07:09   `- Re: Anybody Using IPv6?1Marc Haber

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal