linux: upload / download difference on network shares

Posted by Batsu on Server Fault See other posts from Server Fault or by Batsu
Published on 2012-12-17T08:26:34Z Indexed on 2012/12/20 11:04 UTC
Read the original article Hit count: 196

I have a Red Hat Enterprise Linux 6 (with SELinux) which shows significant differences of speed between download and upload (the latter significantly slower) of files shared over the LAN.

The bottleneck seems to be the output of the linux machine since I have a rate around 1Mb/s

  • when WinXP machines download files shared (using samba) by the RHEL machine
  • uploading files from the RHEL to a WinXP's shared folder

while

  • uploading from the XP machines to linux's shares
  • downloading XPs' shares on the RHEL
  • any share between Windows machines only

run smooth (around 50Mb/s).

Since the upload from RHEL to WinXP's share is slowed too I would exclude an issue in the configuration of samba.

What could possibly determine this limit in the upload speed?

update: iptables doesn't show any output rule and disabling it doesn't show any noticeable difference, so I would rule out it too.

© Server Fault or respective owner

Related posts about linux

Related posts about network-share