In this topic, we will go through the process of building a site-to-site VPN connection, considering Routing and Remote Access Service (RRAS) as the local VPN.
You can have your local VPN device, such as Cisco, Juniper, Brocade, and so on. You can check the supported VPN devices list at the following link: https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpn-devices.
Without further ado, let's get started with the steps:
- Create an on-premises VM or use a physical server to act as the local VPN gateway with two NICs. One for internal communication with an internal IP address assigned to it, but without a default gateway to make sure the traffic will be routed from the other NIC. ...