Point to Site VPN configuration In Azure Cloud

Опубликовано: 24 Январь 2025
на канале: Tricks That Make you Smart
1,994
13

Point to site Configuration:
1.Download and install windows 10 SDK development toolkit

2.Create a virtual network
Name:harsha-vnetwork
Address space:10.5.0.0/16

3.Create a subnet
Name:subnet01
Address space:10.5.1.0/24

4.Create a gateway subnet
Name:vpngateway
Address space:10.5.2.0/24

5.Create And Configure A Virtual Network Gateway.

6.Create VM in subnet01

7.Navigate to below path and Generate self-signed Certificates using makecert command

C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x64

To create a self-signed Root Certificate
makecert -sky exchange -r -n "CN=harshaRootCert" -pe -a sha1 -len 2048 -ss My "harshaRootCert.cer"
To create a client certificate from a self-signed Root Certificate
makecert -n "CN=harshaClientCert" -pe -sky exchange -m 96 -ss My -in "harshaRootCert" -is my -a sha1
8.Export the Public and client private certificate.
9.Add the client address pool
172.17.5.0/24
9.Upload the root certificate
10.Download and install the VPN client configuration package
11.Install the client certificate
12.Connect To Vm Using Vm Private Ip
Don't forget to subscribe to our channel.
   / tricksthatmakesmart  
  / tricksthatmakeyousmart  
  / tricksthatmakeyousmart