Linux w/o checking TCP sequence numbers

2004-09-01 Thread Steve Francis
Not really the right forum for this, but the kindo f thing nanog'ers know: Is there a way to make Linux ignore TCP sequence numbers? My goal is to be able to have a test network with servers that a point real traffic at, mirrored off the live network. Of course, only the live servers will be

Re: Linux w/o checking TCP sequence numbers

2004-09-01 Thread Petri Helenius
Steve Francis wrote: Not really the right forum for this, but the kindo f thing nanog'ers know: Is there a way to make Linux ignore TCP sequence numbers? You want to RTFS tcp_data_queue in tcp_input.c. However, even if you get what you ask for you don't get what you wish to accomplish. Pete