Networking Forums

Networking Forums > Computer Networking > Linux Networking > TCP-High Availability

Reply
Thread Tools Display Modes

TCP-High Availability

 
 
Jarek
Guest
Posts: n/a

 
      06-29-2007, 01:14 PM
Hi all!

I'm looking for solution to provide full redundancy on TCP layer. The
goal is to have two servers working in some kind of cluser, sharing same
IP address and able to continously operate TCP connections.
My idea is like the following: active, master server is responding to
TCP, sending ACK etc, and simultenously sending confirmations to slave
machine. If the master will crash, slave should switch to active state
and continue on same TCP connection.

Question: is there some ready solution ? I suspect, that some hacker
tool for "man in the middle" attacks should work in simmilar way, but i
didn't find anything interesting.
Additional question: is there any way to setup connection state in
linux TCP stack, so it will be able to continue connection ?

best regards
Jarek
 
Reply With Quote
 
 
 
 
Burkhard Ott
Guest
Posts: n/a

 
      06-29-2007, 01:48 PM
Am Fri, 29 Jun 2007 15:14:10 +0200 schrieb Jarek:

> Hi all!
> Question: is there some ready solution ? I suspect, that some hacker

heartbeat, vrrpd,carp
or
http://www.google.com/search?q=linux+high+availability
 
Reply With Quote
 
Jarek
Guest
Posts: n/a

 
      06-29-2007, 02:29 PM
Burkhard Ott wrote:
> Am Fri, 29 Jun 2007 15:14:10 +0200 schrieb Jarek:
>
>> Hi all!
>> Question: is there some ready solution ? I suspect, that some hacker

> heartbeat, vrrpd,carp
> or
> http://www.google.com/search?q=linux+high+availability


Unfortunetely, no one from suggested solutions is able to provide HA on
TCP level. If active server fails, all pending TCP connections will die.
I want to keep TCP connection open. The client shouldn't see that
something happend...

best regards
Jarek
 
Reply With Quote
 
Burkhard Ott
Guest
Posts: n/a

 
      06-29-2007, 02:36 PM
Am Fri, 29 Jun 2007 16:29:10 +0200 schrieb Jarek:

> Unfortunetely, no one from suggested solutions is able to provide HA on
> TCP level. If active server fails, all pending TCP connections will die.
> I want to keep TCP connection open. The client shouldn't see that
> something happend...


Then vrrpd with syncd ist the right for you, place also a loadbalancer in
front of the server and nobody can see if one server fails.
(described on linux-ha.org)
cheers
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What is your favorite method to troubleshoot high-bandwidth/high latency networks? Spin Windows Networking 15 05-07-2009 08:04 PM
high-availability: LVS vs HAProxy question doktora Linux Networking 1 04-30-2008 01:22 PM
high ping latency correlation with high server activity Tal Bar-Or Windows Networking 0 04-29-2008 08:08 AM
High-availability bonding .. what's the problem? Heiko Gerstung Linux Networking 1 01-24-2005 04:06 PM
wireless problem: high bandwidth but high latency Dan Christensen Linux Networking 1 01-19-2005 02:40 PM



1 2 3 4 5 6 7 8 9 10 11