Difference between revisions of "Sv getrealip"

From FTE
Jump to: navigation, search
 
Line 1: Line 1:
 
Safer way to retrieve the true IP of clients.
 
Safer way to retrieve the true IP of clients.
  
1 (secure) = Stuffs the client to send a packet back to the server and thus determines the IP from that.
+
1 (secure, supported by QWCL, mQWCL, FuhQuake, FTE and ezQuake) = Stuffs the client to send a packet back to the server and thus determines the IP from that.
2 (very secure) = The server will also send an A2A_PING to the retrieved IP and expect A2A_ACK back.
+
 
3 (extremely secure) = Will also require a challenge.
+
2 (very secure, supported by mQWCL and FTE) = The server will also send an A2A_PING to the retrieved IP and expect A2A_ACK back.
 +
 
 +
3 (extremely secure, supported by FTE) = Will also require a challenge.

Revision as of 13:01, 28 May 2008

Safer way to retrieve the true IP of clients.

1 (secure, supported by QWCL, mQWCL, FuhQuake, FTE and ezQuake) = Stuffs the client to send a packet back to the server and thus determines the IP from that.

2 (very secure, supported by mQWCL and FTE) = The server will also send an A2A_PING to the retrieved IP and expect A2A_ACK back.

3 (extremely secure, supported by FTE) = Will also require a challenge.