Azure Virtual Network Documentation

Enhance your cloud connectivity with robust virtual networking solutions.

About VPN Gateway point-to-site VPN

Point-to-site (P2S) VPN connectivity enables you to create a secure connection from a client computer to your Azure virtual network. P2S VPN creates a virtual network connection from the client computer to the VPN device or gateway. This solution is useful for enabling remote users to connect to an organization's network on demand.

How P2S VPN Works

With P2S VPN, you can connect your client computers to your virtual network by using an existing internet connection. The connection is initiated from the client computer. Azure VPN Gateway supports two different types of P2S VPN protocols:

Key Concepts

Note: When you configure P2S VPN, you must choose one of the supported VPN protocols (SSTP or OpenVPN). You cannot use both simultaneously for a single gateway.

Use Cases

Configuration Steps

Configuring a P2S VPN involves several steps:

  1. Create a Virtual Network Gateway: Ensure you have a Virtual Network Gateway deployed in your Azure virtual network.
  2. Configure Gateway Subnet: A dedicated subnet named 'GatewaySubnet' is required for the VPN gateway.
  3. Configure P2S Settings: Specify the address pool from which VPN clients will obtain an IP address, and choose the authentication method and protocols.
  4. Generate and Distribute Client Certificates: If using certificate authentication, create and distribute client certificates.
  5. Download VPN Client Package: Azure provides a package that contains the necessary configuration files and executables to install the VPN client on Windows, macOS, or Linux machines.

Advantages of P2S VPN

For detailed instructions on setting up and configuring Point-to-Site VPN, please refer to the official Azure documentation or use the Azure portal.