A technician is troubleshooting a VM that cannot connect to the internet. The host has a single NIC and uses a Type 2 hypervisor. The VM's virtual switch is set to 'NAT'. Other VMs on the same host can access the internet. What is the most likely reason for the connectivity issue?
Trap 1: The virtual switch is set to 'Internal'
The scenario states the switch is set to NAT, not Internal, so this is not the cause.
Trap 2: The host's firewall is blocking all outbound traffic
If the host firewall blocked outbound traffic, other VMs using the same NAT would also be affected.
Trap 3: The hypervisor needs to be reinstalled
Reinstalling the hypervisor is an extreme measure; the issue is isolated to one VM, indicating a configuration problem.
- A
The virtual switch is set to 'Internal'
Why wrong: The scenario states the switch is set to NAT, not Internal, so this is not the cause.
- B
The VM's IP address is configured as static and does not match the NAT subnet
If the VM has a static IP outside the NAT range (e.g., 192.168.137.x), it cannot reach the gateway, causing internet failure.
- C
The host's firewall is blocking all outbound traffic
Why wrong: If the host firewall blocked outbound traffic, other VMs using the same NAT would also be affected.
- D
The hypervisor needs to be reinstalled
Why wrong: Reinstalling the hypervisor is an extreme measure; the issue is isolated to one VM, indicating a configuration problem.