LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-07-2010, 07:53 AM   #1
tebucky
Member
 
Registered: Mar 2004
Posts: 89

Rep: Reputation: 15
Can't load web pages with FF


All,

For some reason I can't load any webpages with FF. I get this error:

Firefox can't establish a connection to the server at en-us.www.mozilla.com.

I can ping everything and ssh and other protocols work just fine. Here is the output of my /etc/resolv.conf file (Comcast)

# Generated by NetworkManager
nameserver 68.87.71.230
nameserver 68.87.73.246

Any thoughts as to what's going on?
 
Old 01-07-2010, 08:15 AM   #2
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

You say that you can ping everything. How? Via IP or name resolution. Try placing another nameserver into the '/etc/resolv.conf' file. You could add;
Code:
nameserver 4.2.2.1
nameserver 4.2.2.2
nameserver 4.2.2.3
nameserver 4.2.2.4
Any of the four Verizon third level DNS to see if it could be a DNS problem.

Code:
# whois 68.87.71.230
Comcast Cable Communications, Inc. JUMPSTART-2 (NET-68-80-0-0-1)
                                  68.80.0.0 - 68.87.255.255
Comcast Cable Communications, Inc. COMCAST-18 (NET-68-87-64-0-1)
                                  68.87.64.0 - 68.87.127.255
You are using Comcast DNS and they are notorious for problems.

Look at using OpenDNS as another reliable server;

Code:
nameserver 208.67.222.222
nameserver 208.67.220.220

ArchLinux_OpenDNS_Wiki
has additional information.



The above link and others can be found at 'Slackware-Links'. More than just SlackwareŽ links!
 
Old 01-07-2010, 09:35 AM   #3
tebucky
Member
 
Registered: Mar 2004
Posts: 89

Original Poster
Rep: Reputation: 15
I can ping by both domain name and IP

I'm behind a LAN sharing the same DNS configuration and I have no issues with my XP box or my mac, just the ubuntu station.

Is this helpful? Here is my new resolv.conf file and I still can access web pages via FF;

# Generated by NetworkManager
nameserver 68.87.71.230
nameserver 68.87.73.246
nameserver 208.67.222.222
nameserver 208.67.220.220
 
Old 01-07-2010, 09:57 AM   #4
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
Quote:
file and I still can access web pages via FF;
Can or can't?
Try 2 things:

1. If you have another browser like konqueror installed try that, this will tell you it's specific to firefox.

2. Try changing the homepage of FF to something like www.google.com as it's possible you are just having problems connecting to the site mentioned in the error.
 
Old 01-07-2010, 10:14 AM   #5
tebucky
Member
 
Registered: Mar 2004
Posts: 89

Original Poster
Rep: Reputation: 15
Sorry, I CAN"T access sites via FF. Thanks for pointing that out.

I don't have another browser installed (nor can I get to one to download ;-) and I've tried reaching multiple sites (google, yahoo) and none of them load.
 
Old 01-07-2010, 10:19 AM   #6
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
What distribution are you using?
 
Old 01-07-2010, 10:20 AM   #7
tebucky
Member
 
Registered: Mar 2004
Posts: 89

Original Poster
Rep: Reputation: 15
So I take some info back... some sites I CAN ping and some I CANNOT. Here is an example:

root@chach:/etc# ping google.com
PING google.com (64.233.169.106) 56(84) bytes of data.
64 bytes from yo-in-f106.1e100.net (64.233.169.106): icmp_seq=1 ttl=243 time=25.1 ms
64 bytes from yo-in-f106.1e100.net (64.233.169.106): icmp_seq=2 ttl=243 time=22.7 ms
64 bytes from yo-in-f106.1e100.net (64.233.169.106): icmp_seq=3 ttl=243 time=23.7 ms
^C
--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 22.718/23.859/25.148/1.005 ms

root@chach:/etc# ping boston.com
PING boston.com (66.151.183.41) 56(84) bytes of data.
^C
--- boston.com ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4032ms
 
Old 01-07-2010, 10:25 AM   #8
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
boston.com isn't pingable right now, whatever it is. I can't ping it either.

What distro?
 
Old 01-07-2010, 10:43 AM   #9
tebucky
Member
 
Registered: Mar 2004
Posts: 89

Original Poster
Rep: Reputation: 15
Ubuntu 9.04
 
Old 01-07-2010, 10:53 AM   #10
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
Have you checked the connection settings in firefox?
PHP Code:
edit-> preferences-> advanced-> connection settings 
For most people at home "no proxy" is the best option.
Was FF working previously or was this a new install? If it was working previously have you updated recently? With Ubuntu re-installing FF is easy enough with synaptic which also goes for isntalling another browser.
 
Old 01-07-2010, 11:31 AM   #11
DrLove73
Senior Member
 
Registered: Sep 2009
Location: Srbobran, Serbia
Distribution: CentOS 5.5 i386 & x86_64
Posts: 1,118
Blog Entries: 1

Rep: Reputation: 129Reputation: 129
When you ping sites. avoid pinging domain names without subdomen. Best is to try pinging www.domain-name (like www.boston.com).
 
Old 01-07-2010, 12:36 PM   #12
tebucky
Member
 
Registered: Mar 2004
Posts: 89

Original Poster
Rep: Reputation: 15
It appears that it was some issue with my firewall (firestarter). I stopped that service and web pages were accessible. So sorry to take up your time and thank you for your help.
 
Old 01-07-2010, 03:33 PM   #13
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Glad to hear you got things going. As the 'OP' you can mark the thread as [Solved] via the thread tools.

 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Some web pages will not load in linux and bsd Tk3thelinuxnewb Linux - Networking 5 12-27-2007 06:50 AM
Cannot load web pages across LAN tp11235 Linux - Networking 10 06-25-2005 10:54 AM
Web pages load slow patisawsome Mandriva 1 02-25-2005 01:39 AM
can't load web pages hvinelinux Mandriva 7 03-01-2004 08:27 PM
Modem Connects - Web Pages Don't Load. rvijay Linux - General 11 09-13-2003 07:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration