2V0-41.24 Question 370
Select 3You are tasked with connecting a virtual machine (VM) to a NAT segment in your NSX-T environment. After creating the NAT segment, you must ensure the VM can communicate with external resources. Which steps must you follow to successfully attach the VM to the NAT segment and enable connectivity?
- A
Configure a NAT rule to translate the VM's internal IP address to an external IP address.
- B
Assign the NAT segment as the VM's network adapter in the VM's settings.
- C
Add a static route in the VM's guest OS to point to the NAT segment's gateway.
- D
Ensure the NAT segment is associated with a Tier-1 Gateway in NSX-T.
- E
Enable DHCP on the NAT segment to assign an IP address to the VM automatically.
Show answer and explanation
Correct answers: A, B, D
Explanation
To attach a VM to a NAT segment in NSX-T, the VM's network adapter must be assigned to the NAT segment, a NAT rule must be configured to handle IP address translation, and the NAT segment must be associated with a Tier-1 Gateway to provide routing and NAT functionality. These steps ensure the VM can communicate with external resources while maintaining proper network functionality.
- A. Correct.
Correct. A NAT rule must be configured to allow the VM's internal IP address to communicate with external resources by translating it to an external IP address.
- B. Correct.
Correct. To connect the VM to the NAT segment, you must assign the segment as the VM's network adapter in the VM's settings.
- C. Incorrect.
Incorrect. Adding a static route in the VM's guest OS is not necessary for connectivity through a NAT segment, as the NAT gateway handles routing for the VM.
- D. Correct.
Correct. The NAT segment relies on a Tier-1 Gateway for routing and NAT functionality, so the NAT segment must be associated with it.
- E. Incorrect.
Incorrect. While DHCP can simplify IP address management, it is not a mandatory step for attaching a VM to a NAT segment if the IP address is configured manually.