hiya chris,
  
> What would it take to set up a proxy for logging into a site from the outside 
> world?
> 
> I've got a NAT firewall on a site that I'd like to get into from the outside;
> what I do right now is to
> 
>       ssh [EMAIL PROTECTED]
> 
> and then 
> 
>       ssh [EMAIL PROTECTED]
> 
> Clearly this is not something that I want to tell anyone else to do.
> 
> I've previously set up socksified-ssh for this purpose, but that requires 
> specially built ssh clients (which are not available for non-unix systems).

if still you want to use socks, you can use sockscap for windows boxes to
socksify apps on the fly.
check out http://www.socks.nec.com/sockscap.html

if that doesn't suit - you could use a generic tcp proxy on the firewall.
e.g. the fwtk plug-gw will do the trick. it takes any tcp based
service from n hosts through the plug-gw to a destination host. 
it has basic access control, runs from inetd & you can string multiple
plug-gw's together if you're trying to traverse multiple firewalls.

check out: http://www.fwtk.org 

hope this helps,
pauline

Reply via email to