- 3 views
You have a server named Server1 that runs Windows Server and contains a single network adapter.
Server1 contains a Windows Server container named Container1.
You need to ensure that all network traffic sent from Container1 to the local network uses the MAC address of the container as the source address. The solution must minimize administrative effort.
What should you create?
Select only one answer.
a NAT network a transparent network
This answer is correct.
an L2bridge network an overlay network
Incorrect - Containers attached to a network created with a NAT driver will be connected to an internal Hyper-V switch.
Correct - Containers attached to a network created with a transparent driver will be directly connected to the physical network through an external Hyper-V switch, which is the correct choice in this scenario.
Incorrect - Containers attached to a network created with an L2bridge driver will be connected to the physical network through an external Hyper-V switch, however, container network traffic will have the same MAC address as the host.
Incorrect - Containers attached to an overlay network can communicate with other containers attached to the same network across multiple container hosts.