May 042011
Renew DHCP IP address in Ubuntu
Answer:
To rename an IP address using DHCP in Ubuntu, try enter the commands below:
1. Release the current IP
# sudo dhclient -r
2. Renew a new IP
# sudo dhclient
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Renew DHCP IP address in Ubuntu
Answer:
To rename an IP address using DHCP in Ubuntu, try enter the commands below:
1. Release the current IP
# sudo dhclient -r
2. Renew a new IP
# sudo dhclient