I'm trying to connect my Azure Web App to an Existing VPN.
To connect to this VPN I must give to the admin some configurations, but I'm not sure of HOW can I provide them from Windows Azure.
As far as I have understand is all about creating the Virtual Network and the "connect it".
Like:
- Create Virtual Network
- Create Public Gateway
- Create Local Gateway
- Connect something somehow
In my specific case, for the configuration, are required a lot of parameter that I don't know how / where to find:
- VPN Endpoint IP
- IKE (Encryption type, Authentication Method, Diffie-Hellman Group, Sec Lifetime, Preshared secret)
- IPSEC (Perfect Forward Secrecy)
- Network profile
In the docs there is a link to Check Point NGX and Microtik so I check out this tutorial:
But how can I get this parameter to perform the connection? Do I need to install extra software on my WebApp? How can I include my web app in the VPN?
And, is there any simplify way for Web App that does not include creating the whole infrastructure?
Thanks in advance