ifconfig de(x) down [where (x) corresponds to the nic you are troubleshooting for dhcp]
ifconfig de(x) up
dhclient de(x)
now make the change permanent. create an /etc/rc.local file (vi /etc/rc.local), add those commands, save the file, then type
chmod 755 /etc/rc.local – to make it an executable for root.