VMware 网络连接的几种方式
官方网络连接方式说明:
Selecting the Network Connection Type for a Virtual Machine
为虚拟机选择网络连接类型
Use bridged networking
使用桥接模式
桥接模式
Configure a bridged network connection for the virtual machine. With bridged networking, the virtual machine has direct access to an external Ethernet network. The virtual machine must have its own IP address on the external network.
给虚拟机配置桥接网络连接。通过桥接网络,虚拟机可以直接访问外部以太网网络。虚拟机必须在外部网络上有自己的 IP 地址。
If your host system is on a network and you have a separate IP address for your virtual machine (or can get an IP address from a DHCP server), select this setting. Other computers on the network can then communicate directly with the virtual machine.
如果主机系统位于网络上,并且虚拟机有单独的 IP 地址(或者可以从 DHCP 服务器获取 IP 地址),请选择此设置。然后,网络上的其他计算机可以直接与虚拟机通信。
Use network address translation (NAT)
使用网络地址转换 (NAT)
NAT 模式
Configure a NAT connection for the virtual machine. With NAT, the virtual machine and the host system share a single network identity that is not visible outside the network.
给虚拟机配置 NAT 连接。使用 NAT,虚拟机和主机系统共享一个在网络外部不可见的网络标识。
Select NAT if you do not have a separate IP address for the virtual machine, but you want to be able to connect to the Internet.
如果您没有虚拟机的单独 IP 地址,但希望能够连接到 Internet,请选择 NAT。
Use host-only networking
使用仅限主机的网络
仅主机模式
Configure a host-only network connection for the virtual machine. Host-only networking provides a network connection between the virtual machine and the host system, using a virtual network adapter that is visible to the host operating system.
为虚拟机配置仅限主机的网络连接。仅主机网络使用对主机操作系统可见的虚拟网络适配器在虚拟机和主机系统之间提供网络连接。
With host-only networking, the virtual machine can communicate only with the host system and other virtual machines in the host-only network. Select host-only networking to set up an isolated virtual network.
使用仅主机网络时,虚拟机只能与主机系统和仅主机网络中的其他虚拟机进行通信。选择“仅限主机网络”以设置隔离的虚拟网络。
Do not use a network connection
不使用网络连接
Do not configure a network connection for the virtual machine.
不去配置虚拟机的网络连接。
Custom (Windows host) or Named Network (Linux host)
自定义(Windows 主机)或命名网络(Linux 主机)
自定义
(Remote virtual machine only) Select a specific virtual network.
(仅限远程虚拟机)选择特定的虚拟网络。
总结
什么情况下使用什么类型网络?
一般可以直接使用桥接模式,虚拟机有自己独立的网络,其他电脑、主机和主机上其他虚拟机都可以互相访问,也可以直接访问外面的网络。
使用 NAT 模式,主机有可以访问外网,一般情况下都是可以访问外网,如果主机有使用一些代理网络的软件,则不能上网,主机和主机上其他虚拟机可以互相访问,外部其他电脑不能访问。
使用仅主机模式,默认情况下是不能使用外网连接,只能主机连接虚拟机,虚拟机可以连接主机。
版权声明: 本文为 InfoQ 作者【玄兴梦影】的原创文章。
原文链接:【http://xie.infoq.cn/article/82a2c7630b2fd25b480c2bdb2】。
本文遵守【CC-BY 4.0】协议,转载请保留原文出处及本版权声明。
评论