On Thu, Aug 11, 2005 at 12:07:30AM +0200, Alexis de BRUYN wrote: :Hi everybody, : : : :I recently set up an openbsd 3.7-stable with a custom kernel firewall and
Don't do that. :# $OpenBSD: ntpd.conf,v 1.7 2004/07/20 17:38:35 henning Exp $ : :# sample ntpd configuration file, see ntpd.conf(5) : :# Addresses to listen on (ntpd does not listen by default) : :listen on ::1 IPv6 only. [snip] :The daemon is running (ps -aux). PF rules are correctly configured. I can :see the ntp packets passing the firewall via tcpdump. [snip] :Connecting to fw using SNTP. :Resolved address for fw (192.168.0.254). :Received time (ping 0 ms), error 196463160 ms. :New time: Thursday, February 07, 2036 07:28:16. :timed out waiting for fw. IPv4 address. you want to add "listen on *", if you want to listen on IPv4 addresses.

