• Alex@lemmy.ml
    link
    fedilink
    English
    arrow-up
    136
    ·
    2 months ago

    Because OpenVPN is fiddly to set up and modern Wireguard setups seem to scale well enough.

    • Magister@lemmy.world
      link
      fedilink
      English
      arrow-up
      71
      ·
      2 months ago

      I remember maybe 12-15 years ago, setting OpenVPN on my TomatoUSB flashed router, invoking all kind of openssl command to generate certificates, keys, signing stuff, setting the router, setting the TAP/TUN clients etc. but once setup it works for years on my laptop, phone, etc.

      Now with WG I basically scan on my phone a QR code generated on my Merlin router and that’s it.

    • _cryptagion [he/him]@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      17
      ·
      edit-2
      2 months ago

      EDIT: it’s been pointed out to me that using NetworkManager for Wireguard setup is shit. Instead use nmcli, this seems to have solved my problem.

      I’m using Bazzite Linux with KDE, and for me Wireguard setup is copy/pasting several bits of information on multiple settings pages. OpenVPN is just downloading a single config file and inputting my user/pass.

      Also, Wireguard disconnects so often, no matter which distro I’m on, that it’s a pain in the butt having to reconnect a few times an hour. Not to mention that I can’t have it set to autoconnect on login, or my internet doesn’t work until I disconnect and reconnect.

        • kadu@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 months ago

          These immutable distros always create a thousand little problems like that.

          • _cryptagion [he/him]@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            3
            ·
            2 months ago

            I don’t think it’s Bazzite, as it didn’t work on NixOS or Nobara either. It’s got to be something with my ISP, because as I said in my previous comment, it hasn’t worked over multiple distros.

        • _cryptagion [he/him]@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          3
          ·
          2 months ago

          Wireguard disconnects the WiFi.

          However, it has been pointed out to me that my problem was using the GUI for NetworkManager to add the VPN, which apparently is shit for Wireguard. I added the VPN using nmcli instead and so far it’s working as intended.