Dan Christensen <[EMAIL PROTECTED]> writes: > Hans Ekbrand <[EMAIL PROTECTED]> writes: > >> On Thu, Oct 25, 2001 at 11:54:56PM +1300, Adam Warner wrote: >>> I want to route some traffic though a remote computer (R) to my home >>> computer (H). > > [web traffic] > >> Another way of doing it, a bit more unsecure maybe, would be to >> install a proxyserver on R and only accept connections from H. > > Yes. For example, just install junkbuster or webwasher on R, > and set your browser on H to use R as a proxy. I've done this > (for the same reasons as the original poster) several times.
I should have said that this can be combined with ssh port forwarding. You have ssh forward H:1234 to R:5678, run a proxy on R listening on 5678, and set your browser to use H:1234 as a proxy. Dan