Questions tagged [azure-vpn]

242 questions
-1
votes
1 answer

Is it possible to upload files to FTP server in Azure pipeline via VPN?

I have an Azure pipeline where I build my app and publish its files to my computer which is configured as FTP server. ... - task: FtpUpload@2 inputs: credentialsOption: 'inputs' serverUrl: 'ftp://pathtomyftp' username: 'user' …
kazyama
  • 51
  • 6
-1
votes
1 answer

Create a simple VPN in Azure

TLDR; I got Azure credits, how do I make a simple VPN? I recently got some Azure credits through a hackathon. How do I create a simple VPN on Azure. It need not be too feature rich, I just wanna use it to access blocked or region specific…
-1
votes
1 answer

Connect from Azure Windows VM (Windows Server 2012) to VPN using built-in VPN client

I am trying to connect to a VPN from a Windows VM on Azure and cannot do so. I am using the built-in Windows VPN Client. I am connecting to this VPN in order to be able to access a server within that VPN and send and receive HTTP Requests. I have…
CIO
  • 3
  • 1
  • 5
-1
votes
1 answer

Windows Azure Virtual Network Point-to-Site: This connection requires security features that are not available on this platform

I'm getting the following error when trying to connect a Windows 10 Enterprise client machine to a point-to-site Azure VPN service using the AzureVPN executable downloaded from the portal: This connection requires security features that are not…
Okkio
  • 147
  • 11
-1
votes
1 answer

Adding point to site VPN to existing VNET and Windows VM

I have set up Windows Machine in Azure in newly created VNET. After that I set up Virtual Network Gateway on this VNET. The gateway is in different subnet as instructed by Microsoft. I am able to connect to to this VPN from my desktop however I am…
-1
votes
1 answer

Why can we only assign a basic and dynamic PIP to a virtual network gateway on Azure?

As the title says. Why can we only assign a public IP address of SKU basic and dynamic (which is a legacy type and does not support Availability Zone Scenarios)? Doesn't that complicate things e.g. when connecting with on-prem VPN devices? You can…
Matthias Güntert
  • 4,013
  • 6
  • 41
  • 89
-1
votes
1 answer

Best network design for company with remote offices that need to go through 1 public facing interface

I received a call from a business owner. One of his services will only license and whitelist one public IP well he has three locations. When I got involved they were trying to spin up an OpenVPN appliance and have site to site vpns to the remote…
-1
votes
1 answer

azure single vpn gateway for connecting multiple resources in different azure aks cluster

I am having following requirement Requirement we are currently having multiple azure AKS clusters (dev,uat,staging...) in different vnets. these AKS clusters are deployed using advance networking option through terraform. we need to connect these…
Ganesh Pol
  • 413
  • 1
  • 8
  • 29
-1
votes
1 answer

Not able to create Point to Site connection with Virtual WAN

I've following the steps in the article mentioned below, however, the section where it describes how to Create a P2S configuration can't be followed because I don't see an option for Add point-to-site config under the Virtual WAN architecture. Each…
Geekn
  • 2,650
  • 5
  • 40
  • 80
-1
votes
2 answers

Join client pc to domain setup in azure vm over vnet

I am having a very difficult time trying to connect my computer to a domain I setup in a azure VM. I have spent several days googling for answers and still unable to join. I am not that familiar with networking so hoping one of you can guide me in…
-1
votes
4 answers

Azure ikev2 with meraki

I am trying to setup a S2S VPN to our Meraki MX84 Firewall The Meraki supports only policy based IKEv1 vpn. Is there anybody that has a working VPN with a Meraki MX unit? Thanks
-1
votes
1 answer

Connect to an on-premise network from an external computer via an Azure VPN Gateway

My goal is to connect from an external computer to both a Azure virtual network as well as a small on-premise network via an Azure VPN Gateway: The Azure virtual network has the address range 10.1.0.0/16. The on-premise network has the address range…
Mo B.
  • 5,307
  • 3
  • 25
  • 42
-1
votes
1 answer

Azure VPN Gateway with RADIUS - public IP unchanged

I configured Azure VPN with RADIUS authentication. All seam to work fine, at least when I connect with the client the connection is successful and the PPP adapter IP Address is changed correctly. However why the Ethernet/public IP Address is not…
user2818430
  • 5,853
  • 21
  • 82
  • 148
-1
votes
1 answer

Azure Point to site Port can't connect to Azure VM or Port

I have created a azure vm on ubuntu tls ubuntu 16.04 and i have created a azure vpn gateway as mentioned in this document https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-point-to-site-resource-manager-portal the problem is i…
-1
votes
2 answers

Unable to join to domain hosted on Azure VM

So I've created a VM Win Server 2016 on Azure. I've created a VPN connection between Azure VM (Which is AD DC) and a test windows machine. I can ping AD IP (but not domain, only IP), RDP into machine etc.. however when I try to join domain it's not…
1 2 3
15
16