【问题标题】:Unable to connect to OpenVPN client in Docker无法连接到 Docker 中的 OpenVPN 客户端
【发布时间】:2020-08-03 03:17:46
【问题描述】:

我尝试使用dperson/openvpn-client 映像在 docker 下设置 OpenVPN 客户端。我收到以下错误:

UDPv6: Address not available (code=99)

在谷歌上搜索这个问题时,我遇到了this discussion,但我不确定如何分别查看客户端和服务器日志。

我在pastebin here上有完整的日志

我能够在容器内获取我的家庭地址的 IP,但不能从 VPN 获取 IP。我很感激任何帮助 !

【问题讨论】:

    标签: docker openvpn


    【解决方案1】:

    这里的问题是 TLS 握手失败。 我从你的日志中提取了这个:

    TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
    TLS Error: TLS handshake failed
    

    确保您的服务器设置正确。

    【讨论】:

      猜你喜欢
      • 2019-09-29
      • 2019-01-21
      • 1970-01-01
      • 2021-06-24
      • 2015-07-09
      • 1970-01-01
      • 2020-05-26
      • 1970-01-01
      • 2021-12-27
      相关资源
      最近更新 更多