View Single Post
Old 19th June 2011
Dr-D's Avatar
Dr-D Dr-D is offline
Port Guard
 
Join Date: Jun 2011
Posts: 43
Default

I'm trying to reproduce without changing anything major first to see if it was a one time fluke or if it is something that is recurring. Of course I did change the pf.conf file by removing these lines:

tcp_services="{ 22, 113 }"
icmp_types="echoreq"
pass in on egress inet proto tcp from any to (egress) port $tcp_services
pass in inet proto icmp all icmp-type $icmp_types

Could any one or more of those lines caused it to lock up?
Reply With Quote