Linux issue with dhclientkyob (25) in linux • 6 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. linux dhclient dhcp