Jump to content

All users shows from same IP


Owdy

Recommended Posts

Posted

I moved servers. Now for some reason every user seems to come from same IP 10.0.0.2. What might be reason for that? Cant ban etc.

Posted

Hmmm, host says

10.0.0.2 is our cluster address. Reason for that behive might be that code uses $_SERVER["REMOTE_ADDR"] for tracking ip, wich gives wrong info in lots of times. IP tracking should use $_SERVER['HTTP_X_FORWARDED_FOR']

How do i fix this?  :unsure:

 

Posted

I had similar behavior as I have moved and used reversed proxy while waiting for DNS update. The users came to the old server (according to old DNS entry) and the old server sent them to the new one via proxy. In the stats it looked like all users came from one IP. 48 hours later DNS was updated worldwide and stats were normal again.

Posted

I moved servers. Now for some reason every user seems to come from same IP 10.0.0.2. What might be reason for that? Cant ban etc.

Try

System > Security > Security Settings

Tick the box Trust IP Address's used by Proxies

 

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...