vMware的主机ping不通虚拟机,虚拟机可以ping通主机
时间:2021-04-14 12:08:13
收藏:0
阅读:0
在制作XenServer 实验之时,在教室里连接XenServer很正常,但是在关机之后再次连接就不能连接上了。
一开始我以为是虚拟网络编辑器的问题,还原了几次配置后都不可以,后来打开其他虚拟机,发现其他虚拟机ping通主机,主机却ping不通虚拟机。
于是去百度,百度到是网卡又问题,只要重启网卡就行了。
方法:netsh interface set interface "网卡名称" disabled
netsh interface set interface "网卡名称" enabled
评论(0)