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, 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.
+
1 (secure, supported by all clients) = 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.
 
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.
 
3 (extremely secure, supported by FTE) = Will also require a challenge.

Latest revision as of 16:14, 28 May 2008

Safer way to retrieve the true IP of clients.

1 (secure, supported by all clients) = 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.