Contents

Previous Next

Understanding NAT Understanding NAT
Network address translation — or NAT — provides a simple way for virtual machines to use most client applications over almost any type of network connection available to the host. The only requirement for NAT is that the network connection must support TCP/IP.
NAT is useful when you have a limited supply of IP addresses or are connected to the network through a non-Ethernet network adapter. NAT works by translating addresses of virtual machines in a private VMnet network to that of the host machine. When a virtual machine sends a request to access a network resource, it appears to the network resource as if the request came from the host machine.
NAT uses the host's own network resources to connect to the external network. Thus, any TCP/IP network resource to which the host has access should be available through the NAT connection.
The chief advantage of NAT is that it provides a transparent, easy to configure way for virtual machines to gain access to network resources.
The following sections provide more information about NAT:
  • Using NAT
  • The Host Computer and the NAT Network
  • DHCP on the NAT Network
  • DNS on the NAT Network
  • External Access from the NAT Network
  • Advanced NAT Configuration
  • Custom NAT and DHCP Configuration on a Windows Host
  • Considerations for Using NAT
  • Using NAT with NetLogon
  • Sample Linux vmnetnat.conf File

  • Previous Next