You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After enabling FastPath, the value of **$connection.ExpressRouteGatewayBypass** should have the value **$true**.
55
55
56
-
In the Azure management portal, navigate to the Connections blade of your ExpressRoute circuit. Under Settings-Configuration, verified the FastPath setting to Enable
56
+
In the Azure portal, navigate to the Connections page of your ExpressRoute circuit. Under Settings-Configuration, verified the FastPath setting to Enable
57
57
58
58
![3]
59
59
@@ -70,7 +70,7 @@ IPsec tunnels are established via transit through ExpressRoute private peering.
70
70
71
71
The routes between the VPN Device and the VPN Gateway should contain the detailed on-premises networks. Routing can be via either static routes or Border Gateway Protocol (BGP). By keeping your on-premises networks in this routing "channel" you ensure Azure traffic to on-premises is encrypted before entering the ExpressRoute data path, traveling inside the VPN tunnel.
72
72
73
-
If you do add routes to ExpressRoute BGP that you wish to encrypt, they will leak around the VPN Gateway and NOT be encrypted. To prevent this a UDR can be used on the virtual networks sending traffic to point to the VPN Gateway as the next hop to ensure that traffic is put into the encrypted tunnel before transiting ExpressRoute.
73
+
If you do add routes to ExpressRoute BGP, they leak around the VPN Gateway and are NOT be encrypted. To prevent route leaks, a UDR can be used on the virtual networks sending traffic to point to the VPN Gateway as the next hop to ensure that traffic is put into the encrypted tunnel before transiting ExpressRoute.
74
74
75
75
## <aname="VNetGateway"></a>Create a VPN gateway High Bandwidth tunnel
76
76
In this step, you create a virtual network gateway (VPN gateway) High Bandwidth tunnels for your virtual network. The High Bandwidth tunnel is supported only on VpnGw5AZ SKU.
0 commit comments