I've just installed FC5 on a box with 2 IDE drives. Other OS can access the Internet with the same (only) network card, but having issues with FC5. [root@fc5 ~]# /sbin/ifconfig eth0 Link encap:Ethernet HWaddr 00:0A:E6:6E:73:95 inet addr:192.168.1.45 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::20a:e6ff:fe6e:7395/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:144 errors:0 dropped:0 overruns:0 frame:0 TX packets:56 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:33402 (32.6 KiB) TX bytes:7877 (7.6 KiB) Interrupt:12 Base address:0x4e00 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:2293 errors:0 dropped:0 overruns:0 frame:0 TX packets:2293 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:5378823 (5.1 MiB) TX bytes:5378823 (5.1 MiB) [root@fc5 ~]# !cat cat /proc/interrupts CPU0 0: 151805 XT-PIC timer 1: 113 XT-PIC i8042 2: 0 XT-PIC cascade 5: 2 XT-PIC ohci1394, uhci_hcd:usb3 7: 1 XT-PIC parport0 8: 1 XT-PIC rtc 9: 0 XT-PIC acpi 11: 0 XT-PIC EMU10K1, uhci_hcd:usb2 12: 1985 XT-PIC uhci_hcd:usb1, ehci_hcd:usb4, eth0 14: 8599 XT-PIC ide0 15: 10193 XT-PIC ide1 NMI: 0 LOC: 0 ERR: 0 MIS: 0 [root@fc5 ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0 # VIA Technologies, Inc. VT6102 [Rhine-II] DEVICE=eth0 BOOTPROTO=dhcp BROADCAST=192.168.1.255 HWADDR=00:0A:E6:6E:73:95 IPADDR=192.168.1.45 NETMASK=255.255.255.0 NETWORK=192.168.1.0 ONBOOT=yes USERCTL=yes IPV6INIT=no PEERDNS=yes GATEWAY=192.168.1.0 TYPE=Ethernet [root@fc5 ~]# ping 66.94.234.13 connect: Network is unreachable I have both SELinux and Firewall disabled. Hoping for some clues here or things to check. Thanks. -Trey -- Trey Sizemore trey@xxxxxxxxxxx