Date: Tue, 09 Jan 2001 00:03:28 -0600 From: blaz <blaz@satx.rr.com> To: freebsd-questions@freebsd.org Subject: traceroute Message-ID: <3A5AA9B0.1A5EB35C@satx.rr.com>
index | next in thread | raw e-mail
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
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A5AA9B0.1A5EB35C>
