From owner-freebsd-questions@FreeBSD.ORG Wed Nov 30 16:17:15 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 273C1106566B for ; Wed, 30 Nov 2011 16:17:15 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id B37DF8FC13 for ; Wed, 30 Nov 2011 16:17:14 +0000 (UTC) Received: by bkat2 with SMTP id t2so822923bka.13 for ; Wed, 30 Nov 2011 08:17:13 -0800 (PST) Received: by 10.204.154.25 with SMTP id m25mr2936835bkw.140.1322669832897; Wed, 30 Nov 2011 08:17:12 -0800 (PST) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id e18sm4912267bkr.15.2011.11.30.08.17.11 (version=SSLv3 cipher=OTHER); Wed, 30 Nov 2011 08:17:11 -0800 (PST) Message-ID: <4ED65705.8020503@my.gd> Date: Wed, 30 Nov 2011 17:17:09 +0100 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <3EE6B227-24EC-4600-AF04-BEE7A04677FB@todoo.biz> In-Reply-To: <3EE6B227-24EC-4600-AF04-BEE7A04677FB@todoo.biz> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: Problem with jail network X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2011 16:17:15 -0000 On 11/30/11 5:05 PM, bsd wrote: > Hi, > > I have been configuring a jail system using the howto provided here : http://www.freebsd.org/doc/handbook/jails-application.html > > The is now correctly starting, but I can't seem to use the network stack. > > >> root@master 16:52:55 ~ -> jls >> JID IP Address Hostname Path >> 1 xx.216.yy.150 n0.no.no /jail/j/n0 > > > But I can't ping neither outside of the jail, nor inside of It. > > I am a bit confused because I don't know if I have to configure the IP using an alias on the main Eth interface, or do something else. > >> ifconfig_bce0_alias0="inetxx.216.yy.150/32" > > > > This last command seems to have frozen my system. > Confirm that the MISSING SPACE between your "inet" and "xxx.216..." statements is only a typo and NOT present in your actual rc.conf