Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Oct 2004 08:54:34 +0200
From:      Alex de Kruijff <freebsd@akruijff.dds.nl>
To:        Anthony Philipp <philipp1@lupin.angrypanda.net>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: passing origin through nat?
Message-ID:  <20041005065434.GF917@alex.lan>
In-Reply-To: <20041004082938.GA39008@lupin.angrypanda.net>
References:  <20041004082938.GA39008@lupin.angrypanda.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041005065434.GF917>