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
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
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
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
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 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