选择联网方式的时候必须选择桥接如网关地址是:192.168.3.1
主机ip地址信息:
ipaddress:192.168.3.10
subnetmask:255.255.255.0
defaultgateway:192.168.3.1
vm1的ip地址信息:
ipaddress:192.168.3.20
subnetmask:255.255.255.0
defaultgateway:192.168.3.1
vm2的ip地址信息:
ipaddress:192.168.3.30
subnetmask:255.255.255.0
defaultgateway:192.168.3.1
要想互相ping的通,前提是vm的网卡要设置成bridget模式:
devicestatus一栏中勾选如下选项:
connectatpoweron
networkconnection一栏中选择如下选项:
bridget:connecteddirectlytothephysicalnetwork
然后保存设置
开机后然后设置虚拟机的ip地址和物理机在同一网段
以上都设置好了之后,无论vm还是真机都能互相ping通了