Linux issue with dhclient

in #linux6 years ago

It may happen that the dhclient does not obtain IP address correctly.

You can try this:

dhclient -r -v eth0 && rm /var/lib/dhcp/dhclient.* ; dhclient -v eth0

Remember to replace eth0 with properly network interface.