How can I get a new IP address from the DHCP server?

To obtain a new IP address from the DHCP server, please do the following:

For Windows 10:

Right Click Windows Start network_win10_01 to open the context menu.
  • From the menu, click “Run”, type cmd and click OK.
  • In the black Command window, type ipconfig /release.
  • Type ipconfig /renew.
  • 2
    8