You are not logged in.

#1 2009-08-08 05:53:10

Nexploit
Member
Registered: 2008-10-02
Posts: 4

When using a graphical browser, internet speed is abnormally slow

My problem is that when I open up Firefox or Dillo and type in a website it takes anywhere from 20-30 seconds to load the page. However, if I use links, it's instant. When I pacman -Syu any packages that need updating are downloaded with great speed.

It's worth mentioning that when I use Windows Vista, Ubuntu 9.04 Live CD, Fedora 11 Live CD, etc, all work great as far as internet speed is concerend.

Oh, by the way, I'm using DHCP, and this is a fresh install. (I do have some other packages I have installed. Maybe something I installed is doing something to the speed?)

My card if it helps:

bash-4.0# hwdetect --show-net
NET    : mii ppp_generic r8169 slh

Daemons in rc.conf:

syslog-ng network netfs crond

My /etc/hosts file:

#<ip-address>   <hostname.domain.org>   <hostname>
127.0.0.1 valhalla.domain.org localhost.localdomain localhost valhalla

Let me know if you need more information. Any help is appreciated. Thanks!

Offline

#2 2009-08-08 06:20:08

Nexploit
Member
Registered: 2008-10-02
Posts: 4

Re: When using a graphical browser, internet speed is abnormally slow

You know what? It seems it's a problem with DNS lookup. In Dillo the bottom status bar says "DNS resolving example.com". It hangs there, but once it "resolves" it it takes off just fine. How can I get this fixed?

Offline

#3 2009-08-08 07:49:27

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: When using a graphical browser, internet speed is abnormally slow

Try disabling ipV6 per the wiki, and then try changing your nameserver (I do it on my router) to the OpenDNS servers.

Good luck!
Scott

Offline

#4 2009-08-08 08:35:08

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: When using a graphical browser, internet speed is abnormally slow

Welcome to the forum Nexploit!

http://wiki.archlinux.org/index.php/DNS_with_bind
http://wiki.archlinux.org/index.php/Spe … th_dnsmasq

Do you use wifi or wired connection ?

Offline

#5 2009-08-09 06:05:42

Nexploit
Member
Registered: 2008-10-02
Posts: 4

Re: When using a graphical browser, internet speed is abnormally slow

djszapi wrote:

Thanks for the welcome!

I use a wired connection.

Offline

#6 2009-08-09 07:41:54

Statix
Member
From: Hangzhou, China
Registered: 2008-02-16
Posts: 240

Re: When using a graphical browser, internet speed is abnormally slow

A quick local fix for DNS is to set your resolvd.conf to opendns. Comment out your old /etc/resolv.conf and replace it with:

nameserver 208.67.222.222
nameserver 208.67.220.220

Madly in love with Arch64, Openbox, DotA, and of course... penguins!
Happy to help if you're not a Help Vampire. Use your wonderful resources like ArchWiki, Google, and our wonderful search page.

Offline

#7 2009-08-09 19:17:09

Nexploit
Member
Registered: 2008-10-02
Posts: 4

Re: When using a graphical browser, internet speed is abnormally slow

Sweet, that worked! Thanks firecat53, djszapi, and Statix! smile

Offline

#8 2009-08-24 18:11:58

Zapadlo
Member
Registered: 2009-05-30
Posts: 3

Re: When using a graphical browser, internet speed is abnormally slow

Sorry to ressurect the thread but I'm having the exact same issue. However when I try to change resolv.conf it reset back to the default address. Advice?

Offline

#9 2009-08-24 18:40:19

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: When using a graphical browser, internet speed is abnormally slow

Offline

#10 2009-08-24 19:04:57

Zapadlo
Member
Registered: 2009-05-30
Posts: 3

Re: When using a graphical browser, internet speed is abnormally slow

Thank you for your response, however it still appends 'nameserver 192.168.0.1' to resolve.conf and uses that.

Offline

#11 2009-08-25 05:03:22

xsytry
Member
From: Poznan, Poland
Registered: 2008-07-08
Posts: 21

Re: When using a graphical browser, internet speed is abnormally slow

Do you have access to panel of the router that has ip number of 192.168.0.1? If so, try changing its configuration to use opendns as its dns server.

Last edited by xsytry (2009-08-25 05:03:49)


Do, or do not. There is no try. [Yoda]

Offline

#12 2009-08-25 11:35:09

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: When using a graphical browser, internet speed is abnormally slow

Zapadlo wrote:

Thank you for your response, however it still appends 'nameserver 192.168.0.1' to resolve.conf and uses that.

Write the "new" dns server addresses to /etc/resolv.conf.head . That will be put first on resolv.conf and the "new" servers will be used first if available, if not then the dns server found by dhcp will be used instead. This change will stick unlike any direct changes to resolv.conf.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#13 2009-08-25 18:14:50

Zapadlo
Member
Registered: 2009-05-30
Posts: 3

Re: When using a graphical browser, internet speed is abnormally slow

I did write the nameservers to /etc/resolv.conf.head and they went to the top of the /etc/resolv.conf by dhcpcd still connected to the router. Am I supposed to change router settings instead?

Offline

#14 2009-08-25 19:56:18

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: When using a graphical browser, internet speed is abnormally slow

Then it should be using the first server (208.67.222.222), unless it isn't reachable.
Try `nslookup www.google.com` and check which dns server is being queried, just to make sure it is a dns problem and not something else.
Also try to disable ipv6 as it sometimes causes problems.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

Board footer

Powered by FluxBB