From owner-freebsd-questions@FreeBSD.ORG Sat Mar 28 19:22:10 2015 Return-Path: Delivered-To: freebsd-questions@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 25BFA179 for ; Sat, 28 Mar 2015 19:22:10 +0000 (UTC) Received: from kaywinnit.conundrum.com (smtp.conundrum.com [IPv6:2001:4900:1:213::2:20]) (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 F3A2DC37 for ; Sat, 28 Mar 2015 19:22:09 +0000 (UTC) Received: from aeryn.conundrum.com ([216.235.10.37]) by kaywinnit.conundrum.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1YbwJ3-0007rY-EP; Sat, 28 Mar 2015 19:22:05 +0000 From: Matthew Pounsett Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Sat, 28 Mar 2015 15:21:58 -0400 Subject: rc.conf configured jail not getting IP addresses To: "freebsd-questions@freebsd.org Mailing List" Message-Id: <760A9E00-EA43-4DF1-8259-376D1987B2D5@conundrum.com> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) X-Mailer: Apple Mail (2.2070.6) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Mar 2015 19:22:10 -0000 I've been having some issues with ezjail and freebsd-update, so I = decided to give a more basic jail setup a try. I'm following the = instructions in the handbook[1] for setting up a new jail, but seem to = have run into an issue with jail startup and IP address assignment. My host system is 9.3-RELEASE-p10. My rc.conf looks like the following: % grep jail /etc/rc.conf=20 jail_enable=3D"YES" jail_list=3D"test" jail_test_rootdir=3D"/var/jail/test" jail_test_hostname=3D"redacted" jail_test_ip=3D"67.xxx.xxx.xxx,2001:xxxx::xxxx" jail_test_devfs_enable=3D"YES" Startup of the jail takes a surprising amount of time .. about 30 = seconds, but no errors are reported. % time sudo service jail start test Configuring jails:. Starting jails: redacted. sudo service jail start test 0.13s user 0.16s system 0% cpu 30.292 = total The jail starts, but no addresses are assigned to it. % sudo jexec test tcsh # ifconfig igb0 igb0: flags=3D8843 metric 0 mtu = 1500 = options=3D401bb ether d4:85:64:53:91:44 media: Ethernet autoselect (100baseTX ) status: active Am I missing something here? I've double checked the docs in the = handbook, and it doesn't look like I've missed any steps up to this = point. [1]: