Questions tagged [azure-vpn]

242 questions
3
votes
1 answer

Using SSTP from Linux or Windows to get VPN access to a Microsoft Azure virtual network without using Azure VPN client?

Is it possible to somehow via a command line connect to a Microsoft Azure network using VPN in one of the following ways (I assume that Microsoft's own Windows Azure VPN client is using SSTP internally): a) Linux: Use SSTP with my Azure Management…
KimHansen
  • 375
  • 2
  • 12
2
votes
1 answer

Azure VPN Client not installing a P2S connection profile

I'm creating a Point-To-Site VPN conection to Azure VPN Gateway, following the official Microsoft documentation on https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-point-to-site-resource-manager-portal. I've generated…
Michał Jabłoński
  • 1,129
  • 1
  • 13
  • 15
2
votes
1 answer

No Availability Zones available in Azure North Central US Region

I'm deploying a global networking solution and using Terraform as my IaC solution. I have ExpressRoutes, VPN Gateways, Vnet-to-Vnet connections etc. I've deployed a VPN Gateway in Azure North Central US and now when I come to deploy and IP address…
Architect Jamie
  • 1,621
  • 4
  • 18
2
votes
1 answer

Connection to Azure SQL database on Azure Private Link/Endpoint using Azure VPN Client not working

I'm trying to setup an Azure SQL database using P2S VPN for users who are remote working. They are using some applications like SSMS and Visual Studio that require access to the database. We allow them to connect by white listing their IP addresses…
Tom
  • 365
  • 3
  • 19
2
votes
2 answers

Azure: Only allow access to Web App from On-premises using VPN

I have a scenario regarding web apps on Azure that I can't wrap my head around. I have a Web App (not ASE) that is connected to a VNET/Subnet and I have setup access restrictions on the Web App so that only traffic from that specific VNET/Subnet is…
pwind
  • 401
  • 1
  • 3
  • 13
2
votes
3 answers

Restrict Point-to-Site Azure VPN Access for Specific Users to Specific Resources

Is there a way to restrict access to Azure resources for certain point-to-site users? For example, I want to allow a P2S VPN user to have access one VM but not another, or one subnet but not others. Right now it seems like once you are in, you are…
Jon
  • 91
  • 1
  • 7
2
votes
0 answers

How to RDP to VM over P2S to S2S in Azure networking

First, what I'm trying to accomplish. We have a central VNet in North Europe for corporate applications, databases, etc. However our on-premises locations are distributed globally. We'd like on-premises users to be able to connect via P2S through…
kmcconnell
  • 331
  • 4
  • 14
2
votes
2 answers

Azure Bastion for Hybrid Cloud Environment

Is there any way to use Azure Bastion to connect to on-prem systems as well as Azure virtual machines? I have a hybrid cloud environment where some key machines are on-prem and some are Azure VMs. The Azure VNet is extended with a VPN tunnel so the…
2
votes
0 answers

Use Windows VPN connection to Azure P2S VPN from MacOS

Scenario: Windows 10 Virtual Machine hosted using Parallels on MacOS Catalina Azure VPN - Basic SKU Shared Network setup using Parallels I can successfully connect to the Azure VPN using a Point-to-site connection from the Windows 10…
hovey
  • 31
  • 3
2
votes
1 answer

Cannot connect to Internet from instance in private subnet

I've set up a minimal environment in Azure with one instance (Linux) in a private subnet and a virtual network gateway to connect to via IPSec. I followed the instuctions in the Azure docs and my setup should have the same setting as the one in the…
raidlman
  • 355
  • 2
  • 14
2
votes
0 answers

Azure VNET user defined route though VPN gateway

We have two on-premise locations (different IP-ranges) that both are connected to separate VNETs in Azure though site-to-site VPN and VPN gateways. Devices at location 1 can reach resources in VNET1 and resources in VNET1 can reach on-premise…
Paaland
  • 682
  • 1
  • 10
  • 25
2
votes
1 answer

Connect to Azure SQL Server through Azure VPN Gateway

I have an Azure SQL Server & Azure SQL Database, a virtual network with two subnets, a vm and an Azure VPN Gateway. The VM is on Subnet1. Azure VPN Gateway uses GatewaySubnet. In the Azure SQL Server > Firewalls and virtual networks > I have added…
Jeffrey
  • 2,095
  • 3
  • 20
  • 36
2
votes
1 answer

Moving resource or Vnet-to-vnet peering

I have two subscription within same Azure AD Tenant and in both Subscription, VMs are running. Below are the high level details : Both Subscription is having one resource group each Both Resource group are in same region Vnet IP is not over…
Abhishek kumar
  • 81
  • 1
  • 11
2
votes
1 answer

Site-to-Site VPN between Web App + Azure VM within VNET & on-prem VLAN possible?

Is it possible to establish a Site-to-Site VPN between Web App and Azure VM within VNET & on-prem VLAN so that servers on Azure & on-premise can talk with each other as if they are on the same network?
mvp
  • 213
  • 1
  • 10
2
votes
1 answer

How can I connect my Azure App Service web app to a private virtual network subnet (via a virtual network gateway) using PowerShell?

I'm trying to provision an App Service web app via PowerShell and an ARM template and connect the web app to a virtual network via a virtual network gateway (both also provisioned via ARM). The template is reasonably straightforward. I have a…
1
2
3
15 16