Re: GeoIP Module for Blocking IP in http_x_forwarded_for

2018-01-17 Thread Maxim Dounin
Hello! On Wed, Jan 17, 2018 at 07:33:43AM -0500, anish10dec wrote: [...] > > > Is there a way to check for First IP Address in http_x_forwarded_for for > > > blocking the request ? > > > > If you really want to, you can do so using the > > geoip_proxy_recursive directive and configuring the g

Re: RE: [IE] GeoIP Module for Blocking IP in http_x_forwarded_for

2018-01-17 Thread anish10dec
Thanks ... We need the Client IP on Server B as well for analytics . Tried by enabling the Geo IP module on Server A which looks after remote address field and successfully blocks the request. But the problem here is that it is even blocking the requests coming from our Internal Private IP Segme

Re: GeoIP Module for Blocking IP in http_x_forwarded_for

2018-01-17 Thread anish10dec
Maxim Dounin Wrote: --- > Hello! > > On Thu, Jan 11, 2018 at 07:17:20AM -0500, anish10dec wrote: > > > GeoIP module is able to block request on basis of remote address > which is IP > > of the remote device or user but not on basis of X-Forwarde

RE: [IE] GeoIP Module for Blocking IP in http_x_forwarded_for

2018-01-11 Thread Jason Whittington
Blocking IP in http_x_forwarded_for GeoIP module is able to block request on basis of remote address which is IP of the remote device or user but not on basis of X-Forwarded-For IP if it has multiple IP address in it. There is Frontend Server( Server A) which receives the request and send it to

Re: GeoIP Module for Blocking IP in http_x_forwarded_for

2018-01-11 Thread Maxim Dounin
Hello! On Thu, Jan 11, 2018 at 07:17:20AM -0500, anish10dec wrote: > GeoIP module is able to block request on basis of remote address which is IP > of the remote device or user but not on basis of X-Forwarded-For IP if it > has multiple IP address in it. > > There is Frontend Server( Server A) w

GeoIP Module for Blocking IP in http_x_forwarded_for

2018-01-11 Thread anish10dec
GeoIP module is able to block request on basis of remote address which is IP of the remote device or user but not on basis of X-Forwarded-For IP if it has multiple IP address in it. There is Frontend Server( Server A) which receives the request and send it to Intermediate Server (Server B) We have