Giter VIP home page Giter VIP logo

azure-vpn-config-samples's Introduction

Azure VPN Gateways VPN device configuration samples

Contribution guide

This is a repo that contains all known compatible VPN device configurations contributed by the community. VPN device configurations in this page have been validated by the community.

Best practices

  • Check and see if the configuration sample applies to the device family / OS you currently use.
  • New device configurations / new OS families can be added as new files in appropriate folders.

azure-vpn-config-samples's People

Contributors

alexvy86 avatar bridgetcdavis avatar charwen avatar ediazrod avatar effingerw avatar ganesr avatar j-l-estrada avatar microsoft-github-policy-service[bot] avatar omartin2010 avatar pedroperezmsft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

azure-vpn-config-samples's Issues

Azure VNET Gateway Connection with Juniper SSG series ScreenOS 6.3.0R23

We're about to upgrade a Juniper SSG-320M appliance to screenos version 6.3.0R23.

I've noticed that all of the screenos config scripts to form a tunnel with an Azure VNET Gateway, reference version 6.2 of screenos for the Juniper SSG series.

Do you know if screenos 6.3.0R23 is supported for route-based VPN with Azure VNET Gateway?

IP scheme used in the example.

I see the other one was closed, but i still need more information.
Lets take the example of 169.254.0.1. How do i test that the ipsec tunnel is working if i could actually use any ip address. Eg. what would i ping ?
If i had another tunnel on the same router, i couldnt use the same ip, are you saying i can pick any ip and it just works. In that case how do i verify it. Please dont just close the issue as more dialogue will follow. thanks.

Mistake in Step_by_Step_guide_to_set_up_Site-to-Site_VPN_using_Cisco_ASA.docx

In the Step_by_Step_guide_to_set_up_Site-to-Site_VPN_using_Cisco_ASA.docx document there is a mistake that caused me several days of troubleshooting.
The example azure virtual network "Azure_Virtual_NW" has an address space of 10.0.0.0/16, which has a subnet named "AzureVnet" in the example with address space of 10.0.0.0/24

Then in the Cisco ASA configuration portion, the object-group "azure-networks" is defined as the address range 10.0.0.0/24:

object-group network azure-networks
 description Azure-Virtual-Network
 network-object 10.0.0.0 255.255.255.0
  exit

This lead me to believe that the Azure-side advertises its address space as the subnet 10.0.0.0/24. However with this configuration you will get you phase II failures with "crypto map policy not found" errors on the ASA side, because the Azure side actually advertises its entire virtual network address space (10.0.0.0/16). As was discovered by seeing azure's "remote IP Proxy Subnet data Payload" in the ASA's log (public ip obfuscated):

7|Oct 14 2016|22:46:14|713035|||||Group = 13.X.X.X, IP = 13.X.X.X, Received remote IP Proxy Subnet data in ID Payload:   Address 10.0.0.0, Mask 255.255.0.0, Protocol 0, Port 0
7|Oct 14 2016|22:46:14|714011|||||Group = 13.X.X.X, IP = 13.X.X.X, ID_IPV4_ADDR_SUBNET ID received--10.0.0.0--255.255.0.0

In short, the object-group portion simply needs to be updated to be:

object-group network azure-networks
 description Azure-Virtual-Network
 network-object 10.0.0.0 255.255.0.0
  exit

Vpn Issue

I need to access VM from App service, but both are in different region,

Is it possible

StrongSwan template

Anyone from Microsoft still reading the issues in this repo?

If i submit a StrongSwan IKEv2 template, is that something that could be considered for merging and ultimately showing up in the Azure Portal?

I've also noticed the only template now showing is "Microsoft":
image

Is the template feature being discontinued or is this just a temporary glitch?

Thank you.

Strongswan IPSec error..

ipsec stroke up safaricom_vpn
initiating Main Mode IKE_SA safaricom_vpn[1] to xx.xx.xx.xx
generating ID_PROT request 0 [ SA V V V V ]
sending packet: from yy.yy.yy.yy[500] to xx.xx.xx.xx[500] (216 bytes)
received packet: from xx.xx.xx.xx[500] to yy.yy.yy.yy[500] (120 bytes)
parsed ID_PROT response 0 [ SA V V ]
received NAT-T (RFC 3947) vendor ID
received FRAGMENTATION vendor ID
generating ID_PROT request 0 [ KE No NAT-D NAT-D ]
sending packet: from yy.yy.yy.yy[500] to xx.xx.xx.xx[500] (308 bytes)
received packet: from xx.xx.xx.xx[500] to yy.yy.yy.yy[500] (368 bytes)
parsed ID_PROT response 0 [ KE No V V V V NAT-D NAT-D ]
received Cisco Unity vendor ID
received XAuth vendor ID
received unknown vendor ID: c9:b2:a2:af:4a:88:74:f0:92:c2:b1:32:ae:3e:da:a9
received unknown vendor ID: 1f:07:f7:0e:aa:65:14:d3:b0:fa:96:54:2a:50:01:00
generating ID_PROT request 0 [ ID HASH ]
sending packet: from yy.yy.yy.yy[500] to xx.xx.xx.xx[500] (76 bytes)
received packet: from xx.xx.xx.xx[500] to yy.yy.yy.yy[500] (40 bytes)
parsed INFORMATIONAL_V1 request 0 [ N(PLD_MAL) ]
ignoring unprotected INFORMATIONAL from xx.xx.xx.xx
message verification failed
ignore malformed INFORMATIONAL request
INFORMATIONAL_V1 request with message ID 0 processing failed
sending retransmit 1 of request message ID 0, seq 3

KIndly someone help on what cud be the issue

FortiGate Lifetimes

According to https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-ipsecikepolicy-rm-powershell and more specific to https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpn-devices#ipsec the IKE Phase1 and Phase2 SA Lifetime looks wrong to me.

In the current https://github.com/Azure/Azure-vpn-config-samples/blob/master/Fortinet/Current/Site-to-Site_VPN_using_FortiGate.md the values 10800 and 3600 are used, the official documentation for route based VPNs lists 28800s for the phase1 and 27000 for the pase2.

IP scheme used in the example.

Hello,
i seen in the example that the tunnel interface was 169.254.0.1 255.255.255.0, please can you confirm that this is just an example and the actual ip address allocated is different.
I would need to know what to target the far end in order to test the ipsec tunnel works.
thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.