Date: Mon, 4 Oct 2004 10:48:42 -0600 From: Nathan Kinkade <nkinkade@ub.edu.bz> To: Anthony Philipp <philipp1@lupin.angrypanda.net> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: passing origin through nat? Message-ID: <20041004164842.GN3633@gentoo-npk.bmp.ub> 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
--O6uyWUGY5J97yCxj Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 Anthony Philipp The only way that I can think of that you may be able to have your sshd box know your non-NATed IP address, or hostname, would be to have the ssh client set an environment variable when you first login. You could then consult that variable as needed. Check the sshd man page. Here is a snip: Additionally, ssh reads $HOME/.ssh/environment, and adds lines of the format ``VARNAME=3Dvalue'' to the environment if the file exists and if users are allowed to change their environment. See the PermitUserEnvironment option in sshd_config(5). I doubt that you will be able to find an acceptable resolution to your question regarding Apache logging. Nathan --=20 PGP Public Key: pgp.mit.edu:11371/pks/lookup?op=3Dget&search=3D0xD8527E49 --O6uyWUGY5J97yCxj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBYX7qO0ZIEthSfkkRArGFAJ9pVFp+5LQv65cjkIU/KqEfaVdgYwCcCeCD AvXncef8rnALnxgTRxvC7Wk= =qORS -----END PGP SIGNATURE----- --O6uyWUGY5J97yCxj--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041004164842.GN3633>