About 51 results
Open links in new tab
  1. Cannot connect using OpenVPN for Windows

    Jan 17, 2022 · I have an OpenVPN server running on my EdgeRouter and can connect to it using both Android and IOS OpenVPN clients without any problem. I cannot however connect to it using the …

  2. Connect to OpenVPN using Windows 10 built-in VPN

    The OpenVPN protocol is not built-in to Windows. OpenVPN is released under the GPLv2 license, which Microsoft won't use. The Windows 10 built-in VPN support is not limited to only the protocols shipped …

  3. OpenVPN 2.4.1 client on Windows 11 cannot disable forced tunneling

    Jun 6, 2023 · I have an OpenVPN host in Azure. After connecting with a Windows 11 client, access to the Internet is lost. Config file: client proto udp explicit-exit-notify remote [MYVPN].com 1194 dev tun …

  4. How to push my own DNS server to OpenVPN?

    I have defined an unbound DNS server on my VPS and it appears to work. I need to use the DNS server instead of public DNS servers because some ISPs have blocked public DNS IPs. My openvpn.conf …

  5. OpenVPN: How to mitigate path MTU issues on a per-client basis?

    Sep 13, 2014 · The OpenVPN server is currently 2.2.1 on Ubuntu 12.04. We are preparing an upgrade to 2.3.2 on Ubuntu 14.04 The OpenVPN clients are 2.2.1 on Debian 7.6 I am happy to determine a …

  6. Fix 'TLS Error: TLS handshake failed' on OpenVPN client

    Jul 31, 2015 · I am configuring OpenVPN 2.3.6-1 on my Arch Linux server in order to encrypt SMB traffic over the public Internet. When I test the setup on one of my Linux virtual machine clients, I get the …

  7. openvpn - How to force all traffic through VPN? - Server Fault

    From the OpenVPN HowTo Documentation Implementation Add the following directive to the server configuration file: push "redirect-gateway def1" If your VPN setup is over a wireless network, where …

  8. Generate an OpenVPN profile for client user to import

    Mar 1, 2013 · Learn how to generate an OpenVPN profile for client users to easily import and configure their VPN connections.

  9. linux - OpenVPN - ERROR: Cannot open TUN/TAP dev /dev/net/tun: …

    Feb 14, 2020 · How can i permanently solve this? Im having this issue on a debian wheezy server, using OpenVPN client to connect to an OpenVPN server. The suggested fix is the one below. Seems like, …

  10. How to set a static IP (client side) in OpenVPN? - Server Fault

    Jan 16, 2017 · You should be able to do this with the ifconfig-pool-persist config option. You can pre-configure the file and set seconds = 0 to tell OpenVPN to only read the file. We use it to ensure the …