Azure Gateway error when I adda local connector

Tony Hudziak 1 Reputation point
2021-09-13T11:45:26.547+00:00

Am getting this error when I try to create a

Failed to create connection
Failed to create connection 'SPT-Local'. Error: A local network gateway cannot be connected to a virtual network gateway that shares the same IP address. The conflicting IP address is '51.104.47.27'.

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,394 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GitaraniSharma-MSFT 47,696 Reputation points Microsoft Employee
    2021-09-13T14:18:12.223+00:00

    Hello @Tony Hudziak ,

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

    The error message you are receiving states that you have configured the same Public IP address in your local network gateway as your Azure VPN gateway.
    The local network gateway is an object that represents your on-premises location for routing purposes. The IP address that you need to configure in your local network gateway should be the public IP address of the on-premises VPN device that you want Azure VPN gateway to connect to.

    If you don't have the IP address of your VPN device or you are just deploying this connection for learning purpose, you can use any random IP address but it must be different from the IP address of your VPN gateway.

    Please refer the below article for more information :
    https://learn.microsoft.com/en-us/azure/vpn-gateway/tutorial-site-to-site-portal#LocalNetworkGateway

    Kindly let us know if the above helps or you need further assistance on this issue.

    ----------------------------------------------------------------------------------------------------------------

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

    0 comments No comments