详解Parallels Desktop中15265解决方案

 尝试注册Parallels Desktop或下载以下当中的任一程序:Kaspersky Internet Security、Kaspersky Antivirus for Mac或MacLook而出现以下Parallels Desktop错误15265信息:

  To use this feature, your computer must be connected to the Internet.

  Please check your network connection and try again. 或Unable to connect to the server.

  Please check your Internet connection or try again later.

  原因

  Mac阻止了Parallels Desktop对外连接。

  解决方案

  1.如果Mac上打开了代理服务器,请关闭它。

  对于代理服务器设置:

  禁用代理服务器,选择“系统偏好设置”-“网络”- “高级...”-“代理”-“代理服务器”。

  

                                              

详解Parallels Desktop中15265解决方案

  图一:代理服务器

  2.重启 Mac。

  3.从“从用程序”-“实用工具”-“终端”中打开终端应用程序,并运行以下命令(粘贴命令并敲击回车键 Enter):

  cat /etc/hosts

  4.检查输出是否有类似项目:

  127.0.0.1 pdfm7.blist.parallels.com

  127.0.0.1 pdfm7.vl.parallels.com

  127.0.0.1 registration.parallels.com

  127.0.0.1 update.parallels.com

  如果看到此类项目表示Parallels Desktop对外连接已被阻止。移除这些项目以解决此问题。接下来解释如何实现此操作。

  5.如果此类项目出现在主机 文件中,请移除它们,操作方式:在 终端 中运行:

  sudo perl -pi -w -e 's/127.0.0.1/#127.0.0.1/g;' /etc/hosts

  echo 127.0.0.1 localhost | sudo tee –a /etc/hosts

(出自:Mac 虚拟机

你可能感兴趣的:(虚拟机,Desktop,mac,Parallels)