From owner-freebsd-questions@freebsd.org Mon Oct 5 11:28:08 2015 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 9B1929B2262 for ; Mon, 5 Oct 2015 11:28:08 +0000 (UTC) (envelope-from herbert@oslo.ath.cx) Received: from oslo.ath.cx (oslo.ath.cx [144.76.166.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6401886A for ; Mon, 5 Oct 2015 11:28:07 +0000 (UTC) (envelope-from herbert@oslo.ath.cx) Received: from oslo.ath.cx (localhost [IPv6:::1]) by oslo.ath.cx (Postfix) with SMTP id 903A11221; Mon, 5 Oct 2015 13:27:59 +0200 (CEST) Date: Mon, 5 Oct 2015 13:27:59 +0200 From: "Herbert J. Skuhra" To: Niklaas Baudet von Gersdorff Cc: freebsd-questions@freebsd.org, Adam Vande More , Jon Radel Subject: Re: IPv6 only Jails cannot connect to the outside world Message-ID: <20151005112759.GB4567@oslo.ath.cx> References: <5611AFCA.4010909@kulturflatrate.net> <5611CA44.4030602@radel.com> <56123260.1010901@kulturflatrate.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56123260.1010901@kulturflatrate.net> User-Agent: Mutt/1.5.24+21 (a07e8215a0ef) (2015-08-30) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2015 11:28:08 -0000 On Mon, Oct 05, 2015 at 10:18:40AM +0200, Niklaas Baudet von Gersdorff wrote: > > Thus it seems that, in an IPv6 only jail, I may not list IPv4 > nameservers in /etc/resolv.conf because otherwise I get the weird error > that it cannot resolve the hostname although it actually can? Is that > intended? > > Probably I'm missing something. % man 5 resolv.conf nameserver Internet address (in dot notation) of a name server that the resolver should query. Up to MAXNS (currently 3) name servers may be listed, one per keyword. [...] -- Herbert