Problem : I am currently using debian 8.2 with systemd. $ cat /etc/default/openvpn … # WARNING: If you’re running systemd […]
Tag: openvpn
Allow client to client communication in OpenVPN for certain IP range
QUESTION : The Goal We’ve got one OpenVPN Server that’s up and running (10.8.0.0/16). And some clients. Clients can be […]
Systemd openvpn up script not working
Problem : my openvpn client.conf includes an option “–up /home/averagejoey2000/bin/port_forward.sh” but whenever I run systemctl openvpn-client@client.service, the process fails because […]
How to use openvpn daemon with authentication token
Problem : we recently started using openvpn in production environment. We also use several kinds of OS here (Mac, Linux […]
Allow access to OpenVPN only from linux systems?
Problem : I’d like to know if there’s a way to check the OS of the client connecting to a […]
Browse server files with VPN
QUESTION : I have just finished installing OpenVPN on my CentOS 7 server, and I have connected successfully. I checked […]
Is it possible to get two IPv6 networks to communicate over IPv4 Internet in this case?
Problem : I have a setup of a laptop connected to a cellular IPv4 network (3G usb dongle) and PC […]
How to access a OpenVPN network from a site that blocks most ports?
QUESTION : I would like to access my office, but I can’t get in because the site (a coffee shop) […]
OpenVPN traffic relay
QUESTION : English is not my mother tongue; please excuse any errors on my part 🙂 I try to set […]
Marking packets going through OpenVPN tunnel and handling them differently at server side
Problem : I’d need to create a client-server OpenVPN configuration such that at client side each IP packet is assigned […]