Page 1 of 1

Getting tons if IP's 127.255.255.255

Posted: Sat Apr 19, 2008 8:20 pm
by GeXus
I have a little click tracking script, and I just noticed that I have TONS of IP's (like 90%) that are 127.255.255.255, I'm getting the IP by using $_SERVER['REMOTE_ADDR']

Any ideas why this would be?

Thanks!

Re: Getting tons if IP's 127.255.255.255

Posted: Tue Apr 22, 2008 12:29 am
by Zoxive
127.0.0.0 to 127.255.255.255 is marked as loopback, and not used by anyone.

A simple google search turned up something similar, dealing with transferring the database to a different server, 32bit to 64bit.

http://haveamint.com/forum/troubleshoot ... 55_255_255