You need to ensure that containers that run on VM1 can …

You have a Hyper-V host named Served 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?

You have a Hyper-V host named Served 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?

A.
On VM1, run docker network connect.

B.
On Server1runGet-VMNetworkAdapter-VMName VM1| Set-VMNetworkAdapter-MacAddressSpoofing On.

C.
On Server1, run docker network connect.

D.
On VM1, run Get-VMNetworkAdapter-VMName VM1| Set-VMNetworkAdapter-MacAddressSpoofing On.



Leave a Reply 8

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


Traveler5

Traveler5

It is B. If you try and run just “Get-VMNetworkAdapter-VMName VM1” from within a VM, it won’t work. It has no idea what VM1 is, even if it is VM1. VM1 is a name identified by the Hyper-V host which is why running that command on the host will give a result. Plus, when you think about it, no MAC spoofing is even occurring as far as VM1 is aware. It has a Container that is sending out a MAC address and that is to be expected since all machines send out MAC addresses. What is weird is on the host side because it is seeing VM1 sending out a MAC address that doesn’t belong to it (the containers MAC address). The host has no idea that VM1 has a container on it and will consider it a spoofed MAC address. Therefore, it is the host (Server1 in this case) that you need to run this command on.

Nicolas G.

Nicolas G.

It’s B. UYou must run this cmdlets form server1

dziri

dziri

Correct B:

Configure media access control (MAC) address spoofing
*****************************************************
If your container host is virtualized, you must enable MAC address
spoofing. For example, you can type the following Windows PowerShell
command, and then press Enter:

Get-VMNetworkAdapter -VMName Container Host VM | Set-VMNetworkAdapter -MacAddressSpoofing On

Mohamed Abdu

Mohamed Abdu

correct answer is B
even if we thought that VM1 has windows 2016 and even thought if we supposed it know GET-VMnetwork without setting mac spoofing from host it will not work

Akeem Mond

Akeem Mond

New MCSA (Server 2016) 70-743 Exam Questions Updated Recently (1/Dec/2017):

NEW QUESTION 153
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solutions, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a server named Server1 that runs Windows Server 2016. Server1 is configured as a VPN server. Server1 is configured to allow domain users to establish VPN connections from 06:00 to 18:00 everyday of the week. You need to ensure that domain users can establish VPN connections only between Monday and Friday.
Solution: From Network Policy Server, you modify the Network Policies on Server1.
Does this meet the goal?

A. Yes
B. No

Answer: A

NEW QUESTION 154
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this sections, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
Your network contains an Active Directory domain named contoso.com. You need to create a Nano Server image named Nano1 that will be used as a virtualization host. The Windows Server 2016 source files are located in Drive D.
Solution: You run the following cmdlet:
New-NanoServerImage -Edition Datacenter -DeploymentType Host -Package Microsoft-NanoServer-SCVMM-Package -MediaPath D:\ -TargetPath C:\Nano1\Nano1.wim -ComputerName Nano1 -Domainname contoso.com
Does this meet the goal?

A. Yes
B. No

Answer: A

NEW QUESTION 155
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solutions, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a server named Server1 that runs Windows Server 2016. Server1 is configured as a VPN server. Server1 is configured to allow domain users to establish VPN connections from 06:00 to 18:00 everyday of the week. You need to ensure that domain users can establish VPN connections only between Monday and Friday.
Solution: From Routing and Remote Access, you configure the Properties of Server1.
Does this meet the goal?

A. Yes
B. No

Answer: B

NEW QUESTION 156
Your network contains three subnets, a production subnet that contains production servers, a development network that contains development servers, and a client network that contains client computers. The development network is used to test applications and reproduces servers that are located on the production network. The development network and the production network use the same IP address range. A developer has a client computer on the client network. The developer reports that when he attempts to connect to the IP address 10.10.1.6 from his computer, he connects to a server on the production network. You need to ensure that when the developer connects to 10.10.1.6, he connects to a sever on the development network. Which cmdlet should you use?

A. New-NetNeighbor
B. New-NetRoute
C. Set-NetTcpSetting
D. Set-NetNeighbir

Answer: B

NEW QUESTION 157
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solutions, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
Your network contains an Active Directory forest named contoso.com. The forest has three sites located in London, Paris and Berlin. The London site contains a web server named Web1 that runs Windows Server 2016. You need to configure Web1 as an HTTP content server for the hosted cache servers located in the Paris and Berlin sites.
Solution: You install the DFS Replication role service, and then you start the Network Connections service.
Does this meet the goal?

A. Yes
B. No

Answer: A

NEW QUESTION 158
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solutions, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
Your network contains an Active Directory forest named contoso.com. The forest has three sites located in London, Paris and Berlin. The London site contains a web server named Web1 that runs Windows Server 2016. You need to configure Web1 as an HTTP content server for the hosted cache servers located in the Paris and Berlin sites.
Solution: You install the BranchCache feature, and then you start the BranchCache service.
Does this meet the goal?

A. Yes
B. No

Answer: B

NEW QUESTION 159
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solutions, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
Your network contains an Active Directory forest named contoso.com. The forest has three sites located in London, Paris and Berlin. The London site contains a web server named Web1 that runs Windows Server 2016. You need to configure Web1 as an HTTP content server for the hosted cache servers located in the Paris and Berlin sites.
Solution: You install the Deployment Server role service, and then you restart the World Wide Web Publishing Service.
Does this meet the goal?

A. Yes
B. No

Answer: A

NEW QUESTION 160
You are implementing a new network. The network contains a DHCP server named DHCP1 that runs Windows Server 2016. DHCP1 contains a scope named Scope1 for the 192.168.0/24 subnet. Your company has the following policy for allocating IP addresses:
– All server addresses must be excluded from DHCP scopes.
– All client computer must receive IP addresses from Scope1.
– All Windows servers must have IP addresses in the range of 192.168.0.200 to 192.168.0.240.
– All other network devices must have IP addresses in the range of 192.168.0.180 to 192.168.0.199.
You deploy a print device named Print1. You need to ensure that Print1 adheres to the policy for allocating IP addresses. Which command should you use?

A. Add-DhcpServerv4Lease
B. Add-DhcpServerv4ExclusionRange
C. Add-DhcpServerv4Filter
D. Add-DhcpServerv4Reservation

Answer: B

NEW QUESTION 161
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After your answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
Your network contains an Active Directory forest named contoso.com. You need to identify which server is the schema master.
Solution: From Windows PowerShell, you run Get-ADDomainController -Discover -Service 2 cmdlet.
Does this meet the goal?

A. Yes
B. No

Answer: B

NEW QUESTION 162
You have a Scale-Out File Server that has a share named Share1. Share1 contains a virtual disk file named Disk1.vhd. You plan to create a guest failover cluster. You need to ensure that you can use the virtual disk as a shared virtual disk for the gust failover cluster. Which cmdlet should you use?

A. Optimize VHD
B. Optimize VHDSet
C. Convert-VHD
D. Set-VHD

Answer: A

NEW QUESTION 163
You plan to deploy several Hyper-V hosts that run Windows Server 2016. The deployment will use Software Defined Networking (SDN) and VXLAN. Which server role should you install on the network to support the planned deployment?

A. Network Controller
B. Network Policy and Access Services
C. Remote Access
D. Host Guardian Service

Answer: D

NEW QUESTION 164
……

P.S. These New 70-743 Exam Questions Were Just Updated From The Real 70-743 Exam, You Can Get The Newest 70-743 Dumps In PDF And VCE From — https://www.passleader.com/70-743.html (187q VCE and PDF)

Good Luck!