svn commit: r218620 - head/share/examples/pf

Bruce Cran brucec at FreeBSD.org
Sat Feb 12 20:42:54 UTC 2011


Author: brucec
Date: Sat Feb 12 20:42:53 2011
New Revision: 218620
URL: http://svn.freebsd.org/changeset/base/218620

Log:
  If the pf.conf(5) example file is copied when setting up a firewall it's
  easy to forget about icmp. Update the file to show allowing icmp through
  the firewall.
  
  PR:	docs/144986
  MFC after:	1 month

Modified:
  head/share/examples/pf/pf.conf

Modified: head/share/examples/pf/pf.conf
==============================================================================
--- head/share/examples/pf/pf.conf	Sat Feb 12 20:28:15 2011	(r218619)
+++ head/share/examples/pf/pf.conf	Sat Feb 12 20:42:53 2011	(r218620)
@@ -32,3 +32,4 @@
 #pass in on $ext_if proto tcp to ($ext_if) port ssh
 #pass in log on $ext_if proto tcp to ($ext_if) port smtp
 #pass out log on $ext_if proto tcp from ($ext_if) to port smtp
+#pass in on $ext_if proto icmp to ($ext_if)


More information about the svn-src-head mailing list