Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Mar 2010 23:50:03 GMT
From:      Glen Barber <glen.j.barber@gmail.com>
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/144986: [pf] pf.conf example should show allowing icmp through firewall
Message-ID:  <201003312350.o2VNo33i070669@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/144986; it has been noted by GNATS.

From: Glen Barber <glen.j.barber@gmail.com>
To: bug-followup@FreeBSD.org, bruce@cran.org.uk
Cc:  
Subject: Re: docs/144986: [pf] pf.conf example should show allowing icmp
 through firewall
Date: Wed, 31 Mar 2010 19:45:08 -0400

 --r5Pyd7+fXNt84Ff3
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 The attached patch adds the ICMP rule to pf.conf.
 
 Regards,
 
 -- 
 Glen Barber
 
 --r5Pyd7+fXNt84Ff3
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="src.pf.pf.conf.txt"
 
 Index: /usr/src/share/examples/pf/pf.conf
 ===================================================================
 --- /usr/src/share/examples/pf/pf.conf	(revision 205980)
 +++ /usr/src/share/examples/pf/pf.conf	(working copy)
 @@ -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)
 
 --r5Pyd7+fXNt84Ff3--



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