2V0-41.24 Question 371
Select 2You are configuring a new virtual machine in an NSX-T environment. The VM needs to communicate with external networks using a NAT segment. After creating the NAT segment and setting up the required NAT rules, what additional steps are needed to attach the VM to the NAT segment and ensure connectivity?
- A
Connect the VM's network adapter to the NAT segment in the vSphere Client.
- B
Ensure the VM's operating system is configured with a static IP address from the NAT segment’s subnet.
- C
Enable DHCP on the NAT segment to assign an IP address to the VM automatically.
- D
Verify the VM has a network adapter configured and powered on.
- E
Assign a floating IP address to the VM for external communication.
Show answer and explanation
Correct answers: A, D
Explanation
To attach a VM to a NAT segment, you must connect its network adapter to the NAT segment and ensure the network adapter is configured and powered on. These steps establish the basic connectivity required for the VM to communicate through the NAT segment. DHCP or static IP configuration, while useful, depends on the specific network setup and is not always mandatory.
- A. Correct.
This is correct. The VM's network adapter must be explicitly connected to the NAT segment in the vSphere Client for it to communicate over the segment.
- B. Incorrect.
This is incorrect. NAT segments typically use DHCP to assign IP addresses; configuring a static IP is not a mandatory step unless required by the specific use case.
- C. Incorrect.
This is incorrect. While enabling DHCP on the NAT segment can help automatically assign IPs, it is not a required step if NAT rules and IPs are pre-configured.
- D. Correct.
This is correct. A VM must have a network adapter configured and powered on to enable communication through the NAT segment.
- E. Incorrect.
This is incorrect. Floating IPs are not required for basic NAT segment connectivity; they are typically used for load balancing or specific external access configurations.