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

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

  4. 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.

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

  6. vpn - Should I use tap or tun for openvpn? - Server Fault

    Jun 6, 2009 · What are the differences between using dev tap and dev tun for openvpn? I know the different modes cannot inter-operate. What is the technical differences, other then just layer 2 vs 3 …

  7. openvpn - How to view connected users to open vpn server? - Server …

    Apr 1, 2019 · I'm developing a website for managing OpenVPN users with Django framework. But I need to know is there any way to extract active users from OpenVPN? My server is running Ubuntu 12.04.

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

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

  10. linux - openvpn list all active certificates - Server Fault

    Sep 6, 2012 · I have a openvpn setup on ubuntu that multiple users are connecting to. I want to list all the active certificates with their Common name. Is their a way of doing this ?