DRAG DROP
Windows 7 client computers in your company network are assigned IP addresses manually or by using DHCP.
Recent changes have been made to a DHCP Server scope. Desktops that have manually assigned IP
addresses are reporting that they can no longer connect to the Internet.
You need to ensure that all client computers receive IP address and DNS servers’ addresses from the DHCP server.
Which commands should you run? (To answer, move the appropriate commands from the list of
commands to the answer area and arrange them in the correct order.)
Explanation:
Box 1: ipconfig /release
Box 2: netsh interface ipv4 set dnsservers “local Area Connection” source=dhcp
Box 3: ipconfig /renewNote:
First release the old configureation.
The set up the ip configuration, including dns server address, from a dhcp server.
Finally request IP configuration from the DHCP server.
As far as i know you use both commands because you need to change ip AND dns.
Also full cmd’s are:
netsh interface ipv4 set address name=”local area connection” source=dhcp
netsh interface ipv4 set dnsservers name=”local area connection” source=dhcp
IP is defined by the DNS