• Knusper@feddit.de
    link
    fedilink
    English
    arrow-up
    21
    ·
    1 year ago

    Thing is, a VPN isn’t just some magic tool that lets you view location-restricted content and hides your IP address. It’s a relatively basic networking concept.

    Essentially, it allows you to connect two or more local networks, i.e. LANs, as if they were one big LAN.
    In particular, that means no firewalls in the way, no weird NAT behaviour, no need to deal with public IP addresses and so on.
    And it secures the whole communication with encryption + implements a form of authentication, so that you can leave the individual services within the VPN relatively unsecured (assuming you don’t separately expose them outside the LAN/VPN).

    Or more concretely, my dayjob uses a VPN for the whole home office thing. And I’ve used VPNs plenty times just as a networking tool in my software developer job. Prohibiting the entire concept of VPNs makes many software solutions impossible or annoying to build, and will cause folks to expose insecure services to the internet.