zoukankan      html  css  js  c++  java
  • VMware Horizon 7 Security Server 安装错误28083的解决方法

    在安装VMware Horizon 7 Security Connection Server时,出现以下错误:

    Error 28083.  IPsec setup failed. Please refer to the C:users......vminst.log file for further details.  The log reveals "Error: Failed to get a successful response from the connection server after IPsec Setup"

    发生错误的原因:

    To allow IPsec traffic, VMware Horizon View 5.1 or later requires additional ports to be open between the Connection Server and the Security Server. If your network topology includes a backend firewall between Security Server and Connection Server instances, you must configure certain protocols and ports on the firewall to support IPsec. Without proper configuration, data sent between a Security Server and Connection Server instance fails to pass through the firewall.
     
    To support IPsec, the Connection Server installer can configure Windows firewall rules on the Windows Server hosts where View servers are installed. For a backend firewall, you must configure the rules yourself.
     
    解决方法:
    Computer Configuration/Policies/Windows Settings/Security Settings/Local Policies/Security Options/ System Cryptography System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing  Disabled
     
    Also ensure that these two Microsoft services are enabled: 
    1. IKE and AuthIP IPsec Keying Modules - set to automatic and running
    2. IPsec Policy Agent - set to manual and called by above service
  • 相关阅读:
    C# 自定义文件图标 双击启动 (修改注册表)
    C/S打包 客户端/windows程序 InstallShield
    WPF 依赖属性
    WPF 自定义Expander
    WPF DevExpress ChartControl用法
    WPF 水平进度条
    WPF 自定义CheckBox
    WPF 自定义ListBox
    WPF 绕圈进度条(一)
    1.为什么要用泛型
  • 原文地址:https://www.cnblogs.com/zhnhelloworld/p/6558100.html
Copyright © 2011-2022 走看看