Re: Problem with VPN IP address and Nginx

2013-07-30 Thread ludwigvan
I have the same problem. Have you been able to find a solution to this? I believe it might need to be fixed on the vpn side. The setup works OK if the vpn server and nginx server are on different machines, but if they are on the same machine, it doesn't work for me. A more detailed description

Re: Problem with VPN IP address and Nginx

2013-07-12 Thread John Doe
From: wolfy > Nobody can help me? Maybe check the request headers...? JD ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Problem with VPN IP address and Nginx

2013-07-12 Thread wolfy
Nobody can help me? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,240709,240776#msg-240776 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Problem with VPN IP address and Nginx

2013-07-10 Thread wolfy
I try to understand why with nginx my IP address is not that the IP address of my VPN, then with Apache, or any website to display my IP it works correctly. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,240709,240737#msg-240737 ___ nginx ma

Re: Problem with VPN IP address and Nginx

2013-07-10 Thread Reinis Rozitis
the ip detected by Nginx is my real ip address, not the IP address of my VPN, so i cannot use allow/deny function correctly. Could you please help me ? Your nginx/host IP is probably not routed via the VPN tunnel so you access it directly and it sees your real ip - so check the routes on your

Problem with VPN IP address and Nginx

2013-07-10 Thread wolfy
Hi all ! When i use OpenVPN, my remote ip address detected by Nginx (not used on reverse proxy) is different than Apache (standalone, just for test), or http://whatismyipaddress.com, the ip detected by Nginx is my real ip address, not the IP address of my VPN, so i cannot use allow/deny function c