Questions tagged [vpn-client]
86 questions
0
votes
0 answers
VPN PPTP server
I'm doing a VPN PPTP server on this standard, now I have the following packages:
Client -> Server:
Point-to-Point Tunnelling Protocol
Length: 156
Message type: Control Message (1)
Magic Cookie: 0x1a2b3c4d (correct)
Control Message Type:…
0
votes
0 answers
Cannot connect to my VPN and have client display server IP
This used to work but no longer seems to. Didn't change anything as far as I know. This is the client .ovpn-file:
push "redirect-gateway def1" client
dev tun
proto udp
remote myip 1194
float
comp-lzo adaptive
keepalive 15…

djokerndthief
- 113
- 6
0
votes
1 answer
Static Route Setup on Windows 10 for Split Tunnel VPN
I have an L2TP VPN service setup on a Ubiquity USG 3 Router.
I trying to set up a split tunnel service on Window 10 machine so that:
Internet Traffic is sent outside VPN (for speed)
Certain Local IP is sent through the VPN tunnel
I've unchecked…

Nathan
- 101
- 1
- 2
0
votes
0 answers
how to setup openVPN client proxy using PAC (proxy auto-config file)?
I am using an openVPN client to connect to a VPN. But the network that I am currently in sits behind a proxy and it manages proxy via PAC files (Proxy Auto-Config files).
I am looking at…

g.revolution
- 121
- 1
- 6
0
votes
1 answer
OpenVPN Client-Side Scripting of mapped drives
I've done quite a bit of searching but need help running scripts on clients when they connect. The end goal is for windows clients to map some drives when they connect, and disconnect the drives when disconnecting. The OpenVPN server is an Amazon…

JasonC
- 196
- 6
- 15
0
votes
1 answer
Credit Card Payment on a HTTPS / SSL site via VPN: is my data safe?
Since the closest Q & A I have found about this topic doesn't quite match the focus I have in mind, I felt that a more precise question could be a helpful point of reference for me and many other users in my same situation.
I need to access a…

John Galassi
- 103
- 1
0
votes
0 answers
Firewall rule to grant total access to local network on OpenVPN in pfSense
I have an OpenVPN server on pfSense with a public IP address. Through it, I will grant access to a local network. So far, I can connect an iOS device with OpenVPN Connect to my OpenVPN server.
In Safari, I can enter the private address of my pfSense…

David
- 121
- 1
- 7
0
votes
0 answers
Vpn for communication with instances on google cloud platform
I was in another part of the community, asking about how to create a vpn using instances in GCP, they told me that I had to add the vpn service in one instance, I am doing the test with a windows 2012 r2 server, already configure the vpn service and…

Kelebra93
- 11
- 1
- 6
0
votes
1 answer
Permission issue with charon-cmd on ubuntu
I am using charon-cmd to connect to strongswan vpn on a ubuntu host. When I use the command, it gives me some kind of permission error.
root@8add2362b05f:~# sudo charon-cmd --host example.com --p12 ipsec_vpn_vert/client.cert.p12 --identity…

BTR Naidu
- 627
- 1
- 7
- 14
0
votes
0 answers
Securing VPN access using the Always On Technology or 3rd party VPN clients?
I'm using Hybrid Azure AD Join for all my Windows 10 & 11 Workstations, but not for the Windows Server OS.
So rather than manually deploying the 3rd Party VPN client to each workstation, can I use Always On VPN or Microsoft Entra VPN offerings?
Here…

Senior Systems Engineer
- 1,275
- 2
- 33
- 62
0
votes
0 answers
AWS Client VPN Security Group per groupID
I created a client VPN endpoint which uses Active directory as an authentication method.
This client VPN is supposed to allow access to private resources on our AWS VPC.
Now I understand that the "Target network associations" have security groups to…

Vincent
- 1
0
votes
0 answers
OpenVPN client configuration for passing MFA static challenge response
I have site-to-site tunnel configuration set up on a Linux router which has worked for several years with typical OpenVPN authentication (certs, U/P auth, etc.). In this setup, my Linux router is the client side of the site-to-site tunnel. …

robross0606
- 101
0
votes
0 answers
Issue with SoftEther VPN Server / Client
We have to Locations, Germany and Sweden. We are Trying to Join AD Domains Together.
The Software we are Using is SoftEther VPN Server and VPN Client.
One is Windows Server 2012 Std (No R2) for Resources until September and the other is 2022 21H2.…

wowinyou
- 1
- 1
0
votes
2 answers
How can I set up AWS Client VPN using IAM roles for authentication?
Context: I am trying to set up Postgres RDS in a private_isolated subnet of a VPC. I want to use pgAdmin to do work on it, which means I either need a bastion or a VPN connection. A bastion requires a long-running EC2 instance, and I currently don't…

Adam A
- 151
- 1
- 7
0
votes
0 answers
Configure an OpenVPN client for LAN traffic only
We have a server where we want to connect other servers and clients via VPN. In some circumstances, I want full network traffic to be routed, so that the client's public IP address becomes the same as the server's public IP. This works as is out of…

Doug Barbieri
- 101
- 2