From owner-freebsd-questions@FreeBSD.ORG Sun May 11 14:00:07 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 5FF0F8FA for ; Sun, 11 May 2014 14:00:07 +0000 (UTC) Received: from mail-oa0-x236.google.com (mail-oa0-x236.google.com [IPv6:2607:f8b0:4003:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E4B72509 for ; Sun, 11 May 2014 14:00:07 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id j17so7035592oag.41 for ; Sun, 11 May 2014 07:00:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=tXkLhq1o/hxzH6bwf9xcR/toq/hvcLufXFOL9txLSzg=; b=rk3crs1QjswXW7ocSIUu6nSgKvGQY8CjZRpuXcWWHSmvtqk/maUAxhZxsUZWp8MpQk mqYg3WmL1tiDpzf/UIY2pSDuRhdUMA3+tV7ElkZDMnLYrXYiy9lCqGvD8tkVysCbyn8o Sg0k08QIMFokbIEfiG4kBtHdunZFdp0psNZjoPQLpj71jyfAsl9xp7QrXa9FA9XefD3Y ylrOGSWFqvOk2/HhVCn6zSjQcOF2LyUNPuYkw7aEQiwSojFnbVjpc2Ko6M/ENl/7ALFv 8OYLuFIpJ81BboOozlWiEr1PEidz5bveSYWod48GX0oTjVCpBhywWSjXY1+EMvE5bEAl vzww== MIME-Version: 1.0 X-Received: by 10.60.78.165 with SMTP id c5mr896620oex.83.1399816806463; Sun, 11 May 2014 07:00:06 -0700 (PDT) Received: by 10.60.80.2 with HTTP; Sun, 11 May 2014 07:00:06 -0700 (PDT) Date: Sun, 11 May 2014 07:00:06 -0700 Message-ID: Subject: What is this qjail parameter option? From: "edflecko ." To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 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:00:07 -0000 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