AWS VPN 客户端 - “发生未知错误。请重试”

AWS VPN 客户端 - “发生未知错误。请重试”

我在使用 AWS VPN 客户端时遇到了一个持续性问题,需要一些帮助。尽管尝试了多次故障排除,我还是无法建立连接,甚至在到达身份验证步骤之前就失败了。使用相同的设置连接到同一个网络,我的笔记本电脑连接完美,所以我确信台式机出现了更具体的问题,但遗憾的是我不知道是什么原因造成的。

采取的步骤:

  1. 卸载并重新安装 AWS VPN 客户端(甚至清理了注册表)
  2. 甚至尝试升级和降级 AWS VPN 客户端版本,我现在使用的是 3.11.0 版本
  3. 禁用防火墙和任何窗口防御程序
  4. 断开并重新连接 Tap 适配器
  5. 确保所有 Tap 适配器自动获取 IP 地址和 DNS 服务器地址
  6. 我已经执行了干净启动以确保没有其他程序干扰它。
  7. 在兼容模式下测试了它。

C:\Users\MyUser\AppData\Roaming\AWSVPNClient\logs

   at System.ServiceModel.Channels.PipeConnectionInitiator.GetPipeName(Uri uri, IPipeTransportFactorySettings transportFactorySettings)
   at System.ServiceModel.Channels.NamedPipeConnectionPoolRegistry.NamedPipeConnectionPool.GetPoolKey(EndpointAddress address, Uri via)
   at System.ServiceModel.Channels.CommunicationPool`2.TakeConnection(EndpointAddress address, Uri via, TimeSpan timeout, TKey& key)
   at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
   at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)

Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at System.ServiceModel.ICommunicationObject.Open()
   at ACVC.Core.OpenVpn.OvpnWpfProcessManager.CreateWcfChannel()
2024-01-04 16:37:31.091 +11:00 [DBG] WCF channel is in Faulted. Not usable for communication. Sleeping 500 ms before creating a new one```

相关内容