From owner-freebsd-stable@FreeBSD.ORG Thu Oct 2 23:07:25 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB954CBE; Thu, 2 Oct 2014 23:07:25 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (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 96003F44; Thu, 2 Oct 2014 23:07:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=jYRfNN7qQtuvTVvxlvbC1OCH1DAiXRo4Z1U5SUU5HL8=; b=ohCmkinH0RPl3WKCkpZHJe+t07Pf/VhwnPet0RG4MXM341dXyv9VeeWL0iKkbTGPPh6V44yVlPFvTzlZz6ozeQrM/4Nhrxae36XyTpl8QZCIBJSp/H1oangYpBp0XTAmVa0N97Hxj+NgKFy/dkxD+Qf1LdF2+9+C4NkhGnMz8H0=; Received: from [182.8.252.102] (port=39886 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1XZpT2-002Djn-Dw; Thu, 02 Oct 2014 17:07:25 -0600 Date: Fri, 3 Oct 2014 07:07:20 +0800 From: Erich Dollansky To: James Gritton Subject: Re: no network connection from inside a jail Message-ID: <20141003070720.20526c18@X220.alogt.com> In-Reply-To: <542D70B8.1090603@gritton.org> References: <20141002180506.4965760b@X220.alogt.com> <542D70B8.1090603@gritton.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-jail@freebsd.org, freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 23:07:25 -0000 Hi, On Thu, 02 Oct 2014 09:35:20 -0600 James Gritton wrote: > On 10/2/2014 4:05 AM, Erich Dollansky wrote: > > > > I recently upgraded to 10.1 BETA3 via sources. All seemed to be fine > > until I started jails which connect to the Internet. It simply does > > not work anymore. When the browser from the jail connects to > > another jail on the same machine via HTTP, it all works. Accesses > > to the ouside of the machine fails. > > > > Having looked at an svn diff between BETA1 and BETA3, I'm at a loss. > The only change involving jails was a few lines that tested a > condition for a locking issue in the kernel (r271622). I also looked > for any changes to lagg, on a hunch the problem might be there, but > found nothing changed there either. > oh thanks. It all is really weird. The last thing I did was building an image for a Raspberry. I have not the slidest imagination how this could affect the machine so that all other things still work but not the network inside a jail. Of course, installing an ARM binary will ruin the machine as such but not just one little function. Erich