'real_ip_header proxy_protocol' don't change the client address

Maxim Dounin mdounin at mdounin.ru
Tue Sep 26 13:57:51 UTC 2017


Hello!

On Tue, Sep 26, 2017 at 07:02:33AM -0400, fengx wrote:

> I have the setting as follow:
> 
> real_ip_header   proxy_protocol;
> real_ip_recursive on;
> set_real_ip_from  192.168.1.0/24;
> 
> For example, when I send request to nginx from 10.0.0.1, 
> $proxy_protocol_addr prints 10.0.0.1, which is the original client, but
> $remote_addr prints 192.168.1.1 which is our proxy.

Please provide full configuration you are using for tests.

-- 
Maxim Dounin
http://nginx.org/


More information about the nginx mailing list