0 Members and 1 Guest are viewing this topic.
Step 1. Find a port that can reach the internetStep 2. SSH tunneling.Step 3. ??Step 4. Profit
VPN would probably be best. Or you could use SSh tunneling but that would not be the "simplest" method...
But do you not agree using a VPN would be "easier"?
No I dont ?Setting up a VPN is more work than an SSH tunnel , that is basically one command, pretty much unbeatable.Not to mention that VPN traffic is more likely to be blocked.
True about the VPN traffic, however if you use a PPTP VPN, it is very simple and is as easy as entering a username and password. And obviously the address for the first use.Everyone to their own
15:04 @Phage : I'm bored of Python
I'm going have to go with SSH tunneling here as well. No setting up necessary as with a VPN. Just punch it right through port 22.... or whatever obscure port you want really.
Another really neat trick is tunneling all traffic over DNS (UDP53) that can get you out almost everywhere.There is however a theoretical speed limit to it.When you can do nslookup <SOMETHING> and it actually returns an address you are good.