How to connect to azure vpn from linux ubuntu 18.04?

Fuma 21 Reputation points
2022-08-23T05:11:24.357+00:00

I want to connect to azure vpn from linux ubuntu 18.04 on-premise. I don't know how to issue a certificate from azure's VNet GW and connect from linux ubuntu. Are there any article with detailed instructions?

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,786 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
{count} votes

Accepted answer
  1. Jackson Martins 10,606 Reputation points MVP Volunteer Moderator
    2022-08-23T06:52:33.453+00:00

    Hi @Fuma
    there are two ways to do this, you can use a point to site VPN and a site to site VPN

    For site-to-site
    You will need to configure ipsec VPN on azure:

    https://blog.azureacademy.com.br/2020/04/20/vpn-site-to-site-s2s-ubuntu-e-azure/

    I wrote an article in Portuguese, you need to use Google translate.

    For point-to-site
    You will need to use open VPN on the client:

    https://learn.microsoft.com/en-us/azure/vpn-gateway/point-to-site-vpn-client-cert-linux

    Get in touch if you need more help with this issue.

    --please don't forget to "[Accept the answer]" if the reply is helpful--

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.