hello , my website get mostly client ip same as my webserver, about 95% . (windows 2003 , no domain , only ip access )
I did not use proxy server , dont know what's going on.
maybe the module can provide this feature : check out if the ip is same as webserver or same as the specified IP , then get ip by other way , the real ip.
or teach me how to configure my webserver?

Comments

dzy’s picture

may be just add more column , split IP source , including X-Forwarded-For header and REMOTE_ADDR and ?? header

dzy’s picture

Assigned: dzy » Unassigned
greggles’s picture

Category: Bug report » Support request

The module already uses the ip_address function which is the "right way" in Drupal to get either the current ip address or the x-forwarded-for address if that makes sense.

There are some settings in settings.php that you should read through for situations where Drupal is behind a reverse proxy.

This seems to me most likely a problem in site configuration rather than the module itself.

greggles’s picture

Status: Active » Fixed

I guess my comment in #3 was the solution. Please reopen if the issue persists.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.