server address mismatches while authing when both IPs/port were same
Bug #217363 reported by
Yann Kaiser
on 2008-04-14
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Armagetron Advanced |
Medium
|
Manuel Moos | ||
| 0.2.8 |
Medium
|
Manuel Moos |
Bug Description
[1] User 1 requests authentication as "<email address hidden>".
[0] Password request sent to user 1, username "K-Yo", method md5, message "Login with Authority crazy-tronners.
[1] Login failed, reason: Server adress mismatch, 82.227.65.72:4534 (sent by client) != 82.227.65.72:4534 (our address). Pharming suspected. If you are connecting from the LAN and get this error, either set "TRUST_LAN" on the server (only if your LAN can be fully trusted, of course) or use "SERVER_IP" to make the local IP known to the server.
in this case the IPs were same, but it often happens that we get *.*.*.*:4534 as "our address", sometimes also we get random(?) ports addresses sent by client, not sure if this was fixed or not
Yann Kaiser (epsy) wrote : | #1 |
Changed in armagetronad: | |
importance: | Undecided → Medium |
milestone: | none → 0.2.8.3 |
| K-Yo | (key-3113) wrote : | #2 |
Yann Kaiser (epsy)
on 2008-04-19
Changed in armagetronad: | |
status: | New → Fix Committed |
Manuel Moos (z-man)
on 2009-01-27
Changed in armagetronad: | |
assignee: | nobody → z-man |
To post a comment you must log in.
I was using (as the client) the latest svn build (8407)