Strange IP behaviour – IP changing after login
-
Hello, I hope someone can help me understand what’s going on here..
My setup:
1 site with .htaccess as follows:
# BEGIN Restrict WordPress Login Pages to Your Own IPs
<Files wp-login.php>
order deny,allow
deny from all
allow from xxx.xxx.xxx.xxx
</Files>
<Files login>
order deny,allow
deny from all
allow from xxx.xxx.xxx.xxx
</Files>
# END Restrict WordPress Login Pages to Your Own IPsBoth Sucuri and Wordfence installed and both setup to alert admin login.
Sucuri also setup to notify page changes/uploads ecc..This is what happened:
At 9.40am both Wordfence and Sucuri notify me with an admin succesfull login.
BUT: while the IP address from Wordfence is the whitelisted one in .htaccess (xxx.xxx.xxx.xxx), the IP address notified from Sucuri is completely different, say yyy.yyy.yyy.yyy.
Then, after short time, I have 4 more alert from Sucuri which notify 4 pdf file upload.
I instantly phoned to my client and he sayed that he was responsible for both the admin login and the pdf file upload. I also checked the upload stuff and everything was fine, so no worry I guess.
Despite of this I would like to know how is it possible that Sucuri reported a wrong IP address? How could it even bypass the .htaccess directives?
Thanks a lot in advance.
- The topic ‘Strange IP behaviour – IP changing after login’ is closed to new replies.