* Nice Daemon <nicedae...@googlemail.com> [2009-08-13 16:04]:
> Hi list,
> 
> getting nearer to the point of deployment of a really nice relayd/pf/pfsync
> setup I came across an issue.
> 
> I'd like to run ntpd to syncronize against ntp servers that are in our
> network.
> 
> However, it only works on the machine with *active* carp interface(s).
> 
> On the machine with carp interface(s) in backup state following happens
> (found using tcpdump):
> 
> ntpd sends out packets to the ntp server on the (backup!) carp interface and
> thus the reply of the ntp server goes to an IP address that's not in use on
> the questioning machine.

that really sounds like your routes are messed up. assuming 10/24, you
should have sth like
10.0.0.1/24 on node1 phys
10.0.0.2/24 on node2 phys
10.0.0.3/32 on carp
note the netmask. you want a /32 on the carp if, always except when
the phys interfaces do not have an IP from the subnet in question.

-- 
Henning Brauer, h...@bsws.de, henn...@openbsd.org
BS Web Services, http://bsws.de
Full-Service ISP - Secure Hosting, Mail and DNS Services
Dedicated Servers, Rootservers, Application Hosting - Hamburg & Amsterdam

Reply via email to