What should you do?

You are deploying a small network that has 30 client computers. The network uses the 192.168.1.0/24 address space. All computers obtain IP configurations from a DHCP server named Server1.
You install a server named Server2 that runs Windows Server 2016. Server2 has two network adapters named Internal and Internet. Internet connects to an
Internet Service Provider (ISP) and obtains the 131.107.0.10 IP address. Internal connects to the internal network and is configured to use the 192.168.1.250 IP address.
You need to provide Internet connectivity for the client computers.
What should you do?
A. On Server1, stop the DHCP server. On the Internal network adapter on Server2, enable Internet Connection Sharing (ICS).
B. On Server2 run the New-NetNat -Name NAT1 -InternalIPInterfaceAddressPrefix 192.168.1.0/24 cmdlet. Configure Server1 to provide the 003 Router option of 192.168.1.250.
C. On Server1, stop the DHCP server. On the Internet adapter on Server2, enable internet Connection Sharing (ICS).
D. Recreate the DHCP scope on Server1 to lease addresses from the 131.107.0.0/24 address space. On Server2, change the IP address of the internal network adapter to 131.107.0.1. Configure Server1 to provide the 003 Router option of131.107.0.1.

microsoft-exams

3 thoughts on “What should you do?

  1. right .the answer seems B.

    Explanation/Reference:

    “Server2 has two network adapters named Internal and Internet.” indicates it is a good server for implementing NAT for clients behind it to access Internet.
    NAT clients then must send packets to NAT Server’s private interface 192.168.1.250 first, therefore Answer B – configuring 192.168.1.250 as all NAT client’s default
    gateway address is correct.

  2. Hi, Gary.

    A is wrong because if you Stop DHCP the internal Network won’t be able to receive a gateway.
    C is wrong because if you Stop DHCP the internal Network won’t be able to receive a gateway.
    D is wrong because if you were somehow able to setup DHCP for the 131.107.0.0/24 address space each device would be directly attached to the internet. Not exactly desirable conditions.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.