View Single Post
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#46
grog, mtran66: I'm not really interested in trying this out, since I don't have those limitations so I would be doing it purely as a technical exercise, but the whole corkscrew and squid proxy thing to me seems way overkill.

You should just have to:

1. Set up ssh on your host to listen on port 80.
2. Install tsocks on the N900 and edit the config file /etc/tsocks.conf to look like this:
Code:
server = 127.0.0.1
server_port = 3120
3. Then, on the N900:

Code:
ssh username@host.addr.ip -p 80 -D 3120
That should get you logged in to your host.

4. Now open a new terminal, and run:
Code:
tsocks modest -s
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following User Says Thank You to qole For This Useful Post: