Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 3rd March 2010, 03:16 PM
minkwe Offline
Registered User
 
Join Date: May 2004
Location: Canada
Posts: 10
windows_vistafirefox
Strange Internet problem after update

After a recent update and reboot, I can no longer access the internet.

Typing www.google.com in firefox or elinks results in firefox/links complaining about the server not found. However, I can find the server by using dig on the command line. I have checked the DNS configuration in resolve.conf and it is exactly the same as on a RHEL 5 system connects fine. The strange thing is, I can connect to other local machines in my domain just fine but can not connect to any other machine ont he internet on this one Fedora 12 host even though I can on all other machines!

Help!
__________________
Tobacco is a dirty weed! It makes you mean, it makes you lean, it's that worst damn thing I've ever seen. But I like it!
Reply With Quote
  #2  
Old 3rd March 2010, 05:53 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
linuxfirefox
Try this
Code:
su -
* echo "nameserver 208.67.222.222" | tee -a /etc/resolv.conf
* yum update --enablerepo=u*g
* reboot


---------- Post added at 07:53 PM CST ---------- Previous post was at 07:50 PM CST ----------

P.S. Upon editing a typo, a * appears before each command --on my box at least. Ignore it.
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #3  
Old 3rd March 2010, 09:13 PM
egstern Offline
Registered User
 
Join Date: Mar 2010
Posts: 2
linuxubuntufirefox
[QUOTE=Nokia;1336831]Try this
Code:
su -
* echo "nameserver 208.67.222.222" | tee -a /etc/resolv.conf
* yum update --enablerepo=u*g
* reboot
[COLOR="Silver"]

---------- Post added at 07:53 PM CST ---------- Previous post was at 07:50 PM CST ----------

Would you care to explain what you're you are trying to accomplish with this, such as what is supposed to be updated?

This sounds a lot like my problem: http://forums.fedoraforum.org/showthread.php?t=241450

egstern
Reply With Quote
  #4  
Old 3rd March 2010, 09:36 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
linuxfirefox
1. I missed the DNS statement of the OP
2. This is in testing repo*
http://admin.fedoraproject.org/updat...t20100202.fc11
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #5  
Old 3rd March 2010, 10:05 PM
jpollard Online
Registered User
 
Join Date: Aug 2009
Location: Waldorf, Maryland
Posts: 6,110
linuxfedorafirefox
Check your /etc/nsswitch.conf file.

Dig goes directly to DNS, and bypasses host table lookup (gethostbyname...) as
I remember it....

/etc/nsswitch.conf is used to control how gethostbyname (and other library calls)
use the /etc/host file and/or DNS.

The entry for host lookups on my system is:
hosts: files dns

which means it first looks in the /etc/host file, then references DNS.
Reply With Quote
  #6  
Old 3rd March 2010, 10:20 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
linuxfirefox
Quote:
Originally Posted by jpollard View Post
Check your /etc/nsswitch.conf file.

Dig goes directly to DNS, and bypasses host table lookup (gethostbyname...) as
I remember it....

/etc/nsswitch.conf is used to control how gethostbyname (and other library calls)
use the /etc/host file and/or DNS.

The entry for host lookups on my system is:
hosts: files dns

which means it first looks in the /etc/host file, then references DNS.
So mine is...somewhat "dead" before querying the DNS ?*
Code:
hosts:      files mdns4_minimal [NOTFOUND=return] dns
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #7  
Old 4th March 2010, 02:00 AM
arirushan Offline
Registered User
 
Join Date: Dec 2007
Posts: 27
windows_xp_2003safari
Same problem here.

I can ping to google.com but all service required internet connection is not working.
if I open chrome and I type google.com in the address bar this is what I got:

Error 105 (net::ERR_NAME_NOT_RESOLVED): The server could not be found.

Fortunatelly I have virtualbox installed and connection from winXP inside VBox working just fine.

but how can I fix this because yum update also not working now.

Please somebody help.
Reply With Quote
  #8  
Old 4th March 2010, 02:50 AM
scott32746 Offline
Registered User
 
Join Date: Jun 2007
Location: Lake Mary, Florida
Age: 48
Posts: 1,082
windows_xp_2003firefox
Hello,
Maybe your gateway is missing
# netstat -rn
Check /etc/resolv.conf for
nameserver 8.8.8.8 --> google
search xxx.com
domain xxx.com
Reply With Quote
  #9  
Old 4th March 2010, 04:50 AM
jpollard Online
Registered User
 
Join Date: Aug 2009
Location: Waldorf, Maryland
Posts: 6,110
linuxfedorafirefox
Quote:
Originally Posted by Nokia View Post
So mine is...somewhat "dead" before querying the DNS ?*
Code:
hosts:      files mdns4_minimal [NOTFOUND=return] dns
Try putting the "dns" in front of "mdns4_minimal..."
Reply With Quote
  #10  
Old 4th March 2010, 06:24 AM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
linuxfirefox
Quote:
Originally Posted by jpollard View Post
Try putting the "dns" in front of "mdns4_minimal..."
I was trying to say that my connection works in spite of the strange default settings. Wondered how is this possible.
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #11  
Old 4th March 2010, 12:34 PM
jpollard Online
Registered User
 
Join Date: Aug 2009
Location: Waldorf, Maryland
Posts: 6,110
linuxfedorafirefox
Quote:
Originally Posted by Nokia View Post
I was trying to say that my connection works in spite of the strange default settings. Wondered how is this possible.
Oh. sorry for the confusion.

It depends on what the mdns4_minimal plugin returns. The way I interpret
"NOTFOUND=return" is as follows (from http://www.unixguide.net/sun/faq/4.03.shtml)

Quote:
Briefly, [NOTFOUND=return] means
that the name service whose entry it follows should be
considered authoritative (so that if it's up and it says such a
name doesn't exist, believe it and return instead of continuing
to hunt for an answer).
If mdns4_minimal isn't up, then try DNS. Now, I did a brief search for
what "mdns4_minimal" was used for and didn't find anything.
Reply With Quote
  #12  
Old 4th March 2010, 12:45 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
linuxfirefox
Quote:
Originally Posted by jpollard View Post
Oh. sorry for the confusion.

It depends on what the mdns4_minimal plugin returns. The way I interpret
"NOTFOUND=return" is as follows (from http://www.unixguide.net/sun/faq/4.03.shtml)



If mdns4_minimal isn't up, then try DNS. Now, I did a brief search for
what "mdns4_minimal" was used for and didn't find anything.
See
Code:
less /usr/share/doc/nss-mdns-0.10/README
I'm still puzzled though. I'm trying to fine a reasonable argument for this package to be installed/running along dhclient.
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
Reply

Tags
dns, networking, update

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
A strange problem during update STEVE555 Fedora 12 Alpha, Beta & Release Candidates 3 22nd July 2009 03:32 AM
Strange internet problem sarwat Using Fedora 5 19th October 2006 01:59 AM
Strange internet problem ThaRealest Servers & Networking 3 9th October 2006 03:22 PM
Strange Internet Problem Themodem Using Fedora 2 15th May 2006 04:57 PM


Current GMT-time: 19:42 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat