Questions tagged [vpn-client]

74 questions
9
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
  • 357
  • 3
  • 13
5
votes
2 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,210
  • 9
  • 47
  • 76
3
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
  • 31
  • 1
  • 1
  • 3
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
3
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
  • 141
  • 2
  • 7
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
  • 2
  • 12
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
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…
2
votes
4 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
  • 350
  • 1
  • 4
  • 16
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

Can I install my own VPN software on my AWS Windows instance instead of using Amazon's?

I would like to employ a VPN on my public AWS instance for security. I see that AWS offers several solutions for this but they all carry the usual EC2/hr costs which add up to quite a lot over a year based on my usage of 25 users. Why would I…
Craig L.
  • 11
  • 1
1
vote
0 answers

Ubuntu VPN Gateway Conf: IPtables Rules & ProxyARP

I want to use an ubuntu 18.04 box (at 192.168.1.50) running a WireGuard client for a commercial VPN as gateway to the LAN. WG is using wg-quick and enabled as a service. Unbound is installed and systemd-resolved is set to DNSStubListener=no.…
Gaia
  • 1,777
  • 4
  • 32
  • 58
1
vote
1 answer

how to force all internet traffic go through my vpn tunnel

I have my OpenVPN server running on my Linksys-E4200 router. The VPN server local ip is 192.168.66.1. Now I am in the public library. My Windows7 OpenVPN client has connected with the OpenVPN server. When I use tracert to see the traffic for some…
peterboston
  • 123
  • 1
  • 5
1
2 3 4 5