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 Server2, select the Internet and Internal network adapters and bridge the connections. From the DHCP
console on Server1, authorize Server2.
B.
On Server1, stop the DHCP server. On the Internal network adapter on Server 2, enable Internet
Connection Sharing (ICS).
C.
On Server2 run the New-NetNat -Name NAT1 -InternalIPInterfaceAddressPrefix 1 92.168.1.0/24 cmdlet.
Configure Server1 to provide the 003 Router option of 1 31.107.0.10.
D.
Install the Routing role service on Server2 and configure the NAT routing protocol. Configure Server1 to
provide the 003 Router option of 192.168.1.250.
Explanation:
References: https://en.wikipedia.org/wiki/Internet_Connection_Sharing
B is the answer provided in most cases. But I do not see any reason that D would not work.
2
7
B is bad
ICS set on Internet network card not Internal
D is OK
6
0
C is bad too
New-NetNat command hyper-v switch NAT
0
0
Is it not D?
1
0
I’m just puzzled by the fact that the question doesn’t mention that server2 also is a DHCP server. Answer A authorizes server2 from the DHCP console. Authorize what from the DHCP console?
Has anyone got an explanation for this question?
0
0
The correct answer would to be D, although with B it’s works too
14
0
Correct Answer: D
There is no requirement to stop DHCP, and doing so would prevent your clients from being able to obtain DHCP addresses.
18
0
Chris, a computer serving ICS in true contains DHCP and routing as a bundle. No one will be left without IP as new DHCP service will be provided by ICS box.
0
2
Agreed D.
3
0
Guys I have been ripping my hair out with this one until I finally came accross this article
https://www.experiencingit.net/windows/windows-server-2016-nat-router/
Answer is D
Install the Routing role service on Server2 and configure the NAT routing protocol. Configure Server1 to
provide the 003 Router option of 192.168.1.250.
12
0