Skip to content

Commit 99cc401

Browse files
authored
Merge pull request #51278 from Tbohunek/patch-1
Describe error The remote virtual network lacks a gateway
2 parents 78a788c + 654a8d5 commit 99cc401

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/virtual-network/virtual-network-troubleshoot-peering-issues.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,15 @@ To resolve this issue, delete the peering from both virtual networks, and then r
231231

232232
To resolve this issue, configure the virtual network peering under **Azure Databricks**, and then specify the target virtual network by using **Resource ID**. For more information, see [Peer a Databricks virtual network to a remote virtual network](https://docs.azuredatabricks.net/administration-guide/cloud-configurations/azure/vnet-peering.html#id2).
233233

234+
### The remote virtual network lacks a gateway
235+
236+
This issue occurs when you peer virtual networks from different tenants and later want to configure `Use Remote Gateways`. A limitation of the Azure portal is that it can't validate the presence of a virtual network gateway in another tenant's virtual network.
237+
238+
There are two ways to resolve the issue:
239+
240+
* Delete the peerings and activate the `Use Remote Gateways` option when you create a new peering.
241+
* Use PowerShell or CLI, instead of the Azure portal, to enable `Use Remote Gateways`.
242+
234243
## Next steps
235244

236245
* [Troubleshooting connectivity problems between Azure VMs](https://docs.microsoft.com/azure/virtual-network/virtual-network-troubleshoot-connectivity-problem-between-vms)

0 commit comments

Comments
 (0)