Date: Thu, 01 Dec 2011 17:25:04 -0600 From: Tim Daneliuk <tundra@tundraware.com> To: FreeBSD Mailing List <freebsd-questions@freebsd.org> Subject: ipfw And ping Message-ID: <4ED80CD0.8070709@tundraware.com>
next in thread | raw e-mail | index | archive | help
I have a fairly restrictive ipfw setup on a FBSD 8.2-STABLE machine.
Pings were not getting through so I added this near the top
of the rule set:
#####
# Allow icmp
#####
${FWCMD} add allow icmp from any to any
It does work but, two questions:
1) Is there a better way?
2) Will this cause harm or otherwise expose the server to some vulnerability?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4ED80CD0.8070709>
