I recently upgraded from Fedora 7 to 8 (x86_64 GNOME) and my computer is no longer connected to the internet. When I first installed Fedora 7, I did not have to change any of the initial settings in the network configuration to establish a connection with my system (ASUS P5N32-SLI with NVIDIA nForce 680i SLI built-in dual Gigabit MAC connected to a LINKSYS Cable Modem/Wireless router setup for dhcp). Now with Fedora 8 just installed, I receive the following message as the services are started at boot:
"Determining IP information from eth0... [FAILED]"
I receive the same message after login, if I issue the command "service network restart" in a terminal. The settings of eth0 (from ifconfig) are
eth0 Link encap:Ethernet HWaddr 00:1A:92:83:03:F9
inet6 addr: fe80::21a:92ff:fe83:3f9/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 frame:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:2410 (2.3 KiB)
Interrupt:22 Base address:0xe000
The contents of /etc/sysconfig/networking/devices/ifcfg-eth0 are
# nVidia Corporation MCP55 Ethernet
DEVICE=eth0
BOOTPROTO=dhcp
IPV6INIT=no
IPV6_AUTOCONF=yes
ONBOOT=yes
TYPE=Rtherne
PEERDNS=yes
USERCTL=no
If I turn on the NetworkManager from the services, it reports that it has established a connection after some time (63 sec). However, the IP info it reports is not from the range controlled by my cable modem (from ifconfig):
eth0 Link encap:Ethernet HWaddr 00:1A:92:83:03:F9
inet addr:169.254.55.155 Bcast:169.254.255.255 Mask:255.255.0.0
inet6 addr: fe80::21a:92ff:fe83:3f9/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 frame:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:2410 (2.3 KiB)
Interrupt:22 Base address:0xe000
I can ping the above IP (169.254.55.155), but that seems to be all I can do. I can not open any websites with firefox.
I ran in to a similar problem after installing some updates for Fedora 7 during the summer (~July 2007). I tried to find a solution for a couple days but had to revert to the original Fedora 7 installation because I needed the system back. Since the problem seems to have remained in Fedora 8, I figured it was time to appeal to the experts in the Fedora Community.
I would appreciate any suggestions, reference threads, or webpages that I should check out.
Cheers