Tag Archives: eth0

how to renew dhcp ip address in linux client

how to renew ip address from dhcp server in linux workstation? in windows we will use ipconfig/release and ipconfig/renew. But what about our cute linux – you need to use command at shell dhclient eth0 where eth0 is interface . Put yours there.
or you can get using ifdown and ifup commands. ifdwon and ifup