Questions tagged [vpn-client]
86 questions
10
votes
2 answers
When running vpnc in docker, get 'Cannot open "/proc/sys/net/ipv4/route/flush": Read-only file system'
I'm trying to run console Cisco VPN client in Docker.
I start the container like that:
docker run -it -v /srv/vpn/keys/:/root/keys/ --network=host --cap-add=NET_ADMIN --device=/dev/net/tun -v /dev/net/tun:/dev/net/tun vpn-vpnc-client_img
And then…

Dmitriusan
- 367
- 3
- 15
6
votes
3 answers
Is it possible to disable default gateway in WireGuard VPN client?
Is it possible to disable default gateway in WireGuard VPN client?
I used "allowed IP" to my own subnet, but still whenever I try to connect to VPN server, the client sets default gateway to the WireGuard server IP.
Any other way to disable default…

Farhan
- 4,269
- 11
- 49
- 80
5
votes
2 answers
openVPN Could not determine IPv4/IPv6 protocol. Using AF_INET
I am having issues connecting to my VPN, with port forwarding set correctly as I can VPN into my other lubuntu machine, also UFW is disabled. Can someone please guide my as to what I am missing in my config?? Also additionally when i turn on my UFW…

DaVinci007
- 51
- 1
- 1
- 3
4
votes
1 answer
OpenVPN client freezes on connection
I have a network of machines inside an OpenVPN network. With no problem, I can connect into that network from my local machine:
openvpn --config ./myconfig.ovpn --auth-user-pass ./mycredentials
The problem is that I am trying to connect another…

The Brewmaster
- 161
- 2
- 7
4
votes
5 answers
Split DNS on OpenVPN
I have found some old threads regarding this, but they seems to be some years old.
E.g.
openVPN - Split-tunneling DNS priority
I'm on Windows.
I'm connected to a local network with local DNS.
I use OpenVPN to connect to another network, this network…

Sam
- 370
- 1
- 4
- 18
3
votes
0 answers
FreeBSD major update broke vpnc connectivity, incoming ESP traffic doesn't appear unencrypted on interfaces
I updated a FreeBSD box from 10.4 to 11.2-RELEASE-p4 recently and it seems to have broken the vpnc VPN connectivity.
Here's the vpnc.conf:
IPSec gateway 10.1.0.1
IPSec ID vpnuser
IPSec secret su0hoh8liNgeiT8
Xauth username vpnuser
Xauth password…

alo
- 31
- 4
2
votes
1 answer
How do I trigger a client reconnect with OpenVPN?
I am running multiple replicas of OpenVPN server (on a Kubernetes cluster) and have configured clients to reconnect should a server instance go down (with keepalive 10 60) which works fairly well.
However, I was wondering if there is a way to…

dippynark
- 233
- 3
- 13
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…

Bilal Çalışkan
- 21
- 1
2
votes
2 answers
How to configure DNS of OpenVPN client?
I have an OpenVPN server running with the following config file
port 1194
proto tcp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh2048.pem
topology subnet
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "redirect-gateway…

Frederick Álvarez
- 153
- 1
- 2
- 7
2
votes
1 answer
Redirect from 1 IPv4 local subnet to another in pfSense
I have an OpenVPN Server on pfSense. The tunnel is on a private network 10.21.4.0/24, but the LAN is on 10.21.1.0/24.
How can I route the VPN clients from the tunnel to the LAN?
My current setup includes:
An Open VPN server (made with the…

David
- 121
- 1
- 7
2
votes
0 answers
OpenVPN can't ping LAN devices
I have a setup pretty similar to this except the LAN clients are behind a DHCP relaying router. The outermost router forwards traffic to the OpenVPN server on port 1194 and I can connect clients succesfully, routing traffic going into the VPN…

Syncretic
- 31
- 5
2
votes
3 answers
Routing through a VPN tunnel with Linux machines
I have two Linux machines connected with a VPN tunnel:
VPN Client <-------> VPN Server
10.74.1.10/24 10.74.1.1/24
Each one has NICs to reach their own networks:
---------> VPN Client <-------------------> VPN Server <------
10.37.0.205/24 …

JonDoe297
- 563
- 2
- 8
- 21
1
vote
0 answers
Failing to connect to Softether VPN with OpenVPN for Android while Softether VPN client can connect successfully
I've recently setup VPN server for my self using Amazon Lightsail using SoftEther.
The system I'm using is Centos 7.
I'm not using firewalld, but I'm using iptables instead.
Everything was running smoothly on my desktop while I tried to connect it…

Junta
- 11
- 2
1
vote
1 answer
Is it possible to set up split tunneling in AnyConnect Secure Mobility Client on Mac OS X?
I don't find a way to set up split tunneling.
I basically need to use VPN to access certain websites behind a firewall and not to use VPN for anything not in the firewall. With Cisco AnyConnect Secure Mobility Client, I can either use the VPN or not…

user1424739
- 2,189
- 2
- 13
- 9
1
vote
1 answer
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 Extensible Authentication Protocol. (Error…

RLBChrisBriant
- 595
- 1
- 7
- 22