From owner-freebsd-questions@FreeBSD.ORG Thu Aug 7 20:09:44 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 19C9237B401 for ; Thu, 7 Aug 2003 20:09:44 -0700 (PDT) Received: from lakemtao02.cox.net (lakemtao02.cox.net [68.1.17.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1886E43FA3 for ; Thu, 7 Aug 2003 20:09:43 -0700 (PDT) (envelope-from rjhjr@cox.net) Received: from kongemord.krig.net ([68.100.93.21]) by lakemtao02.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20030808030940.EKOS24359.lakemtao02.cox.net@kongemord.krig.net> for ; Thu, 7 Aug 2003 23:09:40 -0400 Received: by kongemord.krig.net (sSMTP sendmail emulation); Thu, 7 Aug 2003 23:09:42 -0400 From: "Bob Hall" Date: Thu, 7 Aug 2003 23:09:42 -0400 To: freebsd-questions@freebsd.org Message-ID: <20030808030942.GA11683@kongemord.krig.net> Mail-Followup-To: freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Subject: Re: Traceroute issue 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, 08 Aug 2003 03:09:44 -0000 On Thu, Aug 07, 2003 at 10:04:46PM -0400, questions wrote: > > I'm stumped. Running 4.8-RELEASE #9 I try to perform a traceroute to my > ISP's gateway and I get nothing returned past my LAN gateway which is a > NetGear Cable/DSL wireless Router model-MR814. But when I change hard > drives and start-up the same box with Windows-2000 Server all traceroutes > work just fine. In fact all machines running windows on the LAN have no > problem getting results using the tracert command via a command window > prompt. My ip settings are set at the same ip and netmask [255.255.255.0] > on both the windows hard-drive as the FreeBSD hard-drive. I've looked > every-where I can think of and see nothing wrong with the config. All > other commands and services and processes seem to be working just fine, it > is just this one command that returns all asterisks after the LAN > gateway router's ip. Any suggestions greatly appreciated Thank you in > advance - I'm not familiar with hardware routers, but since this is the router/gateway for your LAN, I assume it includes a firewall. Incoming traceroute packets are always ICMP, but outgoing packets can be anything at all. Win uses ICMP, and FBSD uses UDP. If your firewall is using the default rules, they are likely to be set up for Win with no thought given to Unix. If that is the case, then you need a rule that allows outgoing UDP packets to pass through your gateway in the port range 33434-33523. Bob Hall