Stormwolf
Group: Members
Posts: 3
Joined: Jan. 2006 |
|
Posted: Jan. 07 2006,00:33 |
|
The machine I run DSL on sits behind a tight firewall. It only allows web access via HTTP. I've devised a way of getting a full connection using a Java application called SOCKS via HTTP. Basically, it runs a SOCKS server locally, forwards all connections made to it via HTTP to a customised web server which then makes the real connection. For it to work, I need to be able to get the applications I use to connect to the local SOCKS server. Browsing is OK, as Firefox is capable about this. But what do I do for mail, or SSH?
I've read of connect.c which say it will enable non-proxy-enabled applications to use a proxy, although I've not tried it yet. Does anyone have any suggestions or advice?
|