About 63,000 results
Open links in new tab
  1. Is there a real way to connect to WatchGuard's VPN from Linux?

    Jan 18, 2010 · WatchGuard officially has clients only for Windows and Mac. But I see that it uses openvpn internally. I couldn't connect to WG from Linux. Is there someone who actually get this …

  2. Connected to openvpn, but no Internet connection - Server Fault

    May 19, 2017 · When you create a VPN connection between your client and VPN server, a private network is formed between the two, with address starting with 192.168.x.x, 10.x.x.x or 172.16.x.x. …

  3. ubuntu - Checkpoint VPN Linux Client - Server Fault

    Dec 2, 2009 · BUT, the Linux client VPN seems to be deprecated and no longer supported, as my own experience, it should be better to use the OpenSwan VPN to connect throught an Checkpoint VPN …

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

    I've been using a Debian Linux distro and installed the openvpn package. The client config in Debian can be launched via command line, which leads one to this problem of there being seemingly no …

  5. ipsec - Connect to a Fortinet VPN with Ubuntu - Server Fault

    Jun 17, 2010 · Fortinet is just an IPSEC VPN server - you don't specifically need their client to connect to it. The IPSEC HOWTO details a list of various options you have for setting up a Linux VPN client.

  6. openvpn - How to force all traffic through VPN? - Server Fault

    On Linux, you could use a command such as this to NAT the VPN client traffic to the internet: iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE This command assumes that the …

  7. openvpn - How do I tell if all traffic is going through the VPN ...

    I want to make sure that when the traffic is going through the VPN and not though the normal internet connection. The gateway IP for my network is 192.168.0.1 and the gateway for OpenVPN is 10.8.0.1.

  8. How to setup routing for a Linux VPN server with ... - Server Fault

    Jan 3, 2023 · Configure the IP addresses for each interface on the VPN server. Install the necessary VPN software and configure it for the desired protocol. Access the server's routing table and enable …

  9. How do I set up a VPN bridge between 2 networks?

    Jun 10, 2020 · You do want to set up a VPN (which is different to a proxy server). A VPN is a secured virtual connection between 2 computers or systems. Ideally you want to put your VPN endpoints on …

  10. How to connect to VPN from the command line in Linux?

    2 This is what the OpenVPN HOWTO says: "If you install OpenVPN via an RPM package on Linux, the installer will set up an initscript. When executed, the initscript will scan for .conf configuration files in …