top of page

Azure VPN 1

So one of the tasks I wanted to complete after setting up my lab was to connect over VPN to the Azure Virtual Server and RDP to it through the gateway. Since there are so many convoluted steps to creating a simple VPN connection, I decided to document all the small steps. So here we go.

A) First thing to keep from getting configuration errors durnig setup I went and had to create another subnet. The VPN gateway will request another subnet than the one you currently have.

Add-Subnet.png

Under my resource group where I have everything in my lab setup create a new Gateway Subnet. The image below shows that I have already completed this task and shows my secondary subnet. 

Add-Subnet-2.png

B) I then throughout the tasks was asked to provide a NAT gateway for my subnet that I use in my lab before I could move forward.  

Azure-NAT.png
bottom of page