
Originally Posted by
cyberbob
I think that Vodacom prolly still firewalls you, but you just get given an external IP. Not sure what the real value is of this though

Well - unless they unblock it for us - we gonna have the problem. My solution to it so far has been to ssh into my server and do a remote port forward - something like this:
On the 3G machine run
Code:
ssh -Cl root 1.2.3.4 -g -R 2222:127.0.0.1:22
Then you connect to the server
Code:
ssh -Cl root 1.2.3.4
Once connected - you can ssh into the 3G machine like this
Code:
ssh -Cl root 127.0.0.1 -p 2222
Hope this helps ! 
Laterz !!!
BTW - I have a little script that run the command on the 3G machine when ever the connection is made - it just keeps running it when SSH dies, unless you wanna send "NULL" packets every couple of mins.
Bookmarks