From owner-freebsd-questions@FreeBSD.ORG Sun May 11 14:23:30 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21293179 for ; Sun, 11 May 2014 14:23:30 +0000 (UTC) Received: from mout.gmx.com (mout.gmx.com [74.208.4.201]) (using TLSv1.2 with cipher DHE-RSA-AES256-SHA256 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE8872701 for ; Sun, 11 May 2014 14:23:29 +0000 (UTC) Received: from blazon-pc.rw.local ([78.84.244.14]) by mail.gmx.com (mrgmxus002) with ESMTPSA (Nemesis) id 0Mdr3L-1WSoBL3xEb-00PgCv for ; Sun, 11 May 2014 16:23:23 +0200 Message-ID: <536F87D8.3080004@mail.com> Date: Sun, 11 May 2014 17:23:20 +0300 From: Jeff Tipton User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: What is this qjail parameter option? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:XX5HA584sNAojU7b1mMPC995q0oelNFbHi3pfGOMM/+nVpXl+XC R6buqM9hkZE/aNFV/6lZmDNwVYGanOctcQmnQEfRB4Ub6S0D1wzHd5aA6lJqUD9Gz9rciNU TXAzUDVN8CV13AOzrUy9bxwxHPu16M3EfPfUGNAkEpEVOa3V5Vj/KK5qiJAzGF2aF7i4KSg UWHe2dW1Xy4qW+Ja2HfAQ== X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 14:23:30 -0000 On 05/11/2014 17:00, edflecko . wrote: > I'm looking at some docs on a simple create jail command using qjail, but I > don't understand one of the options. > > Here's the command: > > qjail create -n rl0 webserver 10.0.10.2 > > > I'm wondering what the "rl0" option is??? > > > Ed > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" rl0 is a network interface card, named after it's Realtek driver. Yours might differ. This is explained in the qjail man page. -Jeff