Use these commands for windows and linux to manage you DHCP ip address

Windows                 Linux

Release:

> ipconfig /release   $ sudo dhclient -r

Renew:

> ipconfig /renew  $ sudo dhclient

Done, that is all to it!