190k views
3 votes
You are troubleshooting network connectivity issues on a workstation. Which command would you use to request new IP configuration information from a DHCP server?

User Saadeez
by
5.8k points

1 Answer

3 votes

Answer:

ipconfig / release command will be used to request new IP configuration information from a DHCP server

Step-by-step explanation:

The ipconfig /release sends a DHCP release notification to the client so that the client immediately releases the lease henceforth updating the server's status information . This command also mark the old client's id as being available. Thus, the command ipconfig /renew then request a new IP address.

User Elita
by
5.8k points