is it possible for a host to maintain a tcp connection with two hosts with the same IP?
Posted
by
wenzi
on Server Fault
See other posts from Server Fault
or by wenzi
Published on 2012-12-04T17:01:22Z
Indexed on
2012/12/04
17:08 UTC
Read the original article
Hit count: 186
tcp
I have two hosts A and B and a host(called client here) C C will establish a tcp connection with A, and send http requests to A then A will relay the HTTP requests to B (the relaying may be seconds of delay) and B will spoof its IP address as the IP of A and send http response to C
I know there is sequnce number inconsistency problem, but is it possible to trick the TCP protocol to make the connection viable? thanks!
© Server Fault or respective owner