LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 03-16-2007, 10:24 PM   #1
tron_thomas
Member
 
Registered: May 2004
Posts: 221

Rep: Reputation: 30
No network after yum update


I am running Fedora Core 6 on a Pentium IV system. I recently performed a yum update.

After rebooting the system, I can no longer access any network resources whether they are on my local net or the Internet.

When I try to ping a local system I get a response saying the network is unreachable.

If I try to ping something on the Internet I get a response saying the host is unkown.

What steps can I take toward troubleshooting and resolving this problem?
 
Old 03-17-2007, 04:01 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
can you show us the output of "/sbin/ifconfig" and "/sbin/route -n". is the network even started? what kind of network cards are you using?
 
Old 03-17-2007, 05:04 PM   #3
tron_thomas
Member
 
Registered: May 2004
Posts: 221

Original Poster
Rep: Reputation: 30
ifconfig -a results in:
eth0 Link encap:Ethernet HWaddr 00:02:E3:15:64:F6
inet6 addr: fe80::202:e3ff:fe15:64f6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1015 errors:0 dropped:0 overruns:0 frame:0
TX packets:26 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:182050 (177.7 KiB) TX bytes:6215 (6.0 KiB)
Interrupt:18 Base address:0xe000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:3051 errors:0 dropped:0 overruns:0 frame:0
TX packets:3051 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4616958 (4.4 MiB) TX bytes:4616958 (4.4 MiB)

route -n results in:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface

I've had the system for a long time so its hard to remember what the network adapter is. I believe it is a Netgear card.
 
Old 03-17-2007, 06:05 PM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
eth0 has no ipv4 ip address... that certianly comes in handy. check /etc/sysconfig/network-scripts/ifcfg-eth0 for an ip address entry or run system-config-network again.
 
Old 03-25-2007, 04:40 PM   #5
tron_thomas
Member
 
Registered: May 2004
Posts: 221

Original Poster
Rep: Reputation: 30
Here is what is in my ifcfg-eth0 file:

DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
TYPE=Ethernet


When I try to run system-config-network from a terminal session in X windows, I get the following error output:
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

ERROR: Unable to initialize graphical environment. Most likely cause of failure is that the tool was not run using a graphical environment. Please either start your graphical user interface or set your DISPLAY variable.
 
Old 03-26-2007, 02:06 AM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
looks like there's no DHCP server nearby... is there?

you can't run pass as root in a non-root owned xsession by default. as your normal user run "xhost +localhost" and then try again.
 
Old 03-26-2007, 11:04 PM   #7
tron_thomas
Member
 
Registered: May 2004
Posts: 221

Original Poster
Rep: Reputation: 30
I'm not sure I understand what you are saying. I have other machines on my local network that can access the Internet just fine. I don't know what this says about any DHCP server. I don't know if a DHCP server is supposed to be running on my Fedora system or not. I've never done anything to enable such a server on any of my systems.

I had tried launching system-config-network using sudo. I just tried su - instead and was able to succefully launch the network configuration interface.

I'm not sure what I'm supposed to do. The application says that the network device is active. When I try to activate it an error message displays saying it is already running.
 
Old 03-27-2007, 01:43 AM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
your interface is clearly set to use DHCP. do you now even know if you have a DHCP server running somewhere on your LAN? normally it's on an ADSL router...
 
Old 03-27-2007, 09:46 AM   #9
tron_thomas
Member
 
Registered: May 2004
Posts: 221

Original Poster
Rep: Reputation: 30
I do not know if I have a DHCP server running. I have a Linksys cable/dsl router that serves the three system I have on my network. How I determine my DHCP status?

I've been using Fedora Linux for quit a while on my home network. It is only recently that I have been having this problem. I have not made any changes to the router or anything else network related for a long time, so I don't know why the network configuration would suddenly be a problem.
 
  


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
yum question: How to update from backed up yum cache? Arodef Linux - Software 2 02-02-2010 11:42 PM
yum update without network? (from cd/dvd) whysyn Fedora 4 11-05-2008 02:07 AM
network problem after yum update ernst Fedora 5 09-26-2006 08:46 PM
When i update my system with yum update Yihya Linux - Newbie 1 02-22-2006 09:33 AM
Query re: order of yum update and yum install jajtiii Linux - General 0 12-12-2005 12:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 01:23 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