Questions tagged [azure-vpn]

242 questions
1
vote
1 answer

Azure VPN Client error: Failure in acquiring AAD Token: Keyset does not exist

I followed instructions here: https://learn.microsoft.com/en-us/azure/vpn-gateway/openvpn-azure-ad-tenant And also double checked same instructions here https://www.youtube.com/watch?v=Ur0WNjnXJrU Everything went fine. When I download the Azure VPN…
Luke
  • 194
  • 3
  • 10
1
vote
1 answer

Azure Private DNS configuration not working with P2S VPN

I have hosted my web application in azure, My team accessing my application vi application gateway private ip using Azure P2P VPN connection. My application is working with private IP, I want to configure dns name and ssl certificates for my private…
Debugger
  • 690
  • 1
  • 18
  • 41
1
vote
0 answers

Azure S2S VPN Gateway connection 0 B data in

We set up a Azure site to site VPN connection to a Cisco ASA device, which in Azure shows 'connected' and some data out but no data in (0 B). The connection uses IPSec (IKEv2) which seems fine in Azure but shows no traffic on-prem. How is that…
O. C.
  • 31
  • 4
1
vote
1 answer

AZURE - Multiple S2S VPN gateways with hub and Spoke Architecture

I'm looking for a solution where I need establish another VPN gateway separate to the one I have in hub and spoke Architecture. I would need something like this on the diagram bellow. It seems that Azure does not support that. When I try to deploy…
1
vote
1 answer

No access to Azure Storage Account which has virtual network only access, despite a succesful Point2site connection to that virtual network

I want to restrict access to my Azure storage account to selected networks only (please see image). Current network restriction setting My current set up is as follows: I have an Azure Storage account, with blob containers and tables. Only…
rgms
  • 129
  • 2
  • 9
1
vote
1 answer

Azure VPN - have no connection to VNET

I created a virtual network gateway on the only vnet i have. My idea is to be able to connect from the internet to the virtual machines on the network. The VPN works well authenticates by AD correctly. It gives me the IP of the pool address that I…
bielsa
  • 13
  • 3
1
vote
0 answers

VpnClientRootCertificateDataInvalid : Point-to-site

We have a Point-to-site configuration set up in the Azure Virtual network gateway and there are uploaded Root certificates. Two certificates expired. I would like to remove them from the portal and replace them with new ones. It is not possible.…
1
vote
1 answer

How to use Azure VPN as a proxy gateway

I have followed this document to set up a Point-to-Site VPN connection to an Azure Virtual Network which contains my Azure Windows Virtual Machine. I successfully managed to get to my VM via its private IP address e.g., doing Remote Desktop. Now my…
Mojtaba
  • 2,764
  • 1
  • 21
  • 24
1
vote
0 answers

Azure VPN client | How to enable login with MFA with each time connection is done

I am trying to setUp Azure VPN for selected users, I have done all the steps as advised by MS: P2S connection setup as Azure VPN Give access to users for Azure VPN Create a conditional access policy with MFA enabled for those users Now I am able…
1
vote
2 answers

Phase2 error between libreswan and Azure VPN Gateway

I am trying to setup a Site to Site VPN connection between an openswan(libreswan on EC2) and Azure VPN gateway. I can see the Phase1 authentication is happening successfully but failing on Phase2 of VPN connectivity. Not able to figure where I am…
1
vote
2 answers

Coexistence between Azure P2S VPN and Expressroute

On microsoft azure i have a point to site VPN. The adress pool is 192.168.54.0/24. I also have an azure virtual network and the adress space is 192.168.53.0/24. This virtual network is connected to my on-premise site by an expressroute (My on…
Aldwen
  • 338
  • 4
  • 14
1
vote
2 answers

VpnClientSetupAMD64.exe missing in Azure point-to-site VPN download

I am trying to setup my first Azure point-to-site VPN. If I'm reading things correctly, the URL I get from this PowerShell code: $profile = New-AzVpnClientConfiguration -ResourceGroupName $ResourceGroup -Name $GWName -AuthenticationMethod…
NikTesla
  • 13
  • 1
  • 6
1
vote
1 answer

Question concerning forward traffic on Azure Virtual Networks

I have a routing problem which I am struggling to solve in the Azure cloud platform concerning traffic that needs to be routed from one vnet to another vnet via another vnet and two VPN tunnels. Here is a description of the set-up: I do have two…
1
vote
1 answer

Connect to Azure Point to Site VPN via Script

I have a working Azure Point-to-Site VPN on Windows 10. See this guide for instructions: https://www.starwindsoftware.com/blog/configuring-azure-point-to-site-vpn-with-windows-10 I'd like my computer to make the VPN connection on login. I know how…
Brett Rowberry
  • 1,030
  • 8
  • 21
1
vote
1 answer

How can I configure my azure app service to upload the files on my internal network using UNC path?

So, I have an app service hosted on azure and I want that app service to upload the files to my local server's shared folder. Local server has some software configured which processes those uploaded files. In development environment everything works…