Frank Gore wrote:
> 
> And for that matter, why are only Linux computers affected? Both the
> Slackware workstation and the RedHat MASQ gateway exhibit this problem,
> but the Windows XP workstation (client) shows no problems at all.. until
> the MASQ gateway clogs up the bandwidth with its own download. Since
> both the server and the Linux client exhibit the problem, my first
> assumption was that this was a server-side issue. But since the Windows
> XP machine is unaffected, that could also mean it's a client issue and
> not a server one. I can't be sure either way, I don't even know where to
> begin to look!!!
> 
> ARGH! This is very frustrating!!! :(
> 
> Frank Gore
> (ready to break down and cry)
> 

Try this (if you have not already):

$IPTABLES --table mangle -A PREROUTING -j TOS --set-tos Normal-Service

This will force all packets to have the same queueing priority.  I know
that different linux services will set the priority to different things
- like max throughput for ftp.  It is just possible that linux is
setting these bits and windows XP is not, and maybe a router downstream
(at your ISP) is queueing them accordingly.

Long shot, and probably won't work, but worth trying.

I ended up using this as well to make sure it all worked:

$IPTABLES --append FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS
--clamp-mss-to-pmtu

--Yan

-- 
Famous first words: My, my, my, my, my!
Jason, age 16 mos, to his older sister

spam killer code kpwq1jkcsEzdx39gnkVvgycd15ayqq

Reply via email to