Hacker News new | ask | show | jobs
by etplayer 3205 days ago
How do I chain VPNs together where I'm not giving my Tor requests to any of the computers between mine and the Tor network? I use a server at the moment to tunnel but French law requires them to store my history for a year after I've left their service.
1 comments

Basically, you're doing multiple NATing, through VPNs. You can use physical routers or VMs, such as pfSense. You have a router that routes a VPN to a LAN. On that LAN, there's another router, that routes another VPN to another LAN. And so on, as deep as you like. So in the end, your ISP gets packets {with encrypted packets [with encrypted packets (with encrypted packets as payloads) as payloads] as payloads} etc.

See https://www.ivpn.net/privacy-guides/advanced-privacy-and-ano...