passing origin through nat?

Alex de Kruijff freebsd at akruijff.dds.nl
Mon Oct 4 23:54:57 PDT 2004


On Mon, Oct 04, 2004 at 03:29:38AM -0500, Anthony Philipp wrote:
> Hello,
> When I log in to my computer from a remote location, it still says
> that I am coming from my nat box. Is it possible to have my nat box
> forward where I am logging in from? I would also like to be able to
> forward where apache connections are coming from. Right now all the
> logs say is that their coming from my nat box. So if anyone knows how
> to solve this that would be great. Thanks

You could try a ssh tunnel.

ssh -L 2222:private:22 public
ssh -L 8080:private:80 public (you can't quite the session or the
tunnels wil be removed)

-- 
Alex

Please copy the original recipients, otherwise I may not read your reply.
WWW: http://www.kruijff.org/alex/FreeBSD/


More information about the freebsd-questions mailing list