From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 19:35:25 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 992521065677 for ; Mon, 2 Aug 2010 19:35:25 +0000 (UTC) (envelope-from claudiu.vasadi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 2CF4D8FC16 for ; Mon, 2 Aug 2010 19:35:24 +0000 (UTC) Received: by wwa36 with SMTP id 36so2902784wwa.31 for ; Mon, 02 Aug 2010 12:35:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=F6VQIISxZMwPIYRynD94mtjn5xPst7jfHOBbm/KPtME=; b=eNV4lEXBVCDsdjU3i55C9GqZreVMOCAxw42uJ3L1vFwZO7EMC9uYfOmezXz5/p0Oc9 el/RYhnckwAgxHmm/iAdYFDtfBVtF3wbf3gC2/d1ap7pfEJ8udZtJTEt009EQhZAGgGs wyuZtFSTVlzXctU8HgYac76VmXPozvDDWkIQU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ZNKz8A8bqP/5EKkDQlCx5kP8g4n1o7AdXUoHwNATKkXk/i34hApySRNYBnLy3dyOUN 8fO7p13AZ9mT9v8+08q7uSq9pJYNiLNxhfm02HeQHZ1Qhldk8xOJax6b/T5hr4EjtaTx XHcS+Xv+4U81zVtIW9xlkS2YMK71/ikVtmB4Y= MIME-Version: 1.0 Received: by 10.216.234.11 with SMTP id r11mr3087410weq.85.1280777724027; Mon, 02 Aug 2010 12:35:24 -0700 (PDT) Received: by 10.216.22.68 with HTTP; Mon, 2 Aug 2010 12:35:23 -0700 (PDT) Date: Mon, 2 Aug 2010 21:35:23 +0200 Message-ID: From: claudiu vasadi To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 8.1 jail - traceroute not working (allow_raw_sockets: 1) 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: Mon, 02 Aug 2010 19:35:25 -0000 Hello fellas, my system is a 8.0 release with 1 jail. I have set "security.jail.allow_raw_sockets: 1" and I can do ping but traceroute is still spitting our errors: dns# traceroute yahoo.com traceroute: Warning: yahoo.com has multiple addresses; using 72.30.2.43 traceroute: findsaddr: write: No such process Apparently, it looks up the IP but then it fails to continue. I was reading there was (or maybe there still is) some bug. I believe it is still "active" on 7.1 ( http://lists.freebsd.org/pipermail/freebsd-bugs/2009-October/036866.html ) any thoughts ?