Search code examples
iosiphoneazureipadazure-virtual-network

Azure Point to Site VPN connection from IOS / IPad / IPhone


Is it possible to connect from an IOS device to an Azure Point to Site VPN? (Yes, I know it is unsupported). However, I have seen it suggested that SSTP could be used, but cant find a concrete example.

Can anyone shed some light on if this is actually possible - or suggest alternatives?


Solution

  • Updated Answer


    Now, Azure P2S VPN can be configured on iOS.

    How to:

    iOS VPN clients are supported for the Resource Manager deployment model only. They are not supported for the classic deployment model.

    Note IKEv2 is currently in Preview.

    When installing a client certificate, you need the password that was created when the client certificate was exported.

    1. Locate the .pfx certificate file and copy it to your iOS. You can get the certificate to the iOS in several ways, for example, you can email the certificate file or copy it to your Onedrive and open it through Safari. Click Allow

    enter image description here

    1. Install the certificate on your iOS:

    enter image description hereenter image description here

    enter image description hereenter image description here

    1. Adding VPN configuration on iOS (Choose to use certificate to authentication,details information is in the VpnSettings.xml, which downloaded from Azure portal > Point-to-site configuration> Download VPN client> Open the folder > Generic ):

    enter image description hereenter image description here

    4.Connect the VPN and try browse the IIS behind the Azure VNet via a private IP:

    enter image description hereenter image description here