From owner-freebsd-questions@FreeBSD.ORG Fri Dec 26 07:12:47 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7601E16A4CE for ; Fri, 26 Dec 2003 07:12:47 -0800 (PST) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDFFC43D45 for ; Fri, 26 Dec 2003 07:12:45 -0800 (PST) (envelope-from fgleiser@cactus.fi.uba.ar) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.12.3/8.12.3) with ESMTP id hBQFDSfn072204; Fri, 26 Dec 2003 12:13:28 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Fri, 26 Dec 2003 12:13:28 -0300 (ART) From: Fernando Gleiser To: Frank DeChellis In-Reply-To: Message-ID: <20031226121042.A72186-100000@cactus.fi.uba.ar> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.38 cc: freebsd-questions@freebsd.org Subject: Re: Can't traceroute to my box X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2003 15:12:47 -0000 On Fri, 26 Dec 2003, Frank DeChellis wrote: > Hi. > > I am new to FreeBSD. I have been using NetBSD for about 9 years. I have > FreeBSD v. 4.8 Release #1 running. Everything is smooth expect for one > thing. > > I can't traceroute to the box. I can do a traceroute -I to it, but not a > regular traceroute, which tells me something about UDP, but I don't know > where to look. Are you using a firewall of some kind? The last hop of a traceroute ends with a 'Port unreachable" ICMP. If the firewall is blocking UDP, you get no response. > > IS there a file somewhere that is closing certain UDP ports that respond to > traceroute? No that I am aware off, unless you're using a firewall. Fer