Azure networking

N Wakchaure, Jagdish 120 Reputation points
2024-08-26T19:37:37.02+00:00

We have a customer running on prem infra structure. The on prem production ip range has vnet gatway connected to azure using the express route. There are some servers in dmz at on prem which we need to move in azure.

So we created another vnet in azure and deployed watchgaurd in second rg and vnet. This vnet dosent have express route or site to site connectivity but there is peering in them. Now if we create the server in this second vnet how that traffic go outside internet through firewall. Can we associate nat gateway to subnet ? But how vm traffic will pass through watchgaurd? Watchgaurd has the public IP also. And where watchgaurd is place ther is no express route or site to site connectivity. Question is how we can pass through traffic from watch gaurd firewall from second vnet / subnet. Then to public.

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,401 questions
Azure NAT Gateway
Azure NAT Gateway
NAT Gateway is a fully managed service that securely routes internet traffic from a private virtual network with enterprise-grade performance and low latency.
32 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KapilAnanth-MSFT 44,311 Reputation points Microsoft Employee
    2024-08-27T04:09:28.5666667+00:00

    @N Wakchaure, Jagdish ,

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.

    I am afraid I do not understand what your requirement here is.

    From the newly created VNET, do you want the VMs' traffic to go to the NVA (Watchguard) ?

    • Is my understanding correct?
    • If so, NAT Gateway is not required
    • You just have to use UDRs and point the traffic towards the NVA
      • Attach a route table with 0.0.0.0/0 route with NextHopType as NVA and IP as the private IP of the NVA
      • To all the subnets of the newly created VNET.
    • You can refer to this where the NVA is the Azure Firewall
      • You can follow the steps mentioned here and instead of Azure Firewall's Private IP, you can use your NVA's IP

    Cheers,

    Kapil


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.