From owner-freebsd-questions@freebsd.org Tue Jun 14 19:59:30 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DBE8B72B19 for ; Tue, 14 Jun 2016 19:59:30 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 7D3F9272B for ; Tue, 14 Jun 2016 19:59:30 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 76F3533C26; Tue, 14 Jun 2016 15:59:22 -0400 (EDT) From: Lowell Gilbert To: freebsd-questions@freebsd.org Subject: Re: When your server boots too fast: How to slow it down? References: <20160611174849.GA2453@box-hlm-03.niklaas.eu> <20160611193225.GB2453@box-hlm-03.niklaas.eu> <20160611200448.GC2453@box-hlm-03.niklaas.eu> Reply-To: freebsd-questions@freebsd.org Date: Tue, 14 Jun 2016 15:59:22 -0400 In-Reply-To: <20160611200448.GC2453@box-hlm-03.niklaas.eu> (Niklaas Baudet von Gersdorff's message of "Sat, 11 Jun 2016 22:04:48 +0200") Message-ID: <44a8inh78l.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2016 19:59:30 -0000 Niklaas Baudet von Gersdorff 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="" > netwait_ip="" > > 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?