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

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

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

  5. openVPN disconnect via command line in linux - Server Fault

    Is there a way to disconnect an openvpn connection that was established by free-radius with a shell command line? I have all information about the openvpn connection: Username Client IP

  6. How to route only specific subnet to OpenVPN Server

    Oct 17, 2019 · This was frustrating because there is so much misinformation available: Add these lines to the client.ovpn # reject route all traffic through vpn # even if it is configured on the server pull-filter …

  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. NetworkManager is not changing /etc/resolv.conf after openvpn dns …

    I've got a problem which is "NetworkManager is not updating /etc/resolv.conf after openvpn connection with dns push configured". Here's my openvpn server config: (I've changed domain name to ABC.C...

  9. How do I improve OpenVPN reliability over a high latency link?

    The OpenVPN mtu-test reported 1542 as the MTU size. I've searched the internet for more advice on how and when to use mssfix and fragment, but I only find pages saying the same as the FAQ, and …

  10. ubuntu - OpenVPN: Cannot open TUN/TAP dev /dev/net/tun: …

    Sep 10, 2019 · OpenVPN: Cannot open TUN/TAP dev /dev/net/tun: Operation not permitted Ask Question Asked 6 years, 7 months ago Modified 6 years, 5 months ago