Questions tagged [azure-vpn]

242 questions
1
vote
2 answers

How do you connect an Azure Function (not an App Service) to an on-premise SQL server via a VPN?

I have a large SQL server hosted in our infrastructure, and an Azure resource set up with VPN access to our servers. I want to create an Azure Function that connects to this SQL server. It's going to be a webhook endpoint to save to that DB. I don't…
Keith
  • 150,284
  • 78
  • 298
  • 434
1
vote
1 answer

Unable to connect to azure SQL through Point-to-Site VPN connection

We setup a Point-to-Site azure VPN gateway to allow us to connect to our Virtual Machines and azure SQL instance. The gateway is linked to the Virtual Network where our VM's live, and the Azure SQL has a firewall rule to allow connections from That…
1
vote
1 answer

Azure Site-To-Site VPN with Oracle OCI

I am trying to connect to Oracle cloud infrastructure from Azure using azure S2S VPN and it's not getting connected. I have already created policy-based route that's supports IKEv1 because oracle OCI only supports IKEv1. Please find here the…
1
vote
2 answers

Azure Site-to-site with mikrotik: Payload missing: ID_R

I'm trying to establish Site-to-site connection between Azure Virtual Network Gateway and local site using Mikrotik (RouterOS 6.43.10). I followed various configuration…
rudolfdobias
  • 1,778
  • 3
  • 17
  • 40
1
vote
3 answers

Azure s2s VPN connection with dynamic public IP

We are creating s2s vpn between on prem and Azure. We have VPN appliance on prem with public facing IP which is dynamic. Will it work or I need Static IP?
Manu
  • 31
  • 1
  • 5
1
vote
2 answers

Azure Virtual Network - Certificate CN Name Does Not Match the Passed Value

We've been using the same Azure Virtual Network (classic; certificate authentication) for about 2 years now, with little issue. Today, however, remote (P2S) users are getting the error: The certificate's CN name does not match the passed value.…
Red Knight 11
  • 127
  • 1
  • 10
1
vote
1 answer

Connect to Azure AD Conditional Access VPN Command Line

Normally I connect to VPN using rasdial on Windows. When using Conditional Access with VPN the following flow happens when we Connect to VPN by clicking on Network Icon on Taskbar: The VPN client calls into Windows 10’s Azure AD Token Broker,…
eldos
  • 3,132
  • 3
  • 29
  • 32
1
vote
1 answer

Query of on-premises SQL Server from Azure web app (over Azure S2S VPN) fails

Our infrastructure team has worked to configure a site-to-site Azure VPN connection between our Azure subscription and our on-prem firewall, essentially following these steps. To test this, we've created a simple Azure web app that makes a query…
1
vote
0 answers

Azure Active Directory tenant for a stand-alone Azure Installation with Domain Services

we have an Infrastructure for one customer in Azure which require many configurations like MFA with VPN and Remote Desktop (this one is the reason why I'm confused with Azure AD). The installation should be only in Azure, that's mean there is no…
1
vote
2 answers

Cannot ping from on-prem machine to an azure vnet

I cannot ping from an on-premises VM to a VM in Azure via the VPN gateway connection. The problem occurs only if the VM in Azure is in a VNET that is not the same with the VNET the VPN connection is established. However there is a peering connection…
aragorn
  • 187
  • 3
  • 18
1
vote
1 answer

How to Create Root Certificate for Azure VPN using MakeCert command specific to Azure VPN Requirements

How to Create Root Certificate for Azure VPN using MakeCert command specific to Azure VPN Requirements 1) Please mention specific command which could generate the certificate according to Azure VPN requirements and 2) How to get the string value…
1
vote
2 answers

Connectivity between two site to site VPN connections connected to Azure VPN gateway

We have an azure VPN gateway setup with two site-to-site connections that are successfully configured. Site A (local network gateway A) and Site B (local network gateway B) can each see everything in the azure VNET where the VPN gateway resides. …
Geekn
  • 2,650
  • 5
  • 40
  • 80
1
vote
1 answer

Remove Point to Site from Virtual Network Gateway

I have a Virtual Network Gateway that I created for Site-to-Site VPN, I ended up enabling Point-to-Site by using the "Point-to-Site Configuration" but this caused issues with my existing site-to-site VPN, but now I have no way of removing the point…
pmeyer
  • 890
  • 7
  • 31
1
vote
0 answers

Azure Java Function (App Service Plan) can not use VPN

I've deployed a Java Function with the App Service Plan on Azure and also associated a VPN (connecting back to my data center) to that App Service Container. My application is trying to send an HTTP request to another server in my data center over…
1
vote
1 answer

Accessing resources from connected Azure VNETS via VPN

I have two virtual networks that each have their own virtual network gateway (VNET1 and VNET2). I have connected them with VNET to VNET connections. All resources in each VNET can see each other via PING as well as RDP so I know the VNET to VNET…
Geekn
  • 2,650
  • 5
  • 40
  • 80