About 660,000 results
Open links in new tab
  1. OpenVPN client doesn´t connect to OpenVPN server

    Feb 11, 2024 · I followed the guides provided by two youtube videos, Install and Configure OpenVPN Server in Windows PC and how to Install & Setup OpenVPN on windows 10, step …

  2. How can I setup NAT on my OpenVPN Server for the client?

    Jul 22, 2020 · On my prod OpenVPN servers I have set: mssfix 1350 which has been completely stable for well over a year. While the default is 1450, this seems to run into trouble with various …

  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. How to push a gateway and route to an OpenVPN client? - Server …

    Sep 11, 2020 · The OpenVPN server (currently 1) has IP 10.10.0.1 To distribute the static "server" IP's, i uncommented client-config-dir in the OpenVPN server.conf , created a config file for …

  5. networking - Changing OpenVPN DHCP pool - Server Fault

    Remember also to include a --route directive in the main OpenVPN config file which encloses local, so that the kernel will know to route it to the server's TUN/TAP interface. Notes Just for …

  6. How to set a static IP (client side) in OpenVPN? - Server Fault

    Jan 16, 2017 · We have a unique certificate per user. In your original question you said "we don't want to change the configuration of the VPN server if we add a device in the system". You can …

  7. Route subnet through a VPN gateway with OpenVPN - Server Fault

    Apr 22, 2021 · A is a OpenVPN client with ip 10.8.0.2 B is the OpenVPN server with IP 10.8.0.1 and 172.16.0.1 C is the remote IPSec endpoint inside your partner's network with the IP …

  8. OpenVPN server : connexion OK but no access to remote lan

    May 28, 2021 · I've got a running OpenVPN server with following configuration VPN network is 10.7.0.0/16 LAN network is 192.168.100.0/24 Client is able to connect, but I can not reach …

  9. OpenVPN bridging with server and multiple clients?

    Apr 4, 2023 · 1 At the end, I took the "use the bigger hammer" route. Took some time to set it up, but now on the server side, I have 8 OpenVPN servers, occupying 8 UDP ports, with 8 firewall …

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