Date: Tue, 04 Jan 2000 19:30:51 -0600 From: Kevin Weiss <kweiss@jump.net> To: freebsd-questions@freebsd.org Subject: ping and "simple" firewall conflict with internal IP's Message-ID: <4.1.20000104192010.00929100@pop.jump.net>
index | next in thread | raw e-mail
I just added the following ipfw command to my "simple" firewall:
$fwcmd add pass icmp from any to any
I can't ping out until I comment out:
$fwcmd add deny all from 192.168.0.0:255.255.0.0 to any via ${oif}
$fwcmd add deny all from any to 192.168.0.0:255.255.0.0 via ${oif}
My internal hosts are using the 192.168.x.x addresses, but is there
a way to allow the ping command while denying any external hosts
with the 192.168.x.x addresses?
Thanks in advance,
Kevin Weiss
kweiss@jump.net
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.1.20000104192010.00929100>
