Hi!

Vagrant Cascadian <[email protected]> skribis:

> Apparently both ("::" or a specific IPv6 address) work fine on my
> machine using dhcpcd-service-type, but my machine using
> network-manager-service-type, it only seems to work with (host "::") at
> boot. Though at least I can restart it with a specified IPv6 address and
> then it seems to work fine...
>
> Unless there is a race condition or similar and I just got "lucky"? :)

If you provide a specific IP{v6,v4} address, it’s possible that it won’t
be able to bind to it when ‘guix-publish’ starts.

>> Might it work with an IP address range?
>
> Or a list of IP addresses?

Nope: the ‘host’ field is passed straight to ‘getaddrinfo’, so it has to
be something that resolves, either a host name (but in practice,
anything not in /etc/hosts would fail) or an IP address, v4 or v6.

HTH!

Ludo’.

Reply via email to