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

3rd March 2010, 03:16 PM
|
|
Registered User
|
|
Join Date: May 2004
Location: Canada
Posts: 10

|
|
|
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!
|

3rd March 2010, 05:53 PM
|
 |
Registered User
|
|
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286

|
|
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.
|

3rd March 2010, 09:13 PM
|
|
Registered User
|
|
Join Date: Mar 2010
Posts: 2

|
|
[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
|

3rd March 2010, 10:05 PM
|
|
Registered User
|
|
Join Date: Aug 2009
Location: Waldorf, Maryland
Posts: 6,110

|
|
|
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.
|

3rd March 2010, 10:20 PM
|
 |
Registered User
|
|
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286

|
|
Quote:
Originally Posted by jpollard
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
|

4th March 2010, 02:00 AM
|
|
Registered User
|
|
Join Date: Dec 2007
Posts: 27

|
|
|
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.
|

4th March 2010, 02:50 AM
|
|
Registered User
|
|
Join Date: Jun 2007
Location: Lake Mary, Florida
Age: 48
Posts: 1,082

|
|
|
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
|

4th March 2010, 04:50 AM
|
|
Registered User
|
|
Join Date: Aug 2009
Location: Waldorf, Maryland
Posts: 6,110

|
|
Quote:
Originally Posted by Nokia
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..."
|

4th March 2010, 06:24 AM
|
 |
Registered User
|
|
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286

|
|
Quote:
Originally Posted by jpollard
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.
|

4th March 2010, 12:34 PM
|
|
Registered User
|
|
Join Date: Aug 2009
Location: Waldorf, Maryland
Posts: 6,110

|
|
Quote:
Originally Posted by Nokia
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.
|

4th March 2010, 12:45 PM
|
 |
Registered User
|
|
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286

|
|
Quote:
Originally Posted by jpollard
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.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 19:42 (Saturday, 25-05-2013)
|
|
 |
 |
 |
 |
|
|