Subject: Re: ntp & ipf?
To: Jan Danielsson <jan.danielsson@gmail.com>
From: Adrian Portelli <adrianp@stindustries.net>
List: netbsd-users
Date: 08/24/2005 09:40:19
Jan Danielsson wrote:
> Hello all,
> 
> I'm trying to get ntp working through a firewall.

Hi,

Try this:

$ ntpq 127.0.0.1
ntpq> pe

What might be happening is that ntpq is trying to talk to your IPv6
localhost address (::1) and I'm guessing you don't have and ipf6.conf.
Also, enable ipmon (ipmon=YES in rc.conf) to log drops and tail that
when your trying.  This should help you better identify what's going on.

adrian.