Azure Site to Site VPN Connection
Youtube : https://www.youtube.com/watch?v=MorG47BTttU
1. Step : Create a Resource Group :
The resource group : Site2Site-VPN , you need to make sure to which region you want to connect the on-Premise via the VPN connection.
2. Step 2 : Creation of VNet:
We still have one subnet to add which is the Gateway subnet that we are going to use apart from the "Default" subnect that we created while creating the VNet.
-- Question to ask : While creating the subnet how may IP Addresses are you expecting to have for this subnet.
3. Step 3: Create Local Network Gateway
Local IP address that you have in your internet router. if you do not remember . "www.whatsmyip.org"
Step 4: Creation of the Public IP Address:
Step : 5 Virtual Network Gateway
Step 6 : Create Connection
Step 7 : Create a Virtual Machine
Step 8 : Configure RRAS on local windows Serv -- Routing Remote Access Service
Lets move on to the on-premises environment
Select Option : Secure Connection between two private networks
RRAS : Routing and Remote Access
No, you typically don't need to download RRAS separately because it's a built-in feature of Windows Server operating systems. RRAS functionality is included as a feature that you can enable or configure within Windows Server.
Here's how you can typically enable RRAS on a Windows Server:
Server Manager: You can use the Server Manager tool in Windows Server to add roles and features. From there, you can select the Routing and Remote Access Services role to install it.
PowerShell: You can also use PowerShell cmdlets to install RRAS. The cmdlet
Install-WindowsFeature RemoteAccesscan be used for this purpose.
Once installed, you would configure RRAS through the Routing and Remote Access console, which provides a graphical interface for setting up routing, VPN, NAT, and other related functionalities.









Comments
Post a Comment