Hi guys, I'm having the same issue with a DG834GT NetGear firewall/modem/router and FC4.
The router works with a different xp box, ip address etc... are detected, but no luck with Fedora using DHCP or setting the details manually.
Here are some of the details:
[root@localhost ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=00:13:46:30:6f:16
ONBOOT=yes
TYPE=Ethernet
DHCP_HOSTNAME=fedora_box
USERCTL=yes
PEERDNS=yes
IPV6INIT=yes
[root@localhost ~]# ifconfig eth0 up
[root@localhost ~]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:13:46:30:6F:16
inet6 addr: fe80::213:46ff:fe30:6f16/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:86 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11
[root@localhost ~]# dhclient eth0
Internet Systems Consortium DHCP Client V3.0.2
Copyright 2004 Internet Systems Consortium.
All rights reserved.
For info, please visit
http://www.isc.org/products/DHCP
Listening on LPF/eth0/00:13:46:30:6f:16
Sending on LPF/eth0/00:13:46:30:6f:16
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 18
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 18
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
[root@localhost ~]# service network start
Bringing up loopback interface: [ OK ]
Bringing up interface eth0:
Determining IP information for eth0... failed. [FAILED]
Any help would be appreciated, slán.
Feargal