Skip to content

Commit c75d1ee

Browse files
authored
Merge pull request #107222 from JackStromberg/patch-36
P2S Connection Clarification
2 parents 05316be + b01ebd9 commit c75d1ee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

includes/vpn-gateway-faq-p2s-all-include.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,13 @@ Auto-reconnect and DDNS are currently not supported in Point-to-Site VPNs.
5252

5353
Yes. For the Resource Manager deployment model, you must have a RouteBased VPN type for your gateway. For the classic deployment model, you need a dynamic gateway. We do not support Point-to-Site for static routing VPN gateways or PolicyBased VPN gateways.
5454

55+
### Can I configure a Point-to-Site client to connect to multiple virtual network gateways at the same time?
56+
57+
Depending on the VPN Client software used, you may be able to connect to multiple Virtual Network Gateways provided the virtual networks being connected to do not have conflicting address spaces between them or the network from with the client is connecting from. While the Azure VPN Client supports many VPN connections, only one connection can be Connected at any given time.
58+
5559
### Can I configure a Point-to-Site client to connect to multiple virtual networks at the same time?
5660

57-
No. A Point-to-Site client can only connect to resources in the VNet in which the virtual network gateway resides.
61+
Yes, Point-to-Site connections to a Virtual Network Gateway deployed in a VNet that is peered with other VNets may have access to other peered VNets. Provided the peered VNets are using the UseRemoteGateway / AllowGatewayTransit features, the Point-to-Site client will be able to connect to those peered VNets. For more information please reference [this](../articles/vpn-gateway/vpn-gateway-about-point-to-site-routing.md) article.
5862

5963
### How much throughput can I expect through Site-to-Site or Point-to-Site connections?
6064

0 commit comments

Comments
 (0)