A remote worker connects a Windows 11 laptop to an Ethernet port in the main office after returning from travel. The network status displays 'Unidentified network', and running `ipconfig` reveals an autoconfigured IPv4 address of . The network administrator confirms that the local DHCP server is active and healthy. Which command-line sequence should the technician execute first to obtain a valid IP configuration from the DHCP server?
- ipconfig /release followed by ipconfig /renewCevap
- Bipconfig /flushdns followed by ipconfig /registerdns
- Cnetsh winsock reset followed by netsh int ip reset
- Dnslookup followed by ping 127.0.0.1
Cevap
The technician should execute `ipconfig /release` followed by `ipconfig /renew` to clear the current APIPA address and request a fresh IP address lease from the DHCP server.
When a Windows client holds an APIPA address () and a DHCP server is operational on the local network segment, executing `ipconfig /release` followed by `ipconfig /renew` forces the network interface to discard the self-assigned address and broadcast a new DHCP request to acquire valid IP network configuration details.
Adım Adım Çözüm
Anahtar Kavram
DHCP Client Lease Renewal via Windows Command Line