View previous topic :: View next topic |
Author |
Message |
djh-world Apprentice
Joined: 04 Jan 2004 Posts: 281 Location: Nottingham, UK
|
Posted: Tue Jul 27, 2004 12:56 pm Post subject: Problems with internet browsing speed |
|
|
Hello there,
I'm connected to the internet through broadband (600kbps) and recently I've been experiancing a strange problem with internet browsing speeds being exceptionally slow compared to what they used to be, this is evident on sites such as Hotmail and image-heavy websites.
At first I thought this was NTL's (my ISP) fault, but then it occured to me that I only experience this "slowness" on internet browsing, downloading is fine, all of my download's seemed to max out on 70kbps.
After having a search on the forums, I have seen that many people have experienced the same problem with internet browsing, and they reccomended that they should try this: -
Code: |
# ifconfig eth0 mtu 1472
|
It was a joy to find out this worked pretty smoothly and now accessing sites was a joy, until I restarted the machine, then it was back to square one, browsing was becoming slow again, until I had to go through the process of typing in the above command again to get it working.
Is there anyway of setting the "mtu" on startup? |
|
Back to top |
|
|
nobspangle Veteran
Joined: 23 Mar 2004 Posts: 1318 Location: Manchester, UK
|
Posted: Tue Jul 27, 2004 1:36 pm Post subject: |
|
|
If you are using a static IP you can add the mtu command in /etc/conf.d/net if you use a dynamic IP then stick the mtu command in local.start so that it is run at boot or create your own init.d script and add it to startup with rc-update |
|
Back to top |
|
|
djh-world Apprentice
Joined: 04 Jan 2004 Posts: 281 Location: Nottingham, UK
|
Posted: Tue Jul 27, 2004 2:01 pm Post subject: |
|
|
nobspangle wrote: | If you are using a static IP you can add the mtu command in /etc/conf.d/net if you use a dynamic IP then stick the mtu command in local.start so that it is run at boot or create your own init.d script and add it to startup with rc-update |
The thing is, I don't know if I'm using a static IP, I'm not a very clued up on this whole internet thing.
I use a router if that counts? My IP for that is just 192.168.1.101 |
|
Back to top |
|
|
amasidlover Apprentice
Joined: 16 Jun 2002 Posts: 293 Location: Manchester, UK
|
Posted: Tue Jul 27, 2004 2:36 pm Post subject: |
|
|
You could just add it to /etc/conf.d/local.start , then make sure that local is enabled as a service. |
|
Back to top |
|
|
bluedevils Apprentice
Joined: 21 Jul 2004 Posts: 252 Location: Vancouver BC -> NYC, NY
|
Posted: Tue Jul 27, 2004 3:02 pm Post subject: |
|
|
If you didn't have to set the IP, then you are most likely dhcp. You're /etc/conf.d/net should show your settings. |
|
Back to top |
|
|
kpack Tux's lil' helper
Joined: 29 Mar 2004 Posts: 137
|
Posted: Tue Jul 27, 2004 10:38 pm Post subject: |
|
|
It could be a DNS problem.
If you have bind tools installed, trying resolving something from the command line:
host google.com
or
dig google.com
If that takes a long time, then it may be that your primary name server is down, and all dns searches are timing out on the primary server before working on the backup server. |
|
Back to top |
|
|
|