Powered by Blogger.

Thursday, February 3, 2022

Azure Manual VPN client setup on user PC

0 comments

                     SOP –VPN client setup on user PC

 

 

 

1.       Once you done with Certificate installation in windows search bar Type VPN

2.       Now select Add a VPN connection

 

 

3.       Click on add a VPN connection

 


 

4.       Now put details as given below, leave other and click on save

VPN provider= Windows(built-in)

Connection Name= COMPANY-VPN

Address=azuregateway-111111111111111.vpn.azure.com

VPN Type= SSTP

Type of Certificate= Certificate

 


 

5.       Now type ncpa.cpl in windows search bar, and hit enter

 

 

 

6.       Now you will see network adaptor and right click on COMPANY-VPN

7.       Open the Properties

 

 

8.       Now click on Networking tab

9.       Select TCP/IPv4

10.   Open properties

11.   Open advanced

 


 

12.   On IP Settings, Uncheck the Use default gateway on remote network and Ok

 

 

13.   Now open PowerShell and run below command Make sure you put right details below in-place of DestinationPrefix please put you cloud Vnet-CIDR range

 

Add-VpnConnectionRoute -ConnectionName COMPANY-VPN -DestinationPrefix 10.2.0.0/16 –PassThru

Set-VpnConnection “COMPANY-VPN” -SplitTunneling $true

 


 

14.   Now click on Network icon

15.   And select the VPN and connect 

 

 

No comments:

Post a Comment