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/ _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
