The environment in which the problem arises?
The VM has a Linux system installed in it, and the VM has a NAT-mode shared host IP, but it still can't access the extranet? In the Linux system to query the IP address, no IPv4 address, is configured automatic acquisition, but still not get?
The cause of the problem?
When the VM Virtual machine NAT Network setting appears, the Linux system needs to manually configure the static IP address
How to do?
for VM virtual machines :
Need to change the associated subnet and gateway configuration, with emphasis on the third field of the sub-network and the third field in the local network stagger
for Linux systems :
Root privileges: Vi/etc/sysconfig/network-scripts/ifcfg-ens33 Add change related parameters
Details: http://blog.csdn.net/a785975139/article/details/53023590
Linux in VM VMs can't connect to the extranet?