RE: HAProxy and FreeBSD CARP failover

2009-07-27 Thread GARRISON, TRAVIS J.
With carp, the IP address should already be bound to the spare server, just not active. If you check the status of CARP on the main server, it should list that IP as active and on the backup server as backup. Might want to verify your configs in CARP. Travis From: Daniel Gentleman

Re: HAProxy and FreeBSD CARP failover

2009-07-26 Thread Willy Tarreau
On Thu, Jul 23, 2009 at 05:44:09PM -0800, Daniel Gentleman wrote: Good idea! I can have the external IP of the domain redirected (with FreeBSD's pf rules) to an internal IP then have HAProxy bind to that internal IP. If the external IP fails over to that second box, HAProxy should already

RE: HAProxy and FreeBSD CARP failover

2009-07-23 Thread John Lauro
Only bind to the port so it doesn’t matter if additional addresses are added or removed. From: Daniel Gentleman [mailto:dani...@chegg.com] Sent: Thursday, July 23, 2009 6:13 PM To: haproxy@formilux.org Subject: HAProxy and FreeBSD CARP failover Hi list. I'd like to set up a redundant

Re: HAProxy and FreeBSD CARP failover

2009-07-23 Thread Daniel Gentleman
Subject: RE: HAProxy and FreeBSD CARP failover Only bind to the port so it doesn’t matter if additional addresses are added or removed. From: Daniel Gentleman [mailto:dani...@chegg.com] Sent: Thursday, July 23, 2009 6:13 PM To: haproxy@formilux.org Subject: HAProxy and FreeBSD CARP