Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2011 21:46:03 +0000 (UTC)
From:      Bruce Cran <brucec@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r218759 - stable/7/share/examples/pf
Message-ID:  <201102162146.p1GLk3T6085144@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brucec
Date: Wed Feb 16 21:46:03 2011
New Revision: 218759
URL: http://svn.freebsd.org/changeset/base/218759

Log:
  MFC r218620:
  
  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

Modified:
  stable/7/share/examples/pf/pf.conf
Directory Properties:
  stable/7/share/examples/   (props changed)

Modified: stable/7/share/examples/pf/pf.conf
==============================================================================
--- stable/7/share/examples/pf/pf.conf	Wed Feb 16 21:41:44 2011	(r218758)
+++ stable/7/share/examples/pf/pf.conf	Wed Feb 16 21:46:03 2011	(r218759)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102162146.p1GLk3T6085144>