Questions tagged [vpn-client]
86 questions
1
vote
2 answers
AWS Client VPN - outbound traffic rule
I've set up an AWS Client VPN to remotely connect to a VPC within my AWS network.
Using this VPN, I am able to initiate remote TCP connections from my PC to an EC2 instance.
I also have a scenario when I want to connect in the reverse…

PickleJuice
- 11
- 1
1
vote
1 answer
Remote Desktop Connection to Azure VM terminates after connecting to Client VPN
I installed FortiClient VPN on my Azure VM. As soon as I connect the VPN, my Remote Desktop connection gets terminates and I can no longer reach it unless I restart the VM. I am thinking it overwrote my routing or something similar. Is there a way…

Javy26
- 111
- 2
1
vote
1 answer
How to disallow second OpenVPN client with the same key?
I've setup my openvpn server, but I have this problem:
Clients connects in this order:
client_A connects succesfully to server using it's own key.
client_B connects to server using client_A's key and gets same ip as client_A.
When I try to ping…

T0maas
- 111
- 1
- 6
1
vote
1 answer
Openvpn client mismatch subnet from OpenVPN server
I set up an OpenVPN server-client with VPN IP: 10.99.0.0/20, but the client has the subnet of /24
Server:
1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd…

leminhquan
- 11
- 2
1
vote
1 answer
Using a DNS server with ZeroTier
I have setup my own Zerotier Controller using ztncui and it works great, but there is one piece of my setup that I cannot seem to get to work and that is having clients use the DNS I configure for the ZeroTier network. The DNS is configured as…

Matthijs Steen
- 221
- 2
- 6
1
vote
2 answers
Pritunl server running on Azure VM - VPN clients have no internet
I have a Pritunl VPN Server running on an Azure VM (ubuntu).
For testing purposes, I used the default configuration which routes all traffic through the VPN tunnel. My clients (some desktop pc's and some VPN travel routers) all connect successfully,…

NickAndrews
- 121
- 4
1
vote
0 answers
libreswan with Ikev2 client and plain text password
I need to set up a connection to VPN server with Libreswan. I can't use strongswan, since they are not working well together when installed on the same OC.
My system is Linux Debian 10 (Buster)
Kernel version: 4.19.0-17
I already have a working…

Roustam Dzhafarov
- 11
- 2
1
vote
0 answers
openfortivpn connection progress stops after "Connected to gateway"
Trying to connect SSL VPN at work from Linux (Mint) machine. Works OK from Windows 10 using embedded client.
On Mint I'm trying to use openfortivpn (used different versions: 1.6.1 and 1.14.1 on Mint 19.3 and 1.12.1 on Mint 20.1)
>> openfortivpn…

o.v
- 111
- 3
1
vote
0 answers
PowerShell Script to create a VPN connection for all users
I have the following PowerShell script that creates a VPN connection and a desktop shortcut to Rasphone.
#
# Powershell script to create a client VPN connection to a Meraki MX.
#
# Configuration Parameters
$ProfileName = 'P*** VPN'
$DnsSuffix =…

Alain
- 43
- 6
1
vote
0 answers
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 Information" and "Server Secret".
Are these relevant…

user2227105
- 11
- 1
1
vote
0 answers
AWS LightSail OpenVPN + ASUS RT-3200 - TLS Error: Key negotiation failed
Using https://github.com/angristan/openvpn-install i have installed openvpn on AWS Lightsail Instance (Ubuntu 18.04 LTS). My server config file is as follows:
port 33434
proto udp
dev tun
user nobody
group nogroup
…

Saad Bashir
- 119
- 2
0
votes
1 answer
OpenVPN - route domain through VPN or without it depending on location
I already went through all the answers, but I cannot make my VPN configuration work. My goal is this:
I want my client to connect to his win/remote disk via VPN from home, but allow him to connect without VPN while he is in the office (NAT…

Peter Matisko
- 101
- 1
- 3
0
votes
1 answer
TLS key negotiation failed to occur in OpenVPN Windows 10 Client with OpenVPN Arch Linux Server
I can't set up an OpenVPN client, the server is on a VPS Arch Linux and has another Arch Linux client that works without any problems.
Im trying to add to the network a OpenVPN client Windows 10, with the same .conf that Arch client. I've also tried…

Fco Javier Balón
- 103
- 1
- 5
0
votes
0 answers
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 server's network is by creating a VPN connection to…

No1Lives4Ever
- 133
- 7
0
votes
1 answer
OpenVPN AS can not ping client's private subnet
The setup I am trying is as follows:
Device A (PLC, static IP=10.10.10.11)
|
| eth0 connection
|
Device B (raspberry B 3, Jessie)
VPN IP. 10.8.0.160
|
| OpenVPN (connected via Wi-Fi)
…

Spriya
- 1