About 52 results
Open links in new tab
  1. 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 …

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

    Jul 31, 2015 · This indicates OpenVPN server do send result to your OpenVPN client via UDP port 1194. But OpenVPN client not receive the result packets. Many reasons leads to this result, your ISP …

  3. 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 …

  4. linux - connect OpenVPN client at Ubuntu startup - Server Fault

    Aug 9, 2018 · I would like to connect OpenVPN on Startup. I've added sudo openvpn /file.ovpn to the crontab, and it doesn't connect at startup. What is the proper procedure?

  5. OpenVPN

    We would like to show you a description here but the site won’t allow us.

  6. How to correctly configure IPv6 with OpenVPN? - Server Fault

    Aug 25, 2017 · Trying to find the OpenVPN configuration which suits my needs I made this script to help myself during the installation on a CentOS system. My server config file actually looks like this: port …

  7. Connected to openvpn, but no Internet connection - Server Fault

    May 19, 2017 · I have openvpn on a remote server, it's Arch Linux. I'm able to connect to it, but there's no internet after I connect, meaning, when I open a browser and trying to load a website, it's getting …

  8. Allow OpenVPN client to push it's own DNS servers, regardless of ...

    Here is the catch, the openvpn server must push a DNS because otherwise many OpenVPN clients will not be able to open web pages until the manually set DNS servers in system's network settings. My …

  9. How to check that an OpenVPN server is listening on a remote port ...

    I need to check that an OpenVPN (UDP) server is up and accessible on a given host:port. I only have a plain Windows XP computer with no OpenVPN client (and no chance to install it) and no keys …

  10. OpenVPN not default gateway for all traffic - Server Fault

    Dec 1, 2014 · The easiest solution - use OpenVPN's --redirect-gateway autolocal option (or put it in the config file as redirect-gateway autolocal. 2. Handle the traffic on the OpenVPN server Now that the …