How to establish VPN from Azure to AWSIs it possible to create a VPN link between AZURE VNET and AWS VPC?VPN from Azure to AWSUse AWS private DNS from Azure through site-to-site VPNAzure “firewall” capture VPN trafficAWS VPN: Can't ping customer side with EC2 instanceMultiple static VPN gateways on for Azure VPN Gateway workaround?inter-cloud vpn tunneling (AWS and Azure)Configuring a WAF infron of VPN gatewayAzure VPN Site to Site VPN (Azure to Cisco)How can I configure an Azure VM to act as a proxy for connecting to SQL Database over a Service Endpoint?

Why didn't this character get a funeral at the end of Avengers: Endgame?

Find magical solution to magical equation

Out of scope work duties and resignation

Install LibreOffice-Writer Only not LibreOffice whole package

Is any special diet a treatment of autism?

Feasibility of lava beings?

Are the Night's Watch still required?

Is there a word for food that's gone 'bad', but is still edible?

How can internet speed be 10 times slower without a router than when using the same connection with a router?

Is it normal for gliders not to have attitude indicators?

Has the United States ever had a non-Christian President?

Where are the "shires" in the UK?

History of the kernel of a homomorphism?

Why am I receiving the identity insert error even after explicitly setting IDENTITY_INSERT ON and using a column list?

Copy previous line to current line from text file

What is the closest airport to the center of the city it serves?

Which US defense organization would respond to an invasion like this?

Should I simplify my writing in a foreign country?

Notation: What does the tilde bellow of the Expectation mean?

Python 3 - simple temperature program

Voltage Balun 1:1

Is an HNN extension of a virtually torsion-free group virtually torsion-free?

How can I get people to remember my character's gender?

My first c++ game (snake console game)



How to establish VPN from Azure to AWS


Is it possible to create a VPN link between AZURE VNET and AWS VPC?VPN from Azure to AWSUse AWS private DNS from Azure through site-to-site VPNAzure “firewall” capture VPN trafficAWS VPN: Can't ping customer side with EC2 instanceMultiple static VPN gateways on for Azure VPN Gateway workaround?inter-cloud vpn tunneling (AWS and Azure)Configuring a WAF infron of VPN gatewayAzure VPN Site to Site VPN (Azure to Cisco)How can I configure an Azure VM to act as a proxy for connecting to SQL Database over a Service Endpoint?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I am trying to establish a VPN between AZURE and AWS. I have the vnet gateway public address to the AWS support team and I received the below config text file.



Outside IP Addresses:
- Customer Gateway : xxx.xxx.xxx.xxx <=== I see my Public IP here
- Virtual Private Gateway : xxx.xxx.xxx.xxx <=== Public IP from AWS VPC

Inside IP Addresses
- Customer Gateway : 169.254.xx.xx/xx
- Virtual Private Gateway : 169.254.xx.xx/xx


Now on my Azure when I create the local gateway I input the Customer Gateway address in the IP address field and the IP address of the "Virtual Private Gateway" in the "Address space" field.



I am seeing the message that this CIDR block is invalid.



I am stuck at this point and looking for some responses and suggestions, please.



I followed these links:



Step By Step Connect your AWS and Azure environments with a VPN



How to connect between azure and aws with managed services










share|improve this question
























  • What is the Address Space for your AWS VPC? You need to specify a subnet that is in that Address Space. Since you are not showing us those two values, it's hard to say what the issue is.

    – Ken W MSFT
    Apr 25 at 21:33











  • The actual address space on the AWS side from our network diagram is 192.168.x.x range, but I'm not sure about the actual CIDR block. At the same time per AWS documentation says the provided range is correct: docs.aws.amazon.com/vpn/latest/s2svpn/VPNTunnels.html

    – sumanth
    Apr 26 at 11:52

















0















I am trying to establish a VPN between AZURE and AWS. I have the vnet gateway public address to the AWS support team and I received the below config text file.



Outside IP Addresses:
- Customer Gateway : xxx.xxx.xxx.xxx <=== I see my Public IP here
- Virtual Private Gateway : xxx.xxx.xxx.xxx <=== Public IP from AWS VPC

Inside IP Addresses
- Customer Gateway : 169.254.xx.xx/xx
- Virtual Private Gateway : 169.254.xx.xx/xx


Now on my Azure when I create the local gateway I input the Customer Gateway address in the IP address field and the IP address of the "Virtual Private Gateway" in the "Address space" field.



I am seeing the message that this CIDR block is invalid.



I am stuck at this point and looking for some responses and suggestions, please.



I followed these links:



Step By Step Connect your AWS and Azure environments with a VPN



How to connect between azure and aws with managed services










share|improve this question
























  • What is the Address Space for your AWS VPC? You need to specify a subnet that is in that Address Space. Since you are not showing us those two values, it's hard to say what the issue is.

    – Ken W MSFT
    Apr 25 at 21:33











  • The actual address space on the AWS side from our network diagram is 192.168.x.x range, but I'm not sure about the actual CIDR block. At the same time per AWS documentation says the provided range is correct: docs.aws.amazon.com/vpn/latest/s2svpn/VPNTunnels.html

    – sumanth
    Apr 26 at 11:52













0












0








0








I am trying to establish a VPN between AZURE and AWS. I have the vnet gateway public address to the AWS support team and I received the below config text file.



Outside IP Addresses:
- Customer Gateway : xxx.xxx.xxx.xxx <=== I see my Public IP here
- Virtual Private Gateway : xxx.xxx.xxx.xxx <=== Public IP from AWS VPC

Inside IP Addresses
- Customer Gateway : 169.254.xx.xx/xx
- Virtual Private Gateway : 169.254.xx.xx/xx


Now on my Azure when I create the local gateway I input the Customer Gateway address in the IP address field and the IP address of the "Virtual Private Gateway" in the "Address space" field.



I am seeing the message that this CIDR block is invalid.



I am stuck at this point and looking for some responses and suggestions, please.



I followed these links:



Step By Step Connect your AWS and Azure environments with a VPN



How to connect between azure and aws with managed services










share|improve this question
















I am trying to establish a VPN between AZURE and AWS. I have the vnet gateway public address to the AWS support team and I received the below config text file.



Outside IP Addresses:
- Customer Gateway : xxx.xxx.xxx.xxx <=== I see my Public IP here
- Virtual Private Gateway : xxx.xxx.xxx.xxx <=== Public IP from AWS VPC

Inside IP Addresses
- Customer Gateway : 169.254.xx.xx/xx
- Virtual Private Gateway : 169.254.xx.xx/xx


Now on my Azure when I create the local gateway I input the Customer Gateway address in the IP address field and the IP address of the "Virtual Private Gateway" in the "Address space" field.



I am seeing the message that this CIDR block is invalid.



I am stuck at this point and looking for some responses and suggestions, please.



I followed these links:



Step By Step Connect your AWS and Azure environments with a VPN



How to connect between azure and aws with managed services







amazon-web-services azure azure-networking






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 25 at 21:02









Tim

18.3k41950




18.3k41950










asked Apr 25 at 20:34









sumanthsumanth

122




122












  • What is the Address Space for your AWS VPC? You need to specify a subnet that is in that Address Space. Since you are not showing us those two values, it's hard to say what the issue is.

    – Ken W MSFT
    Apr 25 at 21:33











  • The actual address space on the AWS side from our network diagram is 192.168.x.x range, but I'm not sure about the actual CIDR block. At the same time per AWS documentation says the provided range is correct: docs.aws.amazon.com/vpn/latest/s2svpn/VPNTunnels.html

    – sumanth
    Apr 26 at 11:52

















  • What is the Address Space for your AWS VPC? You need to specify a subnet that is in that Address Space. Since you are not showing us those two values, it's hard to say what the issue is.

    – Ken W MSFT
    Apr 25 at 21:33











  • The actual address space on the AWS side from our network diagram is 192.168.x.x range, but I'm not sure about the actual CIDR block. At the same time per AWS documentation says the provided range is correct: docs.aws.amazon.com/vpn/latest/s2svpn/VPNTunnels.html

    – sumanth
    Apr 26 at 11:52
















What is the Address Space for your AWS VPC? You need to specify a subnet that is in that Address Space. Since you are not showing us those two values, it's hard to say what the issue is.

– Ken W MSFT
Apr 25 at 21:33





What is the Address Space for your AWS VPC? You need to specify a subnet that is in that Address Space. Since you are not showing us those two values, it's hard to say what the issue is.

– Ken W MSFT
Apr 25 at 21:33













The actual address space on the AWS side from our network diagram is 192.168.x.x range, but I'm not sure about the actual CIDR block. At the same time per AWS documentation says the provided range is correct: docs.aws.amazon.com/vpn/latest/s2svpn/VPNTunnels.html

– sumanth
Apr 26 at 11:52





The actual address space on the AWS side from our network diagram is 192.168.x.x range, but I'm not sure about the actual CIDR block. At the same time per AWS documentation says the provided range is correct: docs.aws.amazon.com/vpn/latest/s2svpn/VPNTunnels.html

– sumanth
Apr 26 at 11:52










1 Answer
1






active

oldest

votes


















0














Thank you @Ken W MSFT
Our AWS counterpart provided the proper VPC IP ranges on their side and it fixed my issue.






share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "2"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f964643%2fhow-to-establish-vpn-from-azure-to-aws%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Thank you @Ken W MSFT
    Our AWS counterpart provided the proper VPC IP ranges on their side and it fixed my issue.






    share|improve this answer



























      0














      Thank you @Ken W MSFT
      Our AWS counterpart provided the proper VPC IP ranges on their side and it fixed my issue.






      share|improve this answer

























        0












        0








        0







        Thank you @Ken W MSFT
        Our AWS counterpart provided the proper VPC IP ranges on their side and it fixed my issue.






        share|improve this answer













        Thank you @Ken W MSFT
        Our AWS counterpart provided the proper VPC IP ranges on their side and it fixed my issue.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 26 at 13:53









        sumanthsumanth

        122




        122



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Server Fault!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f964643%2fhow-to-establish-vpn-from-azure-to-aws%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

            What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

            Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos