Reply
 
Thread Tools Display Modes
  #1  
Old 07-26-2006, 01:48 AM
tommyjohn tommyjohn is offline
Junior Member
 
Join Date: Jul 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Slow internet web surfing painful (solved)
I cant believe it surfing the web is painful using pc-bsd the web pages take between 1 minute or 30 seconds to load most of the time 1 minute.
my win xp home box is moving right along with no problems.i have used konqueror,opera and firefox with the same results 1 minute loading of web pages.the pc-bsd and win xp box are behind smoothwall firewall and are connected to a switch.my isp is earthlink dsl.someone help me please!.
Reply With Quote
  #2  
Old 07-26-2006, 02:03 AM
mal.exe mal.exe is offline
Senior Member
 
Join Date: Aug 2005
Posts: 804
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to mal.exe
Default
Can you ping http://www.pcbsd.org with both your pcbsd box, and the windows box. Then compare the results
Reply With Quote
  #3  
Old 07-26-2006, 08:01 AM
antik's Avatar
antik antik is offline
Super Moderator
 
Join Date: Jul 2005
Location: Estonia
Posts: 3,610
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Slow internet web surfing painful
Originally Posted by tommyjohn
I cant believe it surfing the web is painful using pc-bsd the web pages take between 1 minute or 30 seconds to load most of the time 1 minute.
my win xp home box is moving right along with no problems.i have used konqueror,opera and firefox with the same results 1 minute loading of web pages.the pc-bsd and win xp box are behind smoothwall firewall and are connected to a switch.my isp is earthlink dsl.someone help me please!.
This is DNS problem I think. Look at /etc/resolv.conf file and ping hosts found there. If first host is not pingable, then second one is used after 60 seconds of timeout. Delete first one or check your smoothwall firewall dns/dhcp config.
__________________
"All parts should go together without forcing. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer." -- IBM maintenance manual, 1975
Reply With Quote
  #4  
Old 07-26-2006, 12:41 PM
DragnLord DragnLord is offline
Senior Member
 
Join Date: Feb 2006
Location: C'ville, Va.
Posts: 695
Thanks: 0
Thanked 0 Times in 0 Posts
Default
if you connect through a router:
kill the running dhclient processes (there are 2, one as root, one as _dhcp)
Code:
ps aux | grep dhc
get the router's nameservers (primary and secondary)
edit /etc/resolv.conf to include your isp's nameservers at the top of the list

my resolv.conf that works great through earthlink:
Code:
nameserver 208.33.159.39
nameserver 199.2.252.10
__________________
add [SOLVED] to topics with solutions
psearch: use it, love it
Reply With Quote
  #5  
Old 07-26-2006, 08:41 PM
tommyjohn tommyjohn is offline
Junior Member
 
Join Date: Jul 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Slow web surfing
I changed the nameserver put the primary to the top now it seems pc-bsd web surfing is faster than my win xp box that is fine with me. Thanks!
Reply With Quote
  #6  
Old 08-03-2006, 06:45 PM
Thulemanden Thulemanden is offline
Senior Member
 
Join Date: Jun 2006
Location: Copenhagen, Denmark
Posts: 329
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Slow internet web surfing painful
Originally Posted by tommyjohn
I cant believe it surfing the web is painful using pc-bsd the web pages take between 1 minute or 30 seconds to load most of the time 1 minute.
Try using Opera over Konqueror.
__________________
“Computers are useless. They can only give you answers.”
~ Pablo Picasso
Reply With Quote
  #7  
Old 08-05-2006, 06:47 PM
Apatewna Apatewna is offline
Senior Member
 
Join Date: May 2006
Location: Greece
Posts: 1,141
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Apatewna Send a message via MSN to Apatewna Send a message via Yahoo to Apatewna
Default
This is one of the things that was clarified to me by an MS admin.

When you are specifying multiple DNS servers on your configuration, you cannot expect yourself to be fully safe over name resolution issues.

The second/third/fourth DNS server will ONLY be contacted, IF the primary DNS server is not responding. Your client WILL NOT ask all the DNS servers in a row until it gets an answer that it likes (ie resolving a domain name).

On windows machines after changing the DNS entries always do a
Code:
 c:\> ipconfig/flushdns
to clear the local DNS cache.

I recently had to switch my DNS entries because of the same behaviour. Many providers have multiple DNS servers scattered arround the geographical area of a country, for faster access. It would be wise to use closest DNS servers.
__________________
RTFM and STFW before anything bad happens

Please read and UNDERSTAND these pages before posting:
http://www.catb.org/~esr/faqs/smart-questions.html
http://en.wikipedia.org/wiki/Netiquette
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Slow as death internet. - DNS lookups [solved] piggy General Questions 4 08-05-2009 11:11 PM
Slow to boot up - ATA PseudoRAID ? [Solved] pheet FreeBSD Help 33 01-23-2008 07:55 AM
My Internet is so slow :( telefonmann Networking 7 04-15-2007 07:05 PM
[Solved] Slow internet Den Andere General Questions 39 11-02-2006 03:53 PM
Slow Internet Connection General Questions 8 12-28-2005 12:56 PM


All times are GMT. The time now is 05:06 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.