Azure Documentation

Configure Point-to-Site VPN

This document guides you through the process of setting up a Point-to-Site (P2S) VPN connection to your Azure Virtual WAN. P2S VPN allows individual users to connect to your Azure Virtual WAN hub from their client devices, providing secure access to resources in your Azure environment.

Prerequisites

Steps to Configure P2S VPN

  1. Navigate to your Virtual WAN Hub:

    In the Azure portal, go to your Virtual WAN resource, then select the specific Hub you want to configure P2S VPN for.

  2. Access VPN Configuration:

    Within the Hub settings, find and select the VPN (P2S) option in the left-hand menu.

  3. Configure VPN Server Configuration:
    • Authentication Type: Choose between Azure Active Directory, Radius, or Private Certificate Authority (PKI). For most scenarios, Azure Active Directory or PKI are recommended.
    • RADIUS Server (if applicable): Provide the RADIUS server IP address and secret.
    • Root Certificates: If using a private CA, upload the public root certificate(s) (Base-64 encoded format).
  4. Configure Tunnel Type:

    Select the desired tunnel type. OpenVPN (SSL) is generally recommended for its broad client compatibility. IKEv2 VPN is also an option.

  5. Configure Address Pool:

    Specify a private IP address range that will be assigned to clients connecting via P2S VPN. This range should not overlap with any existing network ranges in your on-premises or Azure environments.

    Example: 172.16.201.0/24

  6. Save Configuration:

    Click Save to apply your P2S VPN configuration to the hub.

Client Configuration

After the P2S VPN configuration is saved, you will need to download the P2S VPN client configuration package. This package contains the necessary certificates and configuration files for your users to connect.

  1. Download Client Package:

    On the VPN (P2S) page of your hub, click the Download VPN client button.

  2. Distribute to Users:

    Extract the downloaded zip file and distribute the appropriate client installer (e.g., Windows, macOS) and configuration profiles to your users.

  3. Install and Connect:

    Users will need to install the VPN client and import the configuration. The process varies slightly depending on the operating system.

Important: Ensure that the firewall on the client machine allows the VPN connection. For Windows, the VPN client installer typically handles necessary firewall rules.

Managing P2S VPN

Troubleshooting Common Issues

For more advanced troubleshooting, refer to the Virtual WAN Troubleshooting Guide.