From owner-freebsd-jail@FreeBSD.ORG Thu Oct 2 23:03:37 2014 Return-Path: Delivered-To: freebsd-jail@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 E911BB1E; Thu, 2 Oct 2014 23:03:37 +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 C366DF0A; Thu, 2 Oct 2014 23:03:37 +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=Akg5aMaVA1EkO8w5UBH/W1qn8krDBc7GjELUdb/00x0=; b=hvpp1c0mPBob2/OYq3DnKTZvziJngUUMRG3dCxuTrD0dYCsmbOTa508JorhvGO1RxainLXDxRJpgsk6wvpf9PKMmf0EpniZcCVAvBjyWs5wL/Xmsyosn4SD303UEC5hcyRo1IQLSnRkCidj3vJaw4fm7fuslXDmnisn4JFttdSI=; Received: from [182.8.252.102] (port=45624 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1XZpPM-002BQm-5g; Thu, 02 Oct 2014 17:03:36 -0600 Date: Fri, 3 Oct 2014 07:03:32 +0800 From: Erich Dollansky To: Fbsd8 Subject: Re: no network connection from inside a jail Message-ID: <20141003070332.489df407@X220.alogt.com> In-Reply-To: <542D7D27.5050302@a1poweruser.com> References: <20141002180506.4965760b@X220.alogt.com> <542D7D27.5050302@a1poweruser.com> 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-jail@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 23:03:38 -0000 Hi, On Thu, 02 Oct 2014 12:28:23 -0400 Fbsd8 wrote: > 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. > > > > What version of the base system are your jails at? IE: are they at > 10.0 or 10.1 xxx or some older version? this was my first thought too. The base system runs on BETA3 but the jails have been some 10.0 from around March. So, I also updated them without a change. > What method did you use to define your jails [rc.conf or jail.conf]? jail.conf. Erich