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.

  • tester1121 (moved)OP
    link
    English
    16 months ago

    I think that it’s similar to the “Normal VPN without NAT”, but I want it to preserve the client IP all the way through to the server that the client wants to connect to (in other words, the website that the client wants to access will receive the IP of the client, not the VPN server).

    • r00ty
      link
      fedilink
      46 months ago

      So there’s three problems you are very likely to encounter.

      1. Most providers now almost certainly filter their egress for netblocks under their control to prevent ip spoofing. So it’s likely the packets would never make it out at all.

      2: if it does work the return path would be over the normal Internet route and not via the vpn. Only the sent packets would go via the vpn host.

      3: if the client is behind nat the router will not recognise the response packets as belonging to an open connection and will drop them.

      I’m really not sure what your intention is.

    • @computergeek125
      link
      English
      16 months ago
      1. Where is the server located? Are you looking at an intranet location or internet?

      2. Is the client connected to the VPN concentrator via IPv4 or IPv6?

      3. Is the VPN concentrator connected to the server via IPv4 or IPv6?

      What you ask may be possible depending on those answers.