Questions tagged [point-to-site-vpn]

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

36 questions
7
votes
3 answers

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 connected to an azure VPN (I have tried windows 10, and…
3
votes
3 answers

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 connect, it's set to 172.16.17.0/24. When the…
thankyoussd
  • 31
  • 1
  • 2
2
votes
0 answers

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 software I researched page too but install…
2
votes
3 answers

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 is to access company files from offsite. As we are…
amsga
  • 71
  • 2
  • 9
2
votes
0 answers

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 to site VPN without local admin rights. The only…
Eric L
  • 65
  • 1
  • 7
2
votes
1 answer

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. The errors im getting in the logs are "The cookie…
2
votes
1 answer

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
  • 5,731
  • 12
  • 61
  • 107
2
votes
1 answer

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 public IP yyy.yy.y.y While trying to get to…
skrl
  • 21
  • 2
1
vote
0 answers

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 Tunnel type is set to IKEv2 and SSL VPN (SSTP) and…
Jake
  • 205
  • 1
  • 9
1
vote
0 answers

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 requests on my phone (call or app) and Access…
lachs
  • 131
  • 4
1
vote
1 answer

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 connection was aborted by the local system.…
tnk479
  • 113
  • 2
1
vote
2 answers

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 clients send requests to 10.10.10.123 then they…
Oleksandr
  • 703
  • 2
  • 10
  • 17
1
vote
1 answer

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 peer config found D looking for peer configs…
1
vote
3 answers

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:/# ipsec version Linux strongSwan…
Flo
  • 146
  • 5
1
vote
0 answers

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 interconnected by Docker's overlay networks, and only public…
tmm360
  • 111
  • 1
1
2 3