Skip to content

Commit 5b4e0a2

Browse files
committed
rough draft
1 parent 6615f80 commit 5b4e0a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/route-server/troubleshoot-route-server.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ If you want to inspect your on-premises traffic using a firewall, you can force
3535

3636
10.0.0.0/16 is the address space of the virtual network and 10.0.1.0/27 is the address space of RouteServerSubnet. 10.0.2.1 is the IP address of the firewall.
3737

38+
### I added a user-defined route (UDR) with next hop type as Virtual Network Gateway, but this UDR is not taking effect. Is this expected?
39+
40+
Yes, this is expected behavior. User-defined routes with next hop type **Virtual Network Gateway** are not supported for subnets within Route Server's virtual network and peered virtual networks. However, if you want to configure your next hop to be a network virtual appliance (NVA) or the internet, adding a user-defined route with next hop type **VirtualAppliance** or **Internet** is supported.
41+
3842
### Why do I lose connectivity after associating a service endpoint policy to the RouteServerSubnet or GatewaySubnet?
3943

4044
If you associate a service endpoint policy to the RouteServerSubnet or GatewaySubnet, then communication may break between Azure's underlying management platform and these respective Azure services (Route Server and VPN/ExpressRoute gateway). This can cause these Azure resources to enter an unhealthy state, resulting in connectivity loss between your on-premises and Azure workloads.

0 commit comments

Comments
 (0)