Extended guide on creating Virtual Network Peering in Azure


Creating Virtual Network (VNet) peering in Azure is a straightforward process that enables direct connectivity between two VNets.

This guide provides an extensive walkthrough, including prerequisites, configuration steps, verification, and best practices.

Prerequisites

Before you begin, ensure the following:

1. Azure Subscription

  • Both VNets should be in the same Azure AD tenant.

  • VNets can be in the same or different subscriptions.

2. VNet Address Spaces

  • VNets must have non-overlapping IP address spaces.

  • Example: VNet1: 10.0.0.0/16 and VNet2: 10.1.0.0/16.

3. Permissions

  • You need the Network Contributor role on both VNets to configure peering.

4. Region and Gateway Compatibility

  • VNets can be in the same region (regional peering) or different regions (global peering).

Steps to Create VNet Peering

Option 1: Using Azure Portal

Step 1: Navigate to the Virtual Network

  1. Log in to the Azure Portal.

  2. Go to the Virtual Networks blade.

  3. Select the first VNet (e.g., VNet1).

Step 2: Create a Peering Connection

  1. Under Settings, click on Peerings.

  2. Click + Add to create a new peering.

  3. Fill in the following details:

    • Name: Enter a unique name for the peering (e.g., VNet1-to-VNet2).

    • Peer Virtual Network: Select the second VNet (VNet2).

    • Traffic Options:

      • Allow virtual network access: Enable to allow communication between VNets.

      • Allow forwarded traffic: Enable if you need to forward traffic (optional).

      • Allow gateway transit: Enable if the peer VNet needs to use your gateway (optional).

Step 3: Create the Reverse Peering

  1. Navigate to the second VNet (VNet2).

  2. Repeat the above steps to create the reverse peering (VNet2-to-VNet1).

Option 2: Using Azure CLI

  1. Install and Configure CLI:

    • Ensure the Azure CLI is installed and configured with the right subscription.

  2. Create Peering for the First VNet:

  1. Create Peering for the Second VNet:

Option 3: Using PowerShell

  1. Create Peering for the First VNet:

  1. Create Peering for the Second VNet:

Verifying VNet Peering

Check the Peering Status

  1. Navigate to the Peerings blade for both VNets.

  2. Ensure the peering status shows Connected.

Test Connectivity

  1. Deploy two Virtual Machines (VMs):

    • VM1 in VNet1.

    • VM2 in VNet2.

  2. Test connectivity using tools like ping, curl, or Test-NetConnection:

  1. Ensure there are no Network Security Group (NSG) rules blocking traffic.

Advanced Configuration

Gateway Transit

If you have a hub-and-spoke architecture:

  1. In the hub VNet, enable Allow gateway transit.

  2. In the spoke VNet, enable Use remote gateways.

Forwarded Traffic

Enable Allow forwarded traffic for scenarios like NVAs (Network Virtual Appliances).

Network Security Groups

Apply NSG rules for fine-grained traffic control between VNets.

Troubleshooting

1. Peering Status Not Connected

  • Verify that both VNets are correctly peered.

  • Check permissions and ensure the peering settings are symmetrical.

2. Connectivity Issues

  • Ensure there are no overlapping IP address ranges.

  • Verify NSG and route table configurations.

3. Latency Issues

  • For global peering, ensure traffic routing is optimized using Azure Monitor.

Best Practices

  1. IP Address Planning:

    • Use well-planned, non-overlapping CIDR blocks for VNets.

  2. Monitoring and Logging:

    • Enable logging via Azure Monitor to track traffic between peered VNets.

  3. Use Tags:

    • Tag peering connections to easily identify them in large environments.

  4. Secure Traffic:

    • Use NSGs to limit traffic between VNets to only required ports and protocols.

  5. Gateway Transit:

    • Centralize VPN or ExpressRoute connectivity in hub VNets for cost and operational efficiency.

Do write in comments if you want a tailored guidance for specific scenarios.

 

Related Articles


Rajnish, MCT

Leave a Reply

Your email address will not be published. Required fields are marked *


SUBSCRIBE

My newsletter for exclusive content and offers. Type email and hit Enter.

No spam ever. Unsubscribe anytime.
Read the Privacy Policy.