Point to Site Configuration in Azure.

To day i have configured Point-To-Site configuration on my home machine successfully. Which is connected to SQL Server instance which is there in Azure Virtual Machine. I am not giving here any detailed explanation, but few things which was stopped me to configure Point to Site. Usually we follow the below  step in order to configure point to site connection.

Create a ResourceGroup
Create a VirtualNetwork
Create Subnet
Create VirtualNetwork GateWay
Create GateWaySubnet
Create a Virtual Machine without public ip
Create certificates and exports

I got a few doubts while i am doing configuration when i am creating Virtual network gate way and point to site configuration.

In point-to-site configuration give the below ip 172.16.25.0/24  and tunnel type should be SSTP(SSL) if you are configuring this from home machine.

And another thing that you need to remember while creating Virtual Network gateway choose SKU as VpnGW1,gateway type as VPN and VPN type as Route-Base, see second image.




The below image will show you the Client Certificate(.pfx) and Root certificate(CER) Image files . Client certificate need to be installed(double click on the file) on the context of "Current User". Root Certificate need to opene in notepad and upload the content in PointToSite

Please use below link to use export client and root certificates



Comments

Popular posts from this blog

System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out

Pre login Handshake or Connection Timeout Period

Transparent Data Encryption(TDE) with Master Key and Certificate in SQL Server