From owner-freebsd-questions@FreeBSD.ORG Fri Feb 23 17:41:55 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1599E16A400 for ; Fri, 23 Feb 2007 17:41:55 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id A0C2B13C47E for ; Fri, 23 Feb 2007 17:41:54 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by nf-out-0910.google.com with SMTP id n15so51187nfc for ; Fri, 23 Feb 2007 09:41:53 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WkyMK+ZHUrvFdZB88UqsMJTL0aTsMHExX3gJdh1eXWqkzqvee3veSdCgaupp0wyS9tE2pkvpctpjfxNlmemBR6QmzdnpxddXQdqUv9qW+QtY2mp5rDCIgCWOBJaxflA4VZDp/+LRvg7DlMyZO8jp4tJlw7FD4qQy7PiH0LakYvM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=a0ZrOCLlyGvdMknMCZbWNlCYWODGi/YuDsgp2+U2Wh8neQMtG/jSDau+98jF9H8jyDADuDCrGHrofes3pA4pwyWb386W1exvi8+jnZz1kyzSG5QzHm1uyN12KzvkvXZPWeKYptgjNiDtMQ1SxYwc0xIW5wkvfLZlT7nShFEmDjA= Received: by 10.82.134.12 with SMTP id h12mr850725bud.1172252513115; Fri, 23 Feb 2007 09:41:53 -0800 (PST) Received: by 10.82.191.16 with HTTP; Fri, 23 Feb 2007 09:41:53 -0800 (PST) Message-ID: <80f4f2b20702230941q16b88afek7c0c4174e8455c25@mail.gmail.com> Date: Fri, 23 Feb 2007 17:41:53 +0000 From: "Jim Stapleton" To: "Jeff Palmer" , freebsd-questions@freebsd.org In-Reply-To: <7.0.1.0.0.20070223112727.01ace9b8@totaldiver.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20702221722q1de96eaaq426b061ae47f20fb@mail.gmail.com> <7.0.1.0.0.20070223112727.01ace9b8@totaldiver.net> Cc: Subject: Re: problems with jail 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: Fri, 23 Feb 2007 17:41:55 -0000 Thank you, that's at least useful testing, but it did not work. Jail is definetly not getting any network action. Would a host netstat output be useful? I looks pretty cryptic. Thanks, -Jim Stapleton On 2/23/07, Jeff Palmer wrote: > At 08:22 PM 2/22/2007, you wrote: > >I'd like to get Apache running in jail, but I can't seem to get > >network working in jail. > ><..snip..> > >Anyway, when I go to jail, running csh (as root) in jail, I try/get: > > %ping 192.168.1.1 > > ping: socket: Operation not permitted > > You can't ping from a jail unless you set the > "security.jail.allow_raw_sockets" sysctl on the host OS. > > - Jeff > > >