Networking Forums

Networking Forums > Computer Networking > Linux Networking > Packages are lost (Linux Mandrake)

Reply
Thread Tools Display Modes

Packages are lost (Linux Mandrake)

 
 
Bart de Koning
Guest
Posts: n/a

 
      06-07-2004, 07:10 PM
Hi,

I'm running a web and SSH server on Linux Mandrake.
The problem is that with some connections it is not possible
to send data from the server to the client.
This happens with (just a guess) 1% of the clients. All the
other clients can contact the server.
The setup is:
- Server on a routed subnet (ADSL connection) running Apache
- One client with an ADSL running XP is unable to connect

When I monitor the dataflow to the client with TCPDUMP on linux and
windump on the XP computer I see the following (there is no problem
with the client setup. I plugged my own laptop into his hetwork, and the
same happens):
- A data connection is made. On the server side all the data is queued
in the TCPstack. When I type 'netstat' I see the data and the status is
FIN_WAIT1. Apache logging is normal.
- With TCPDUMP I see
client -> server SYN
Ser -> cli SYN ACK
Cli -> Ser ACK
Cli -> Ser sends 458 datawords (GET index.html I guess)
Ser -> Cli ACK (*1)
Ser -> Cli sends data (frame 1..1403) (*2)
Ser -> Cli sends data (frame 1403..2805)

The data from *2 is being repeated all the time because the
server couldn't recie an ACK from the client.
From *1 the data is lost. The (Ser -> Cli ACK (*1)) is the last
package the client recieves.
The MTU size of the server is 1500; no ECN is used.

What can go wrong. The same thing happens when a SSH session is
opened....


Thanks in advance,

Bart
 
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
upgrade/instal/uninstal packages linux box safety issue Vinay Nagrik Linux Networking 0 11-01-2006 06:54 PM
Linux sniffering packages molina Linux Networking 1 03-08-2005 05:29 PM
Network Everywhere USB with Mandrake Linux Frank Dowling Wireless Internet 1 08-25-2004 02:35 AM
Red Hot Linux v9.0 [2 DVDs]. Red Hot Linux v9.0 [3 CDs]. Redhat Enterprise Linux ES v3.0 REPACK [4 CDs]. Mandrake Linux 9.2 [3 CDs] -new ! TEL Linux Networking 0 12-01-2003 12:06 PM
Red Hot Linux v9.0 [2 DVDs]. Red Hot Linux v9.0 [3 CDs]. Redhat Enterprise Linux ES v3.0 REPACK [4 CDs]. Mandrake Linux 9.2 [3 CDs] - new ! TEL Linux Networking 0 11-29-2003 11:27 AM



1 2 3 4 5 6 7 8 9 10 11