About 1,240,000 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. networking - openvpn - How to set client to use local gateway?

    This is called Split tunneling. As you have created your own OpenVPN server, you can enable split tunneling on Windows by editing your config files. Remove redirect-gateway def1 in your …

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

  4. linux - How to keep alive the VPN connection? - Super User

    I have seen examples for OpenVPN config files, but I don't think I'm using one. I have set up everything directly from the NetworkManager. I found the NetworkManger config file for my …

  5. How to push my own DNS server to OpenVPN? - Server Fault

    6 It turns out that if you are trying to connect from a non-Windows client, you need to do a couple of extra steps: On Linux Put this line on your client configuration (client.conf or xxxx.ovpn file) …

  6. How to set up VPN connection with .p12 and .ovpn file?

    5 If you are unfamiliar with openvpn, you might want to try using NetworkManager to configure it. Afaik there is a package called network-manager-openvpn that will enable openvpn in your …

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

  8. How to autostart and autoconnect OpenVPN in Windows 10?

    Jan 11, 2017 · The best way is to use services: Install the OpenVPN service when you install the client; Place your OpenVPN profiles (with the extension .ovpn, not .conf as is common on …

  9. How to ensure OpenVPN connection uses specific DNS?

    83 I'm using OpenVPN through Tunnelblick on MacOS X Lion. I need to set specific DNS (with local IP, which works only when VPN is up) for the duration of this VPN session only. I do not …

  10. Setting DNS servers using OpenVPN client config file

    Aug 28, 2013 · An openvpn config option to set the local machines DNS servers for the duration of the connection would be great.