From owner-freebsd-net@FreeBSD.ORG Fri Aug 20 18:06:20 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21B1A16A4CE for ; Fri, 20 Aug 2004 18:06:20 +0000 (GMT) Received: from mail.ctch.net (mail.ctch.net [206.168.231.99]) by mx1.FreeBSD.org (Postfix) with SMTP id A3EAD43D2D for ; Fri, 20 Aug 2004 18:06:19 +0000 (GMT) (envelope-from freebsd-net@lists.ctch.net) Received: (qmail 52793 invoked from network); 20 Aug 2004 18:06:19 -0000 Received: from 63-227-123-49.dnvr.qwest.net (HELO ctch-fd59mrr24t.lists.ctch.net) (freebsd-net@lists.ctch.net@63.227.123.49) by mail.ctch.net with SMTP; 20 Aug 2004 18:06:19 -0000 Message-Id: <6.1.2.0.2.20040820115837.02a21618@mail.ctch.net> X-Sender: freebsd-net@lists.ctch.net@mail.ctch.net X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Date: Fri, 20 Aug 2004 12:06:15 -0600 To: freebsd-net@freebsd.org From: Gregory Kuhn In-Reply-To: <20040820173009.4A6CBF987@gemini.nersc.gov> References: <20040820173009.4A6CBF987@gemini.nersc.gov> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: Traceroute Anomaly X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 18:06:20 -0000 At 11:30 AM 8/20/2004, you wrote: >In reply to Gregory Kuhn : > > > Hello, > > > > > > I have discovered an anomaly (I am sure it was discovered long > > ago) when trying to traceroute to my FBSD 4.8 and 4.9 servers. Here are > > the details. > >Have you set sysctl net.inet.udp.blackhole=1 ? > >If so, the FreeBSD box will drop the traceroute UDP probes and you'll >never see the host itself in traceroute output. Eli, Thank you. That was it. Changed net.inet.udp.blackhole=1 to net.inet.udp.blackhole=0 and traces work. I'll remember to read the man pages more closely too next time. Greg > --eli > > >