Questions tagged [point-to-site-vpn]

Point-to-site (P2S) is a VPN between a client, e.g. desktop and a VPN gateway

Filter by
Sorted by
Tagged with
9 votes
3 answers
17k views

How connect a linux box to an azure point-to-site gateway?

My initial attempt was to try to use internet connection sharing and dedicate a machine to front-end the Linux box (just forward lots of ports), but connection sharing doesn't seem to work when ...
user407677's user avatar
3 votes
3 answers
11k views

Custom route for Azure Point to Site VPN to reach on-prem private IP

I set up a VPN gateway in Azure, and configured a P2S connection that connects an on-prem server to the gateway. The Azure P2S configuration asks for an IP pool to assign to the endpoints when they ...
thankyoussd's user avatar
3 votes
1 answer
3k views

Does GCP support P2S?

According to this documentation Google Cloud Platform supports Site-to-site (S2S) VPN, but does it support point-to-site (P2S) as well?
030's user avatar
  • 5,951
2 votes
1 answer
1k views

Site to Site and Point to Site VPN simultaneously on Azure

I'm trying to get P2S and S2S to work at the same time. They are working fine individually but when I try to make it work together it falls short. Windows 2012 R2 server and a USG110 Zyxel firewall. ...
Simon P's user avatar
  • 31
2 votes
1 answer
123 views

Azure vnet gateway - Block traffic between connected P2S clients (client-to-client)

I have set up an Azure VNet gateway to allow P2S clients to connect to resources within a VNet. The VNet has address range 10.0.0.0/24, and has two subnets: the GatewaySubnet 10.0.0.0/25 and the ...
Håvard S's user avatar
  • 121
2 votes
1 answer
424 views

Connect Azure Web App to policy-based VPN

I have an Azure Web App that needs to connect to the addresses xx.x.x.10 and xx.x.x.12 the customers on-premise server. For this purpose the Customer have setup a Policy based VPN (Cisco ASA 9.8) with ...
skrl's user avatar
  • 21
2 votes
0 answers
547 views

How to install psiphon-tunnel-core wtih domain fronting support?

I need install psiphon tunnel core with domain fronting support https://github.com/Psiphon-Labs/psiphon-tunnel-core I researched everywhere but I can't find any detailed tutorial or document for this ...
Bilal Çalışkan's user avatar
2 votes
3 answers
202 views

Site to Site VPN with Remote Access VPN

I would like to apologize in advance as I'm new to the whole VPN thingy. Currently my company network has been setup with a simple Remote Access VPN done on the router by my predecessor. The purpose ...
amsga's user avatar
  • 71
2 votes
0 answers
554 views

Azure VPN using RADIUS to solve local admin requirements

Now that Azure point to site VPN can be authenticated via RADIUS, would using RADIUS instead of certificates change the need for local admin privilege? I have clients that connect to Azure via point ...
Eric L's user avatar
  • 65
1 vote
1 answer
6k views

Strongswan Error: no config named 'foo'

On Ubuntu 20.04, I am trying to establish a VPN tunnel to a IKEv2/Ipsec VPN site using Strongswan. However, even though I have the file /etc/ipsec.conf as shown # ipsec.conf - strongSwan IPsec ...
Nyxynyx's user avatar
  • 1,459
1 vote
0 answers
19 views

Accessing CosmosDB from a VPN

I have a CosmosDB instance that allows connections originating from a virtual network (let's call it "online-vnet"), in an address space 10.0.0.0/16. In the tenant there is a VPN defined (&...
Albie Janse van Rensburg's user avatar
1 vote
3 answers
3k views

Strongswan / Ipsec multiple roadwarrior connections different subnets

I'm trying to setup a StrongSwan VPN Server which should host multiple (Windows 10 - internal vpn client) roadwarrior connections, but different subnets, depending on the clients certificate. root@VPN:...
Flo's user avatar
  • 156
1 vote
0 answers
347 views

Docker Swarm, how to access private services on overlay network from an external client

I'm building a micro-service system based on Docker Swarm. Some of these services must be accessible for company's internal use only, like administrative dashboards, DBs, etc. Services are ...
tmm360's user avatar
  • 111
1 vote
0 answers
307 views

Azure VPN Client with Azure Certificate Authentication connecting to Virtual Network Gateway

Trying to configure the Azure VPN Client to connect to Virtual Network Gateway using Azure Certificate Authentication. The Azure VPN Client asks for Server Validation config info for "Certificate ...
user2227105's user avatar
1 vote
0 answers
153 views

MacOs (Catalina) Point-to-Site VPN to Azure Gateway Fails

A few months back, I was able to configure a native point-to-site IKEv2 VPN my Mac (running Catalina) to an Azure Gateway. (The gateway SKU is Standard - not Basic - and I have gone through all the ...
Red Knight 11's user avatar
1 vote
1 answer
3k views

Azure VPN point-to-site Client Connection Not Connecting

I have downloaded the VPN Client zip file from azure. I have managed to install it, but When I try to connect to the VPN, I get the error “A certificate could not be found that can be used with this ...
RLBChrisBriant's user avatar
1 vote
0 answers
2k views

Azure point to site VPN connection on Linux

I am trying to get a local Linux VM to connect to our existing Azure point to site VPN. Windows machines are able to easily connect using the executable provided in the zip. The P2S configuration ...
Jake's user avatar
  • 205
1 vote
0 answers
154 views

Azure point-to-site vpn with MFA - Authorization working but no connection after that

I've setup a point-to-site vpn on Azure using RADIUS authentication and multi-factor authentication. The authentication is all working and I can see NPS granting access and I'm getting authentication ...
lachs's user avatar
  • 141
1 vote
1 answer
1k views

Azure point to site vpn connection failing

Yesterday, I made a virtual network gateway and configured point to site vpn on it. I used makecert to make the root cert and a client cert. Yesterday, it worked fine. Today, Windows says "The network ...
tnk479's user avatar
  • 113
1 vote
2 answers
2k views

How to configure strongswan (IPsec) to forward traffic only for specific subnet?

I need to forward traffic from clients to a VPN server only for specific subnet i.e. 10.10.10.0/24 For example, if clients send requests to 123.123.123.123 then they will use their own Internet. If ...
Oleksandr's user avatar
  • 733
1 vote
1 answer
453 views

I am trying to connect my Google Cloud VPC to a secure network via a VPN

I am trying to connect my Google Cloud VPC to a secure network via a VPN. I am unable to connect and log shows the following: D generating IKE_AUTH response 1 [ N(AUTH_FAILED) ] D no matching ...
Ketan Bargali's user avatar
0 votes
1 answer
196 views

Is it possible to set up a VPN server on Linux to authenticate against PAM or passwd with Android and Windows clients?

I have a Linux server and a need to connect to its network remotely from Windows 10 and Android clients. Is it possible to set the server up so that clients can authenticate against the user accounts ...
Steve's user avatar
  • 590
0 votes
1 answer
106 views

Connecting to VPN blocks other connections

One of my clients provides me with a VPN connection using Palo Alto Network's GlobalProtect. It works reliably but blocks other network connections from my Windows client machine when it is active. At ...
stephen's user avatar
  • 143
0 votes
1 answer
674 views

Unable to reach OpenVPN DNS /Public IP URL

Has anyone seen these error before with OpenVPN. Secure Connection Failed An error occurred during a connection to openvpn.example.com. PR_END_OF_FILE_ERROR The page you are trying to view ...
Sunny J's user avatar
  • 617
0 votes
1 answer
71 views

Terminology: Public IP Server w/Multiple NAT'ed Clients?

I've got a server with a public IP in the cloud that I'm paying good money for. I have multiple computers behind various NATs that I want to talk to each other. (Note: I'm NOT asking about how to go ...
James Bowery's user avatar
0 votes
1 answer
203 views

Limit connections to private network with firewalld and wireguard in point to site

I am trying to limit VPN access to a private network running in Openstack. The wireguard server is inside the private network and the traffic is routed to its private ip address from Openstack. Inside ...
prototyp's user avatar
  • 103
0 votes
1 answer
149 views

Routing some traffic through an Azure point-to-site vpn

A client is setting up some AWS resources for people from my company to access. They are requiring that we setup a VPN so that they can whitelist just the gateway's public IP. I've setup an Azure VPN ...
motormal's user avatar
0 votes
0 answers
5k views

Fortigate VPN for some users: "Unable to logon to the server. Username or password may not be properly configured for this connection. (-12)"

We are using a Fortigate 60F, to which we usually connect to VPN using the Forticlient app. Everything used to work fine, but for the last two or three days, we have two users that cannot connect and ...
Luis Alonso Ramos's user avatar
0 votes
1 answer
110 views

Best way to set the network infrastructure - Windows Server (AD, DHCP, DNS) + Router + VPN + Load Balance

First of all, I'd like to say I really like working with networks and managing computers, but I do it as a hobby. I'm not really a professional and only do it for my own things as I love learning ...
Charles Tomazini's user avatar
0 votes
1 answer
1k views

Some clients can only authenticate to VPN when connecting as Administrator

I'm trying to set up users to connect to our Azure-hosted network over a VPN. All client machines are running Windows 10. The connection is installed on the client machines by directly adding the ...
Keith Stein's user avatar
0 votes
1 answer
76 views

I'm using Azure AD and would like to set up a VPN so that everyone shares the same IP Address

software developer here that's been assigned the role of sys admin. Apologies for what might be "the wrong question". I have set up Azure AD and have 10 laptops added to the domain. The ...
GavKilbride's user avatar
0 votes
1 answer
303 views

Cannot connect to local sql server while connected to a vpn and split tunnel is enabled

I'm trying to connect to my local sql server while vpn is connected but it throws an error saying 'The target principal name is incorrect. Cannot generate SSPI context. (.Net SqlClient Data Provider)'...
izuuriver's user avatar
0 votes
2 answers
856 views

Azure P2S VPN connection ECP certificate authentication issue: Error (13801) IKE Authentication credentials are unacceptable

I'm setting up a P2S configuration on an Azure VPN Gateway. I'm attempting to use machine certificate authentication and IKEv2. I'm using the built in Windows 10 (1909) client and self generated ...
haymansfield's user avatar
0 votes
1 answer
458 views

Printing remotely to a remote location through vpn

We have set a VPN in the office using WatchGuard Mobile VPN with SSL through port 444. It is working fine but we have a requirement which I'vevbeen told cannot be done. We want that someone that is ...
Tony Romero's user avatar
0 votes
1 answer
1k views

Azure P2S VPN routing issue

I set up a Virtual Network on Azure a few days ago and connected our local business Network through a site-to-site VPN Connection with the virtual network. Everything is working fine so far. Then I ...
M4SX5's user avatar
  • 23
0 votes
0 answers
215 views

OpenVPN vpn chaining

Background I have two networks: Home network Servers network My home's network contains a VPN server. My Servers network contain another VPN server. The only way to my computer to log into the ...
No1Lives4Ever's user avatar
0 votes
1 answer
200 views

Connecting to SQL Server 2008 R2 over Azure VPN

2 Windows Server 2012 VM's on MS Azure and access is via RDP over Azure Point to Site VPN using a client certificate. I can connect to the VM's fine but I need to connect to SQL Server 2008 R2 which ...
henda79's user avatar
  • 151
0 votes
1 answer
2k views

Azure point-to-site VPN can't reach subnet

I have a VNet with 2 address spaces: 10.0.0.0/24 and 10.0.2.0/24. VPN Gateway with GatewaySubnet 10.0.0.0/28 and 10.0.1.0/24 address pool. I am able to make a connection and reach VMs in the 10.0.0.0/...
cudima's user avatar
  • 113
-2 votes
1 answer
97 views

about networking and VPN connections between different sites

Hello everyone, i have a general networking question about an infrastructure described at the scheme above. We have multiple sites connected at the HQs via Site2Site VPN using zyxel zywall routers/fw ...
haris013's user avatar
-5 votes
1 answer
62 views

Which mobile VPN type, of IPSec, SSL/TLS, and SSH, would be better for travelling workers? [closed]

Not too sure on the specifics of each that would make one better for travelling.
john's user avatar
  • 1