Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam 70-743 Topic 2 Question 3 Discussion

Actual exam question for Microsoft's 70-743 exam
Question #: 3
Topic #: 2
[All 70-743 Questions]

You have a Hyper-V host named Server1 that runs Windows Server 2016.

Server1 has a virtual machine named VM1. VM1 is configured to run the Docker daemon.

On VM1, you have a container network that uses transparent mode.

You need to ensure that containers that run on VM1 can obtain IP addresses from DHCP.

What should you do?

Show Suggested Answer Hide Answer
Suggested Answer: D

If the container host is virtualized, and you wish to use DHCP for IP assignment, you must enable MACAddressSpoofing.

PS C:\> Get-VMNetworkAdapter -VMName ContainerHostVM | Set-VMNetworkAdapter -MacAddressSpoofing On

The command needs to be run on the Hyper-V host.

References:

https://msdn.microsoft.com/en-us/virtualization/windowscontainers/management/container_networking


Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel