I want to set up a VPN that uses the client’s IP when sending data out of the VPN server. I am able to use either OpenVPN (open-source edition), or Wireguard.

  • Atemu@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 months ago

    Not at all. A VPN can be used as a proxy but that’s not what they were intended for.

    • dan@upvote.au
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      6 months ago

      I do wonder about when VPNs started being used as proxies… Back when I was in school, we’d use HTTP proxies for HTTP, and SOCKS5 proxies for everything else. I remember I’d try searching for free web-based proxies too.

      I guess VPNs being easier to configure and automatically applying to all apps (since they’re just networks that can have routing rules) helped.

      • IsoKiero@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        1
        ·
        6 months ago

        I do wonder about when VPNs started being used as proxies…

        About at the same time operators at the US noticed that they could profit from profiling users behaviour. In here that’s very much illegal thing to do and most use cases for VPN is to connect yourself into corporate network. VPNs are of course useful to protect you from MITM attacks at open wifi networks and things like that, but hiding your behavior from your ISP is very much an US thing.

        • Atemu@lemmy.ml
          link
          fedilink
          English
          arrow-up
          2
          ·
          6 months ago

          The hiding of internet traffic is also a proxy thing, not necessarily a VPN thing.

        • dan@upvote.au
          link
          fedilink
          English
          arrow-up
          1
          ·
          6 months ago

          hiding your behavior from your ISP is very much an US thing.

          This is doable with a SOCKS5 or HTTP proxy though. I’m wondering about VPNs specifically.