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.
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.
deleted by creator
Not necessarily. VPN can be used for that, but I’d be that more common use case is to access networks which are otherwise firewalled off from the public internet, like corporate LAN.
Right. That’s literally why it’s called a VPN - you’re connecting to a private network (LAN), virtually.
deleted by creator
Its also a vital part of software defined networking
Not at all. A VPN can be used as a proxy but that’s not what they were intended for.
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.
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.
The hiding of internet traffic is also a proxy thing, not necessarily a VPN thing.
This is doable with a SOCKS5 or HTTP proxy though. I’m wondering about VPNs specifically.