|
March 13, 2015, 12:17:39 AM |
|
I assume that by Private Internet Access you mean you're running your internet connection through a VPN. Furthermore I understand that you want to run a full node on your local machine through this VPN connection.
Now, I don't have any experience with PIA in particular, but if you're able to make a ssh tunnel/forward through the VPN connection, you could simply use that. It's possible to get a VPS quite cheaply, and you could use that as the public facing ip for the node while in reality it just is a forwarder to your local machine.
PC node <-> VPN <-> VPS proxy <-> Random connecting node
The advantage would be that your ISP cannot easily see that you're running a node, as they only see the connection to the VPN you're connecting to, but not what goes trough it. Now, if PIA is a subdiv of GCHQ, they could probably atleast see all cleartext communication, so adding a ssh tunnel would not be a bad idea.
As for the chance of opening ports on the VPS, you have to consult the PIA docs, however if you're acessing a shared VPN-server (no dedicated ip), then it will probably not be possible for you to have a port opened for you. Maybe it's technically possible, but I doubt PIA would allow it. Now it also depends on what your goal is, if you just want to sync the bitcoin client of yours, it should be possible, however the inbound connections is what's the problem here. However as mentioned initially, if you can get a cheap VPS, then you could just run all traffic trough that, you might have to set up a reverse ssh tunnel for it to work, but it's quite possible.
|