You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by il...@riu.es on 2003/12/05 17:16:24 UTC

[users@httpd] NAT and access_log

Hello,

we've configured a web server behind a Firewall doing NAT, but, as we
expected, the access log only shows the firewall's IP for any request. Is
there any configuration to solve this issue?

Thanks in advance !

Ignacio Lacosta.



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] NAT and access_log

Posted by Aaron W Morris <aa...@mindspring.com>.

ilacosta@riu.es wrote:
> Hello,
> 
> we've configured a web server behind a Firewall doing NAT, but, as we
> expected, the access log only shows the firewall's IP for any request. Is
> there any configuration to solve this issue?
> 
> Thanks in advance !
> 
> Ignacio Lacosta.
> 

That sounds very strange.  If it is a NAT firewall, the only thing it 
should change when incoming packets traverse it is the destination 
address.  The connection should still have the correct source address. 
If it changed the source address, I do not think the setup would work at 
all.

Anyway, Apache is just reporting what it sees, so it's probably an issue 
with your firewall.

-- 
Aaron W Morris <aa...@mindspring.com> (decep)




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org