IP address gets replaced

Status
Not open for further replies.

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
If you try to make an anonymous edit on http://interdex.fourstarmon.com/ (any page), the IP address shows up as 69.175.120.122, which is the IP address of one of the x10hosting nameservers.

What might be causing the problem?


The ip addresses of the nameservers are

ns1.x10hosting.com 99.198.122.2
ns2.x10hosting.com 173.236.27.195



The ip address 69.175.120.122 is belongs to the server starka on which your account is residing.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Due to the load balancing set up x10hosting uses, scripts that check the IP of the user often return the IP of the server that they are on.

PHP, try using:

HTTP_X_FORWARDED_FOR
HTTP_X_REAL_IP
 
Last edited:

daniel.ernston68

New Member
Messages
7
Reaction score
0
Points
0
Due to the load balancing set up x10hosting uses, scripts that check the IP of the user often return the IP of the server that they are on.

PHP, try using:

HTTP_X_FORWARDED_FOR
HTTP_X_REAL_IP

But where would I put these? I don't know that much PHP >_<
 
Status
Not open for further replies.
Top