Azure VPN站点到站点的资源管理器(配置失败)

Azure VPN站点到站点的资源管理器(配置失败),azure,vpn,azure-powershell,resourcemanager,azure-resource-manager,Azure,Vpn,Azure Powershell,Resourcemanager,Azure Resource Manager,运行Get-AzureVirtualNetworkGatewayConnection-Name Connection-ResourceGroupName POC-Debug cmdlet时,Provisionstate失败。我已经删除了好几次连接,但都没有成功。 结果如下: { "name": "GWConnection1", "id": "/subscriptions/ed9cc7cb-a0e4-455c-8a65/resourceGroups/POC/providers/Microsoft.

运行Get-AzureVirtualNetworkGatewayConnection-Name Connection-ResourceGroupName POC-Debug cmdlet时,Provisionstate失败。我已经删除了好几次连接,但都没有成功。 结果如下:

{
"name": "GWConnection1",
"id": "/subscriptions/ed9cc7cb-a0e4-455c-8a65/resourceGroups/POC/providers/Microsoft.Network/connections/GWConnection1",
"etag": "W/\"e66d8c6f-d4a5-4bb1-80d2\"",
"type": "Microsoft.Network/connections",
"location": "eastus2",
"properties": {
"provisioningState": "Failed",
"resourceGuid": "1d6261cc-6a03-4efe-a492",
"virtualNetworkGateway1": {
"id": "/subscriptions/ed9cc7cb-a0e5-455c/resourceGroups/POC/providers/Microsoft.Network/virtualNetworkGateways/Gateway"
},
"localNetworkGateway2": {
"id": "/subscriptions/ed9cc7cb-a0e4/resourceGroups/POC/providers/Microsoft.Network/localNetworkGateways/PR-Network"
},
"connectionType": "IPsec",
"routingWeight": 10,
"sharedKey": "308201A006092A864886F70D010703A08201913082018D0201003182014930820145020100302D3019311730150603550403130E6E72702D656E6372797074696F6E021072E532F90B53108C4B29C242F8C9C148300D06092A864886F70D010101050004820100089C2DE40C535B5B43E641E5B867618E099169D567CD4BA6",
"connectionStatus": "Unknown",
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0
}
}

NVM,我发现了问题。我认为我的本地网络是192.168.0.0/24,azure网络是192.168.0.0/16,子网是192.168.1.0/24,网关子网是192.168.3.0/24


虽然本地网络和子网络没有重叠,但地址空间是重叠的。

你的问题是什么?问题是是否有人能告诉我问题出在哪里,但我发现了错误。