When your server boots too fast: How to slow it down?
Lowell Gilbert
freebsd-questions-local at be-well.ilk.org
Tue Jun 14 19:59:30 UTC 2016
Niklaas Baudet von Gersdorff <stdin at niklaas.eu> writes:
> Niklaas Baudet von Gersdorff [2016-06-11 21:32 +0200] :
>
>> in rc.conf because the public IPv4 is assigned by the router.
>> However, changing it to SYNCDHCP helped only partly. Now,
>> tincd starts but both postfix and sshd still fail.
I think you'd need the ports version of the DHCP client for working with
IPv6.
> Additionally to SYNCDHCP, I added the following three lines:
>
> netwait_enable="YES"
> netwait_if="<interface>"
> netwait_ip="<IPv6>"
>
> This solves the problem. But this also requires me to predict
> the IPv6 that the server gets from the router.
No, it doesn't. You're supposed to put a *remote* address in that
variable, not a local one.
You can list any remote IP addresses in the variable that you
want, including, for example, public DNS servers. In particular, you
should do it for both IPv4 and IPv6.
Just out of interest, where did you get the idea of doing it this way?
More information about the freebsd-questions
mailing list