Re: CARP + multiple addresses

2008-06-23 Thread Ingo Flaschberger
Patch was removed by mailinglist, use this link instead: http://xip.at/~transfer/ucarp-1.5_if.tar.bz2 Kind regards, ingo flaschberger geschaeftsleitung --- netstorage-crossip-flat:fee powered by crossip communications gmbh --- sebastian kn

Re: CARP + multiple addresses

2008-06-19 Thread Ingo Flaschberger
Hi, problems with carp: *) freebsd only allows 1 route -> with a routing-protocol at the ucarp-machine carp can not add the 2nd own route *) carp can/could not use more than 1 subnet *) carp can/could not bind to an interface *) in a router environment carp fails to add routes

Re: CARP + multiple addresses

2008-06-19 Thread Oliver Fromme
Peter Jeremy wrote: > On 2008-Jun-12 17:26:25 +0200, Oliver Fromme <[EMAIL PROTECTED]> wrote: > > So far it seems to work fine with CARP, but now it turned > > out that I need another address from a different subnet > > which also needs to access the database. What's the best > > way to do th

Re: CARP + multiple addresses

2008-06-12 Thread Peter Jeremy
On 2008-Jun-12 17:26:25 +0200, Oliver Fromme <[EMAIL PROTECTED]> wrote: >So far it seems to work fine with CARP, but now it turned >out that I need another address from a different subnet >which also needs to access the database. What's the best >way to do that? Add a second IP address to the exi

CARP + multiple addresses

2008-06-12 Thread Oliver Fromme
Hi, I'm building a fail-over setup with two database servers, so when the first one fails, the second takes over. The data is replicated. So far it seems to work fine with CARP, but now it turned out that I need another address from a different subnet which also needs to access the database. Wh