guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (web server) serving on both ipv6 and ipv4?


From: Greg Troxel
Subject: Re: (web server) serving on both ipv6 and ipv4?
Date: Wed, 19 Jan 2022 13:27:00 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (berkeley-unix)

Maxime Devos <maximedevos@telenet.be> writes:

> Maybe the IPV6_V6ONLY (see the ipv6(7) man page) is relevant here.
> Alternatively, you could run two servers in parallel: one bound to an
> IPv4 address and another bound to an IPv6 address.

My feeling is that IPV6_ONLY is best avoided, for portability, and
because mapped addresses (an IPv6 address with the v4 address embedded)
are awkward.    So I think it's best to listen on v4 and v6 separately.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]