<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16544" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2>I've rolled an FC6 live cd that configures eth0 via 
dhcp. The default configuration works fine - 
/etc/sysconfig/network-scripts/ifcfg-eth0:<BR>DEVICE=eth0<BR>ONBOOT=yes<BR>BOOTPROTO=dhcp<BR>HWADDR=&lt;MAC 
address&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>In Wireshark, I see the DHCP Discover, Offer, and 
ACK. No problem.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>As soon as I add:<BR>DHCLIENTARGS="-s 
192.168.1.100"</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>to /etc/sysconfig/network, dhclient hangs 
indefinitely. Using Wireshark on the dhcp server, I can see the DHCP Discover 
packets coming in, and the server's DHCP Offer response. But the FC box won't 
accept the offer.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Anybody know what's going on 
here?</FONT></DIV></BODY></HTML>