首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >在Windows10上使用基本SKU的Azure点对点VPN (ErrorCode = 720 ErrorSource = RAS)

在Windows10上使用基本SKU的Azure点对点VPN (ErrorCode = 720 ErrorSource = RAS)
EN

Stack Overflow用户
提问于 2020-06-23 00:35:01
回答 2查看 2.9K关注 0票数 0

我试图连接到Azure vNET网关,但我没有取得成功。它以ErrorCode = 720 ErrorSource = RAS结尾。有谁曾经历过以下情况下的问题?

  • Azure vNET网关配置了基本的SKU。
  • VpnStrategy是用于Windows 10的SSTP
  • 身份验证:客户端证书(自签名)
  • 根证书和客户端证书都位于当前用户个人存储区中。他们已经解决好了。
  • 根证书存储在当前用户的可信根路径中。
  • 根证书保存在Azure vpn网关用户配置中,不中断行。
  • 不希望创建其他SKU来将$$保存在poc上
  • 删除所有WAN微型端口适配器,并重新启动机器,但没有成功。它们会自动重新创建
  • 我不能在这个论坛上共享证书(根或客户端),因为我在日志中显示vpn网关端点(出于安全原因)。

按执行顺序从本地机器发出的事件日志:

代码语言:javascript
复制
CoId={3285D778-432A-4746-B74C-8B95FECEB53E}: The user SYSTEM has started dialing a Connection Manager connection using a per-user connection profile named az-aks-vnet-v2. The connection settings are: 
Dial-in User = P2SDemoClientCert
VpnStrategy = SSTP
DataEncryption = Require
PrerequisiteEntry = 
AutoLogon = No
UseRasCredentials = Yes
Authentication Type = EAP <Microsoft: Smart Card or other certificate>
Ipv4DefaultGateway = No
Ipv4AddressAssignment = By Server
Ipv4DNSServerAssignment = By Server
Ipv6DefaultGateway = Yes
Ipv6AddressAssignment = By Server
Ipv6DNSServerAssignment = By Server
IpDnsFlags = 
IpNBTEnabled = Yes
UseFlags = Private Connection
ConnectOnWinlogon = No.

CoId={3285D778-432A-4746-B74C-8B95FECEB53E}: The user SYSTEM is trying to establish a link to the Remote Access Server for the connection named az-aks-vnet-v2 using the following device: 
Server address/Phone Number = azuregateway-b80c0077-e69d-4f0c-8f50-baa0c7a6e23e-0fe0aceeddbb.vpn.azure.com
Device = WAN Miniport (SSTP)
Port = VPN1-1
MediaType = VPN.

CoId={3285D778-432A-4746-B74C-8B95FECEB53E}: The user SYSTEM has successfully established a link to the Remote Access Server using the following device: 
Server address/Phone Number = azuregateway-b80c0077-e69d-4f0c-8f50-baa0c7a6e23e-0fe0aceeddbb.vpn.azure.com
Device = WAN Miniport (SSTP)
Port = VPN1-1
MediaType = VPN.

CoId={3285D778-432A-4746-B74C-8B95FECEB53E}: The link to the Remote Access Server has been established by user SYSTEM.

CoId={3285D778-432A-4746-B74C-8B95FECEB53E}: The user SYSTEM dialed a connection named az-aks-vnet-v2 which has failed. The error code returned on failure is 720.

VPN日志:

代码语言:javascript
复制
******************************************************************
    Operating System      : Windows NT 10.0 
    Dialer Version        : 7.2.18362.1
    Connection Name       : az-aks-vnet-v2
    All Users/Single User : Single User
    Start Date/Time       : 6/22/2020, 10:31:31
******************************************************************
    Module Name, Time, Log ID, Log Item Name, Other Info
    For Connection Type, 0=dial-up, 1=VPN, 2=VPN over dial-up
******************************************************************
[cmdial32]  10:31:31    03  Pre-Init Event  CallingProcess = C:\WINDOWS\system32\rasautou.exe
[cmdial32]  10:31:40    04  Pre-Connect Event   ConnectionType = 1
[cmdial32]  10:31:40    06  Pre-Tunnel Event    UserName = P2SDemoClientCert Domain =  DUNSetting = b80c0077-e69d-4f0c-8f50-baa0c7a6e23e Tunnel DeviceName =  TunnelAddress = azuregateway-b80c0077-e69d-4f0c-8f50-baa0c7a6e23e-0fe0aceeddbb.vpn.azure.com
[cmdial32]  10:31:42    21  On-Error Event  ErrorCode = 720 ErrorSource = RAS

提前谢谢你的帮助。

EN

回答 2

Stack Overflow用户

发布于 2020-06-23 02:00:03

问题解决了,我只是需要从电脑上休息一下,然后在晚上散步。我就是这么解决问题的-

  • 打开设备管理器
  • 转到网络适配器
  • 卸载所有适配器名称以"WAN Miniport“开头。对安装的每个“WAN小型端口驱动程序”重复步骤
  • 我没有重新启动机器。
  • 右击“网络适配器”并选择“扫描硬件更改”
  • 所有WAN微型端口适配器将立即重新出现。

在完成上述步骤之后,我能够连接到VPN网关,并通过私有ip连接到VM。

感谢斯文夫的解决方案,除了没有重新启动。我遵循相同的指示(两次),我重新启动机器,但没有运气!

票数 7
EN

Stack Overflow用户

发布于 2021-10-21 08:18:43

我遇到了一个类似的问题,Azure基本网关。

对于任何阅读这篇文章的人,我建议你从卸载万小港(Ikev2)开始。然后再次尝试连接到您的VPN。它在我的案例中奏效了:)。

(Windows 11)

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/62525546

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档