You are not logged in.
Pages: 1
Topic closed
I have noticed in many distributions, including Arch, that certain web sites tend to stall, and this is a TCP window scaling problem specific to Linux. To fix it, run (as root or preceded with "sudo"):
sysctl -w net.ipv4.tcp_window_scaling=0
And it should work.
Source: http://forums.fedoraforum.org/showthread.php?t=127165 (in post #5)
My Rigs:
- Mid-2007 iMac 20", Intel 2GHz Core 2 Duo, 2x1GB DDR2-800, 250GB SATA HDD, and...MIGHTY MOUSE!!! , OSX 10.5 Leopard, ATI Radeon 2400XT 128MB
- HP zv6203cl, AMD Athlon 64 3200 S939, 2x512MB DDR400, 80GB 4200rpm HDD, ATI Radeon Xpress 200M 128MB, Arch i686
- 1986 Gibson SG Junior Cherry Red, Ibanez 15W amp, DigiTech RP250 modeling processor
Offline
Is this a permanent fix? or will we have to run this every boot?
It's nice to be in a peaceful place like this.
Offline
Is this a permanent fix? or will we have to run this every boot?
I don't know if it really works or not, but you could make it permanent by adding it to /etc/sysctl.conf
oz
Offline
I think I had some sites stalling, but not any I remember or have bookmarked, do you know any?
Also, I presume this can be undone with sysctl -w net.ipv4.tcp_window_scaling=1?
Last edited by Procyon (2008-06-11 18:57:47)
Offline
Yeah, you have to put it in /etc/rc.local for it to happen at boot time. But it does work. I have had troubles accessing some parts of my school's website (Ohio State) and resizing the TCP window scaling to 0 fixed the issue.
EDIT: And yes, you can alternatively add it to /etc/sysctl.conf, without the "sysctl -w" of course.
Last edited by kclive18 (2008-06-11 19:45:31)
My Rigs:
- Mid-2007 iMac 20", Intel 2GHz Core 2 Duo, 2x1GB DDR2-800, 250GB SATA HDD, and...MIGHTY MOUSE!!! , OSX 10.5 Leopard, ATI Radeon 2400XT 128MB
- HP zv6203cl, AMD Athlon 64 3200 S939, 2x512MB DDR400, 80GB 4200rpm HDD, ATI Radeon Xpress 200M 128MB, Arch i686
- 1986 Gibson SG Junior Cherry Red, Ibanez 15W amp, DigiTech RP250 modeling processor
Offline
Here's more info for anyone interested:
oz
Offline
I have noticed in many distributions, including Arch, that certain web sites tend to stall, and this is a TCP window scaling problem specific to Linux. To fix it, run (as root or preceded with "sudo"):
sysctl -w net.ipv4.tcp_window_scaling=0
And it should work.
Source: http://forums.fedoraforum.org/showthread.php?t=127165 (in post #5)
For months I had issues with some websites like Amazon and I couldn't do anything on those websites, till now.
Thanks a lot for this fix.
Last edited by maxmoon (2017-04-16 15:07:43)
Offline
maxmoon, Glad it worked for you.
I am now going to use this opportunity to wrap up this 9 year old thread.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Pages: 1
Topic closed