I use a VPN to encrypt all of my traffic. It's great when you're on a network that likes to monitor what you're doing, or when you want to be somewhat more difficult to trace, or when you need to get around location-based restrictions. But there's one problem: using a VPN means that there's an extra routing step between you and the internet, and if you want to have internet-facing ports open, they'll need to be forwarded. The problem with that is that your host will usually have a number of clients sharing the same public IP address at the same time, so you can't just get them to forward whichever ports you want. The service I use does offer the ability to request that a port be forwarded, but you don't get to choose which port it is, you only get one, and it might change each time you connect. I want to have a port open for bittorrent, but I don't want to have to constantly check which port I got forwarded, then manually change the bittorrent sett...
Comentários