On 2008/10/20 14:19, Vivek Ayer wrote: > I'll give that a shot. But in the meanwhile, it appears ntpd doesn't > listen on the carp interface.
unlikely, unless you restricted in the "listen on..." line. $ grep ^listen /etc/ntpd.conf listen on * $ ifconfig carp83|grep -w inet inet 195.95.187.83 netmask 0xffffffe0 broadcast 195.95.187.95 $ fstat|grep 195.95.187.83:123 _ntp ntpd 19169 16* internet dgram udp 195.95.187.83:123 > Could this also be due my current pf.conf? most likely - the suggestion I made will show you for sure (I think running tcpdump on pflog is the single most useful tool to help debug problems with a PF ruleset).