Subscribe to How-To Geek

Welcome to the How-To Geek Forums

We encourage you to register on our forums and post any questions you might have. The How-To Geeks monitor this forum and will respond to your question quickly.

How-To Geek Forums » Linux

Extremely slow internet in Ubuntu 8.04

(2 posts)
  • Started 3 months ago by Xeeon
  • Latest reply from bamsan
  • Topic Viewed 1172 times


Xeeon
Posts: 1

All right, I installed Ubuntu 8.04, and unlike 7.04, I have a huge problem with slow internet...

I've disabled IPv6 in Ubuntu and Firefox, and it still goes really slow (5 minutes to load google..)

someone help?

Posted 3 months ago #
 
bamsan
bamsan
Posts: 80

You have to open your /etc/sysctl.conf file.

sudo gedit /etc/sysctl.conf

Scroll to the bottom and just add these lines to it.

net.core.rmem_default = 524288
net.core.rmem_max = 524288
net.core.wmem_default = 524288
net.core.wmem_max = 524288
net.ipv4.tcp_wmem = 4096 87380 524288
net.ipv4.tcp_rmem = 4096 87380 524288
net.ipv4.tcp_mem = 524288 524288 524288
net.ipv4.tcp_rfc1337 = 1
net.ipv4.ip_no_pmtu_disc = 0
net.ipv4.tcp_sack = 1
net.ipv4.tcp_fack = 1
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_ecn = 0
net.ipv4.route.flush = 1

run the sysctl to take effect.

sudo sysctl -p

That's it. It works with my adsl connection. For complete article about this, u can google 'speedup ubuntu'
There are numerous blogs explaining things like this

hope this helps

Posted 3 months ago #
 

RSS feed for this topic

Reply

You must log in to post.

Sponsored Links
Getting Started
About How-To Geek
Popular Articles

Copyright © 2006-2008 HowToGeek.com. All Rights Reserved.