View Single Post
  #2   (View Single Post)  
Old 19th August 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

Are your PF rules blocking the ntp traffic? If you use a block all as your default, you'll need something similar to:
Code:
pass log proto {udp tcp} from any to any port ntp
pass log proto {udp tcp} from any port ntp to any
Reply With Quote