Azure VPN issue

Gongya Yu 190 Reputation points
2024-05-28T19:16:21.83+00:00

I have the following
AzureVPN

VPN is up.
User's image

But BGP is not established, the following capture shows the BGP is initialized from SRX, but no responseUser's image

From MS Docs:

Azure VPN gateway will internally add a route of your BGP peer IP address to the corresponding IPsec tunnel.

So my understanding is Azure knows how to send the packet back.

I do not know how troubleshoot on Azure side

Appreciate any insights !!

thanks !!

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,524 questions
{count} vote

Accepted answer
  1. ChaitanyaNaykodi-MSFT 26,171 Reputation points Microsoft Employee
    2024-05-29T02:01:12.6033333+00:00

    @Gongya Yu

    Thank you for reaching out.

    I understand you are facing issues with BGP connectivity on your Azure VPN Gateway

    From the screenshot I see that you are using an APIPA IP address (169.254.21.6) as the BGP Peer IP addresses. In this case as your on-premises VPN devices uses APIPA address for BGP, you must select an address from the Azure-reserved APIPA address range for VPN, which is from 169.254.21.0 to 169.254.22.255.

    This option should be available on the Configure BGP section on Azure Portal. You can find more details on the configure BGP section here

    User's image

    Hope this helps! Please let me know if you have any additional questions or if the issue still persists. Thank you!


    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


3 additional answers

Sort by: Most helpful
  1. Gongya Yu 190 Reputation points
    2024-05-29T02:21:39.74+00:00

    In your highlighted in Red, should I fill in Azure APIPA or on Prem ? I am so confused on this.
    APIPA

    0 comments No comments

  2. Gongya Yu 190 Reputation points
    2024-05-29T03:13:09.8766667+00:00

    User's image

    I configured as follows this time,
    APIPA-1

    0 comments No comments

  3. Gongya Yu 190 Reputation points
    2024-05-29T03:24:49.8733333+00:00

    My bgp is up.
    Seems whether Custom Azure APIPA address is configured or not, Azure always fails over to use one IP from GatewaySubnet.
    This time what I did differently is I configured APIPA address outside of MS range.

    I will do some more tests.

    thanks so much !!

    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.