Powershell Hyper-V natswitch没有互联网

时间:2020-07-27 20:57:56

标签: powershell hyper-v

我用powershell创建了一个hyper-v natswitch

echo "GLESDynamicVersion = on" >> ~/.android/advancedFeatures.ini

将来宾虚拟机分配给交换机,并为其提供IP地址

enter image description here

但我无法上网...

我可以从访客虚拟机ping google.com

enter image description here

但我无法访问google.com

enter image description here

我不确定还能尝试什么。

Ubuntu也不起作用-

enter image description here

我已经看了好几天了...有人有什么建议吗?我真的很感激!

1 个答案:

答案 0 :(得分:0)

不知道为什么这行不通...

作为一种解决方法,我最终在虚拟机管理程序上添加了一个pfsense防火墙,并将ubuntu主机添加到pfsense的内部网络(natted)端。

现在很好用。