From de7bef34baf8e2ca0c3bd20220591c0c2f66fb21 Mon Sep 17 00:00:00 2001 From: brucec Date: Sat, 12 Feb 2011 20:42:53 +0000 Subject: 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 --- share/examples/pf/pf.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'share') diff --git a/share/examples/pf/pf.conf b/share/examples/pf/pf.conf index bd3091b..ad494c7 100644 --- a/share/examples/pf/pf.conf +++ b/share/examples/pf/pf.conf @@ -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) -- cgit v1.1