View Single Post
  #6   (View Single Post)  
Old 15th February 2010
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

Please post the output of the following command:
Code:
 grep '^[^#]' /etc/freebsd-update.conf
The '^[^#]' selects only the lines that do not start with a '#' (comment).
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote