Os diferentes tipos de adaptadores de rede em máquinas virtuais?

2

Existem diferentes tipos de adaptadores de rede na estação de trabalho do VMware:

bridged
nat
host-only
custom

Qual a diferença entre esses tipos e quando posso usar cada um deles?

    
por Networker 09.02.2014 / 04:25

1 resposta

2

Recomendamos que você consulte este artigo da base de conhecimento no site da VMware intitulado: Entendendo os tipos de rede em produtos hospedados (1006480) .

trecho

There are three types of networking available to virtual machines. Each type has its own uses, behaviors and features:

Bridged networking

  • Used in environments where virtual machines provide services or participate in a real network.
  • Connects virtual machines to the Local Area Network (LAN) of their host machine, whether wired or wireless, and allows them to connect to any other host or virtual machines (if they are also bridged) on the network.
  • Connects the virtual network adapter in a virtual machine to the physical Ethernet adapter in its host machine.
  • You can establish additional virtual bridges to use in custom configurations that require connections to more than one physical Ethernet adapter on the host computer.
  • The default network adapter interface is vmnet0.

Host-only networking

  • Used in isolated test environments where virtual machines do not need to communicate with other environments.
  • Connects virtual machines to a private LAN shared only by their host machine and any other virtual machines also using host-only networking.
  • Other host machines on the host LAN cannot communicate with the virtual machines.
  • The default network adapter interface is vmnet1.

Network Address Translation (NAT) networking

  • Used in environments where virtual machines do not provide services but still need to access a network.
  • Connects virtual machines to an external network, using the host machines IP address for external communication.
  • Connects virtual machines to the Internet through their host machines dial-up connection, Ethernet adapter or wireless Ethernet adapter.
  • Connects virtual machines to a non-Ethernet network, such as Token Ring or ATM.
  • Establishes a private LAN shared only by your host machine and any other virtual machines also using NAT networking.
  • Other host machines on the host LAN can communicate with the virtual machines, however external host machines cannot initiate communication with virtual machines unless NAT port forwarding is also in use. NAT port forwarding causes network traffic destined for a port on a host machine to be forwarded to a specific port on a virtual machine.
  • The default network adapter interface is vmnet8.

Eles não mencionam o costume, mas isso seria, como o próprio nome indica, uma configuração de rede personalizada.

    
por 09.02.2014 / 04:45

Tags