Forum Discussion
Route Internet traffic through Ipsec tunnel.
why do you want to route the traffic between two regions over a seperate Ipsec tunnel or VPN Gateway?
It's possible to create a global VNet Peering.
https://azure.microsoft.com/es-es/blog/global-vnet-peering-now-generally-available/
Regards,
Hannes
- Deepak_kumarMay 21, 2019Copper Contributor
Thxx@Hannes_LG ,
but in my scenario we have already an existing infra and having multiple basic internal load balancer.
If we go with global vnet peering, then we will have to update all basic internal load balancer to standard one because in global vnet peering we can't access frontend ip of internal load balancer of basic sku in peered region.
https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-faq#what-are-the-constraints-related-to-global-vnet-peering-and-load-balancers
That's way I’m searching for another way.
- Hannes_LGMay 21, 2019Brass ContributorHi,
okay that's bad. Is it possible to share your Route Table?
To bin a UDR with 0.0.0.0/0 to an Azure Gateway subnet isn't supported.
Original Articel (https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-udr-overview)
If your virtual network is connected to an Azure VPN gateway, do not associate a route table to the gateway subnet that includes a route with a destination of 0.0.0.0/0. Doing so can prevent the gateway from functioning properly. For details, see the Why are certain ports opened on my VPN gateway? question in the VPN Gateway FAQ.
I guess you have to define each subnet at the UDR.
Regards,
Hannes- Deepak_kumarMay 24, 2019Copper Contributor
Hi,
I can't share much of info, but for your understanding I have already mentioned all the information in my question. For internal communication (private traffic), traffic will go through IPsec tunnel. DMZ subnet is in vnet B, so we use UDR to route all internet traffic from vnet B to firewall ip in DMZ subnet but for vnet A internet traffic i need your help.