From owner-freebsd-questions Mon Jan 8 22: 3:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sm5.texas.rr.com (unknown [24.93.35.219]) by hub.freebsd.org (Postfix) with ESMTP id 8E15637B400 for ; Mon, 8 Jan 2001 22:03:28 -0800 (PST) Received: from satx.rr.com (cs160144-62.satx.rr.com [24.160.144.62]) by sm5.texas.rr.com (8.11.0/8.11.1) with ESMTP id f096vpe22354 for ; Tue, 9 Jan 2001 00:57:51 -0600 Message-ID: <3A5AA9B0.1A5EB35C@satx.rr.com> Date: Tue, 09 Jan 2001 00:03:28 -0600 From: blaz X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.0 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: traceroute Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG greetings, my ipfw rules on traceroute are as follows: # TRACEROUTE - Allow outgoing ${fwcmd} add pass udp from any to any 33434-33523 out via ${oif} my firewall is able to use traceroute, but my internal LAN is not. My interfaces are as follows: # set these to your outside interface network and netmask and ip oif="xl0" onet="24.160.144/23" omask="255.255.255.255" oip="24.160.144.62" # set these to your inside interface network and netmask and ip iif="xl1" inet="192.168.2.0/24" imask="255.255.255.0" iip="192.168.2.1" any help would be greatly appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message