> > > i'm beginning to suspect that it is not enough to forward 80 -> 5825
> > > since the java-portion of this runs on 5925. but how do i set that up
> > > when the only incoming available port is 80. i can't forward from 80
> > > to both 5825 and 5925 can i?
> >
> > You could set up a SOCKS or SSH server to listen on port 80 of your home
> > box. Both of those allow you to combine multiple connections into one at
> > the client end, and then demultiplex them at the server end.
> >
> > SSH would be greatly preferable but SOCKS would also work.
>
> would this require me to install ssh on the client side as well? i
> would like to keep to just using internet explorer from work without
> installing any additional software.
If you use ssh it would, but if you set up a SOCKS server on the remote
host, then all you'll have to do is change your proxy settings in IE,
and tell it you're using a SOCKS server on remote_host:80. However,
this setting will then apply to _all_ of your IE browsing. If you want
to turn it on for just one session, then you have to dig all the way
down into the IE options dialogs, turn it on, run your session, and then
go all the way back in and turn it off again. Not convenient. However,
if this is important to you and something you would use a lot, you might
look into a network profile manager, which will switch you back and
forth quickly between various sets of network settings, e.g. proxy
settings. I know there are some of these for Windows, although no names
come to mind right now.
--
To reply by email, change "deadspam.com" to "alumni.utexas.net"
|