From owner-freebsd-questions@FreeBSD.ORG Sun Apr 18 00:40:00 2010 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 019F61065670 for ; Sun, 18 Apr 2010 00:40:00 +0000 (UTC) (envelope-from aiza21@comclark.com) Received: from avmxsmtp1.comclark.com (avmxsmtp1.comclark.com [202.69.191.115]) by mx1.freebsd.org (Postfix) with ESMTP id 9033D8FC13 for ; Sun, 18 Apr 2010 00:39:59 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AugVAPvxyUvKRa0WPGdsb2JhbAAHh1+UHgEBAQE1uz2FEASDMA X-IronPort-AV: E=Sophos;i="4.52,228,1270396800"; d="scan'208";a="14597242" Received: from unknown (HELO [10.0.10.3]) ([202.69.173.22]) by avmxsmtp4.comclark.com with ESMTP; 18 Apr 2010 08:39:57 +0800 Message-ID: <4BCA54DC.1000301@comclark.com> Date: Sun, 18 Apr 2010 08:39:56 +0800 From: Aiza User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Ping from jail not permitted error 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: Sun, 18 Apr 2010 00:40:00 -0000 My jail has public internet access because i can do pkg_add -r unix2dos and the package does install. But when I enter ping -c 2 freebsd.org I get message "ping: socket: Operation not permitted" There is no firewall running in the jail. Any ideas would be helpful. Thanks