Vnet To Vnet VPN
Vnet To Vnet VPN
https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-vnet-vnet-resource-manager-
portal
• When you create a VNet-to-VNet connection, the local network gateway address
space is automatically created and populated. However, the local network gateway
isn't visible in this configuration. That means that you can't configure it manually.
• If you update the address space for one VNet, the other VNet automatically routes to
the updated address space.
• It's typically faster and easier to create a VNet-to-VNet connection than a site-to-site
connection.
• If you know you want to specify more address spaces for the local network gateway,
or plan to add more connections later and need to adjust the local network gateway,
create the configuration using the site-to-site connection steps instead.
• The VNet-to-VNet connection doesn't include point-to-site client pool address space.
If you need transitive routing for point-to-site clients, then create a site-to-site
connection between the virtual network gateways, or use virtual network peering.
You might want to connect virtual networks by using a VNet-to-VNet connection for the
following reasons:
If you already have a VNet, verify that the settings are compatible with your VPN gateway
design. Pay particular attention to any subnets that might overlap with other networks. Your
connection won't work properly if you have overlapping subnets.
In this section, create VNet1 using the following values. If you're using your own values,
make sure the address spaces don't overlap with any of the virtual networks to which you
want to connect.
• Subscription: Verify that the subscription listed is the correct one. You can
change subscriptions by using the dropdown box.
• Resource group: Select an existing resource group or select Create new to
create a new one. For more information about resource groups, see Azure
Resource Manager overview.
• Name: Enter the name for your virtual network.
• Region: Select the location for your virtual network. The location determines
where the resources that you deploy to this virtual network will reside.
5. Select Next or Security to go to the Security tab. For this exercise, leave the default
values for all the services on this page.
6. Select IP Addresses to go to the IP Addresses tab. On the IP Addresses tab,
configure the settings.
• IPv4 address space: By default, an address space is automatically created. You
can select the address space and adjust it to reflect your own values. You can
also add a different address space and remove the default that was
automatically created. For example, you can specify the starting address
as 10.1.0.0 and specify the address space size as /16. Then select Add to add
that address space.
• + Add subnet: If you use the default address space, a default subnet is created
automatically. If you change the address space, add a new subnet within that
address space. Select + Add subnet to open the Add subnet window.
Configure the following settings, and then select Add at the bottom of the
page to add the values.
1. Subnet name: You can use the default, or specify the name.
Example: FrontEnd.
2. Subnet address range: The address range for this subnet. Examples
are 10.1.0.0 and /24.
7. Review the IP addresses page and remove any address spaces or subnets that you
don't need.
8. Select Review + create to validate the virtual network settings.
9. After the settings are validated, select Create to create the virtual network.
The virtual network gateway requires a specific subnet named GatewaySubnet. The gateway
subnet is part of the IP address range for your virtual network and contains the IP addresses
that the virtual network gateway resources and services use.
When you create the gateway subnet, you specify the number of IP addresses that the
subnet contains. The number of IP addresses needed depends on the VPN gateway
configuration that you want to create. Some configurations require more IP addresses than
others. It's best to specify /27 or larger (/26, /25, etc.) for your gateway subnet.
1. On the page for your virtual network, on the left pane, select Subnets to open
the Subnets page.
2. At the top of the page, select + Gateway subnet to open the Add subnet pane.
3. The name is automatically entered as GatewaySubnet. Adjust the IP address range
value, if necessary. An example is 10.1.255.0/27.
4. Don't adjust the other values on the page. Select Save at the bottom of the page to
save the subnet.
In this step, you create the virtual network gateway for your virtual network. Creating a
gateway can often take 45 minutes or more, depending on the selected gateway SKU. For
gateway SKU pricing, see Pricing.
Create a virtual network gateway (VPN gateway) by using the following values:
• Name: VNet1GW
• Gateway type: VPN
• SKU: VpnGw2AZ
• Generation: Generation 2
• Virtual network: VNet1
• Gateway subnet address range: 10.1.255.0/27
• Public IP address: Create new
• Public IP address name: VNet1GWpip1
• Public IP address SKU: Standard
• Assignment: Static
• Second Public IP address name: VNet1GWpip2
• Enable active-active mode: Enabled
1. In Search resources, services, and docs (G+/), enter virtual network gateway.
Locate Virtual network gateway in the Marketplace search results and select it to
open the Create virtual network gateway page.
2. On the Basics tab, fill in the values for Project details and Instance details.
• Subscription: Select the subscription you want to use from the dropdown list.
• Resource group: This value is autofilled when you select your virtual network
on this page.
• Name: This is the name of the gateway object you're creating. This is different
than the gateway subnet to which gateway resources will be deployed.
• Region: Select the region in which you want to create this resource. The region
for the gateway must be the same as the virtual network.
• Gateway type: Select VPN. VPN gateways use the virtual network gateway
type VPN.
• SKU: From the dropdown list, select a gateway SKU that supports the features
you want to use.
o We recommend that you select a SKU that ends in AZ when possible. AZ
SKUs support availability zones.
o The Basic SKU isn't available in the portal. To configure a Basic SKU
gateway, you must use PowerShell or CLI.
• Generation: Select Generation2 from the dropdown.
• Virtual network: From the dropdown list, select the virtual network to which
you want to add this gateway. If you can't see the virtual network you want to
use, make sure you selected the correct subscription and region in the
previous settings.
• Gateway subnet address range or Subnet: The gateway subnet is required to
create a VPN gateway.
Currently, this field can show different settings options, depending on the virtual network
address space and whether you already created a subnet named GatewaySubnet for your
virtual network.
If you don't have a gateway subnet and you don't see the option to create one on this page,
go back to your virtual network and create the gateway subnet. Then, return to this page
and configure the VPN gateway.
3. Specify the values for Public IP address. These settings specify the public IP address
objects that will be associated to the VPN gateway. A public IP address is assigned to each
public IP address object when the VPN gateway is created. The only time the assigned public
IP address changes is when the gateway is deleted and re-created. IP addresses don't
change across resizing, resetting, or other internal maintenance/upgrades of your VPN
gateway.
A gateway can take 45 minutes or more to fully create and deploy. You can see the
deployment status on the Overview page for your gateway. After the gateway is created,
you can view the IP address that has been assigned to it by looking at the virtual network in
the portal. The gateway appears as a connected device.
After you've configured VNet1, create VNet4 and the VNet4 gateway by repeating the
previous steps and replacing the values with VNet4 values. You don't need to wait until the
virtual network gateway for VNet1 has finished creating before you configure VNet4. If
you're using your own values, make sure the address spaces don't overlap with any of the
virtual networks to which you want to connect.
You can use the following examples values to configure VNet4 and the VNet4 gateway.
• Virtual network settings
o Name: VNet4
o Address space: 10.41.0.0/16
o Subscription: Select the subscription you want to use.
o Resource group: TestRG4
o Location: West US 2
o Subnet
o Name: FrontEnd
o Address range: 10.41.0.0/24
• Name: GatewaySubnet
• Gateway subnet address range: 10.41.255.0/27
You can use the following examples values to configure the VNet4 VPN gateway.
When the VPN gateways for both VNet1 and VNet4 have completed, you can create your
virtual network gateway connections.
Virtual networks in the same subscription can be connected using the portal, even if they are
in different resource groups. However, if your virtual networks are in different subscriptions,
you must use PowerShell to make the connections.
You can create either a bidirectional, or a single direction connection. For this exercise, we'll
specify a bidirectional connection. The bidirectional connection value creates two separate
connections so that traffic can flow in both directions.
4. Click Next : Settings > at the bottom of the page to advance to the Settings page.
5. On the Settings page, specify the following values:
6. For this exercise, you can leave the rest of the settings as their default values.
7. Select Review + create, then Create to validate and create your connections.