In /etc/pf.conf I currently have:
icmp_types = "{ echoreq unreach }"
...
pass inet proto icmp icmp-type $icmp_types
pass inet6 proto icmp6
However, I thought maybe it would be prudent to tighten up the IPv6 rule a bit, so I changed it to:
icmp_types = "{ echoreq unreach }"
icmp6_types = "{...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.