• girsaysdoom@sh.itjust.works
      link
      fedilink
      arrow-up
      13
      ·
      3 years ago

      This isn’t exactly a platform specific problem because having local network access while using a VPN is actually a feature called “split-tunnelling”. The tunnelcrack issue goes beyond this but can be mitigated by using full tunnel VPN that resolves the server by IP address instead of DNS.

    • zwekihoyy@lemmy.ml
      link
      fedilink
      arrow-up
      3
      ·
      3 years ago

      as long as you have a firewall via iptables or something similar forcing everything through the VPN only, you should be fine I would think.

      if not I’ll have to change my configs a lot lol.

      • Ricaz@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        3 years ago

        You are right, it’s very simple. Traffic will go wherever is shortest by default, because that’s just how networking works on your pc. Shut off the shortest path (or every other path) and it’s forced through your VPN connection.