积极答复者
Hyper-V server 2012 R2安装完成之后无法远程连接

问题
全部回复
-
你好!
根据你的描述,就是服务器A可以Ping通B,但是B却无法Ping通A,如果是这样请检查Hyper-V server 2012R2的防火墙,暂时关闭防火墙用以下Powershell命令,看看问题是否存在:
#disable firewall Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled false #enable firewall Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled True
如果是防火墙的问题,你可以用MMC远程修改Server Core防火墙设置.
Best Regards,
Anna Wang
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com
- 已建议为答案 AnnaWY 2015年5月3日 9:19
2015年4月30日 9:11