About 57 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 …

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

  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 …

  4. OpenVPN

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

  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 …

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

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

  8. TCP/UDP: Socket bind failed on local address [AF_INET] [undef

    Dec 11, 2018 · I hope someone can help me.. I don't understand why I got TCP/UDP: Socket bind failed on local address [AF_INET] [undef]:1194 I saw that in this part i should have an IP …

  9. openvpn - How to view connected users to open vpn 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 …

  10. How to check that an OpenVPN server is listening on a remote …

    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 …