Does Azure point-to-site VPN support forced tunneling?

Evan Kaye 26 Reputation points
2020-08-11T20:07:18.543+00:00

We want to allow our users to VPN into an Azure network and route all Internet traffic over that VPN, for privacy reasons. Is this something Azure VPN supports?

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,379 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,139 questions
0 comments No comments
{count} vote

Accepted answer
  1. TravisCragg-MSFT 5,676 Reputation points Microsoft Employee
    2020-08-12T00:02:02.36+00:00

    This is not supported for P2S Connections. Internet traffic will be dropped by the VPN Gateway. You can read more about P2S Routing in Azure Here.

    If you would like us to add this functionality in the future, please vote for this existing issue here at Azure Networking's feedback.azure.com page.

    2 people found this answer helpful.

3 additional answers

Sort by: Most helpful
  1. Andreas Baumgarten 96,266 Reputation points MVP
    2020-08-11T21:01:14.287+00:00

    If you take a look here (Configure forced tunneling using the classic deployment model), the force tunneling is available for Sote To Site CPN connections.

    I just tested with the Azure VPN Client:

    • There is no option to configure "force tunneling" in the Azure VPN Client
    • After connecting a P2S Tunnel the default route of the Windows 10 client is still pointing to the IP of the client (not to the VPN connection)

    Maybe this is helpful.

    Regards

    Andreas Baumgarten

    (Please don't forget to Accept as answer if the reply is helpful)

    1 person found this answer helpful.

  2. Randy Sutton 36 Reputation points
    2022-12-25T15:47:26.343+00:00
    1 person found this answer helpful.
    0 comments No comments

  3. Bhushan Gawale 306 Reputation points
    2023-03-25T11:48:45.51+00:00

    The documentation appears to be rather generic and lacks clarity on how to manage internet-bound traffic from remote clients via the P2S connection using the VPN gateway. Has anyone successfully implemented this, or is there any specific documentation available to clarify this process?

    0 comments No comments