Routing s2s traffic to Azure internet

Richard Peacock 0 Reputation points
2023-08-02T17:07:39.1133333+00:00

Hello Im trying to organize how we will structure our Azure environment and need some pointers, please.

We currently have Azure setup with Meraki firewalls joining our sites but appears we can't achieve what we need to as Meraki vmx cant route the inbound vpn traffic to the internet.

We have a new requirement that requires devices outside of Azure to route all traffic to Azure via vpn. The devices need to reach the internet and additionally for devices in azure to talk with devices outside of azure.

Basic diagram included.

Does the diagram achieve the below requirements? is there a simpler cheaper way without Azure Firewall

Requirements:

*Devices A in the image needs to connect to the internet via the site-to-site VPN to Azure (no split tunneling)

*Devices A will look to DNS server in Azure for Resolution

*Device B needs to be able to access Devices A

User's image

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,795 questions
{count} votes

1 answer

Sort by: Most helpful
  1. KapilAnanth-MSFT 49,611 Reputation points Microsoft Employee Moderator
    2023-08-11T04:32:41.1933333+00:00

    @Richard Peacock

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

    I understand that you would like to route all internet traffic to Azure via S2S Connection for inspection.

    I am afraid this will not be feasible with Azure VPN Gateway.

    You will need Azure vWAN to achieve forced tunneling internet traffic from OnPrem towards Azure.

    What's the Problem with traditional VPN gateway:

    Please note that:

    Internet connectivity is not provided through the VPN gateway. As a result, all traffic bound for the Internet is dropped.

    Refer: https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-p2s-advertise-custom-routes#forced-tunneling

    How can this be achieved?:

    You would require a

    • Azure vWAN
    • and Azure secured vHub (Azure Firewall or any such NVA)

    In order to reach the Internet via Azure, you need to deploy a secured virtual hub with Azure firewall manager and use Internet Routing Policy (advertise 0.0.0.0/0 to your OnPrem site)

    Refer:

    Kindly let us know if you need further assistance on this issue.

    Thanks,

    Kapil


    Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.

    0 comments No comments

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.