Some IP′s are are shown like local
-
Hi,
few weeks ago I have set-up the code bellow into the function.php to identify right IP addresses
/* setup IP Goe block to show real IP addresses */ $_SERVER['REMOTE_ADDR'] = isset($_SERVER["HTTP_X_FORWARDED_FOR"]) ? $_SERVER["HTTP_X_FORWARDED_FOR"] : $_SERVER["REMOTE_ADDR"];
But right now I see some public IPs “Logs->Admin area” but there are too local IP′s in “Logs->Login form”
detail of one log:
2017-05-04 00:13:20 10.4.240.7 ZZ multi POST[443]:/xmlrpc.php
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0
HTTP headers:
HTTP_X_FORWARDED_FOR=92.63.91.108,HTTP_X_REAL_IP=92.63.91.108
$_POST data:Can you help me to push shown local address 10.4.240.7 to real 92.63.91.108
At least what means result “multi”?Thank you for this great plugin ??
Radek
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Some IP′s are are shown like local’ is closed to new replies.