desolidirized
09-05-2005, 21:40
While going through the forums I see plenty of people have quite the same problem as I'm encountering.
A short analysis shows that the client is disconnected after sucessful login (entry in the log file as connected, accesses granted, etc.)
Where it becomes funny is when analysing the detailed packet flow.
A sucessful connection looks like :
19:18:41.918555 IP 212.76.251.93.60732 > 172.16.1.12.8767: UDP, length: 180
19:18:41.919371 IP 172.16.1.12.8767 > 212.76.251.93.60732: UDP, length: 436
19:18:42.014915 IP 212.76.251.93.60732 > 172.16.1.12.8767: UDP, length: 120
19:18:42.015257 IP 172.16.1.12.8767 > 212.76.251.93.60732: UDP, length: 16
in more understandable terms
client -> server (username,password, nickname, os..)
server -> client (ack, parameters ...)
client -> server (ack , ... 120 bytes ...)
server -> client (ack, channels, ..)
A failed connection :
19:17:56.989365 IP 81.188.70.106.62021 > 172.16.1.12.8767: UDP, length: 180
19:17:56.989732 IP 172.16.1.12.8767 > 81.188.70.106.62021: UDP, length: 436
19:17:57.186763 IP 81.188.70.106.62021 > 172.16.1.12.8767: UDP, length: 120
19:17:57.346628 IP 81.188.70.106.62021 > 172.16.1.12.8767: UDP, length: 120
19:17:57.468099 IP 81.188.70.106.62021 > 172.16.1.12.8767: UDP, length: 120
19:17:57.589881 IP 81.188.70.106.62021 > 172.16.1.12.8767: UDP, length: 120
19:17:57.708648 IP 81.188.70.106.62021 > 172.16.1.12.8767: UDP, length: 120
The server doesn't send anything after the initial packet. (trace taken on the server itself) . Why? :confused:
about versions : client : 2.0.32.60 | Server : 2.0.20.1 / reported v2.0.r20.b1 in web interface...
hereafter the log of failed and successful connections and the server.ini contents (ade is the user with trouble connecting...)
---------------------------------------------------------------
-------------- log started at 09-05-05 19:53 -------------
---------------------------------------------------------------
09-05-05 19:53:57,ALL,Info,server, Server init initialized
09-05-05 19:53:57,ALL,Info,server, Server version: 2.0.20.1 Linux
09-05-05 19:53:57,ALL,Info,server, Starting VirtualServer id:1 with port:8767
09-05-05 19:53:59,ALL,Info,server, Server init finished
09-05-05 19:53:59,WARNING,Info,server, TeamSpeak Server daemon activated
09-05-05 19:54:02,ALL,Info,AccessLog, SID: 1 client connected [IP: 212.76.251.93, Nick: desolidirized, LoginName: alain, DBID: 3, Version: 2.0.32.60]
09-05-05 19:54:02,ALL,Info,SALog, SID: 1 serveradmin connected [IP: 212.76.251.93, Nick: desolidirized, LoginName: alain]
09-05-05 19:54:25,ALL,Info,AccessLog, SID: 1 client connected [IP: 81.188.70.106, Nick: Ade, Version: 2.0.32.60]
09-05-05 19:54:27,ALL,Info,AccessLog, SID: 1 client disconnected. [Nick: Ade]
09-05-05 19:55:04,ALL,Info,AccessLog, SID: 1 client disconnected, reason LoginName in use [IP: 81.188.70.106, Nick: Ade, LoginName: alain, Version: 2.0.32.60]
09-05-05 19:56:14,ALL,Info,AccessLog, SID: 1 client connected [IP: 81.188.70.106, Nick: Ade, LoginName: ade, DBID: 4, Version: 2.0.32.60]
09-05-05 19:56:16,ALL,Info,AccessLog, SID: 1 client disconnected. [Nick: Ade, LoginName: ade, DBID: 4]
09-05-05 19:56:16,ALL,Info,SALog, SID: 1 serveradmin disconnected [Nick: Ade, LoginName: ade]
09-05-05 19:57:10,ALL,Info,AccessLog, SID: 1 client disconnected. [Nick: desolidirized, LoginName: alain, DBID: 3]
09-05-05 19:57:10,ALL,Info,SALog, SID: 1 serveradmin disconnected [Nick: desolidirized, LoginName: alain]
09-05-05 19:57:11,ALL,Info,AccessLog, SID: 1 client connected [IP: 212.76.251.93, Nick: desolidirized, LoginName: alain, DBID: 3, Version: 2.0.32.60]
09-05-05 19:57:11,ALL,Info,SALog, SID: 1 serveradmin connected [IP: 212.76.251.93, Nick: desolidirized, LoginName: alain]
09-05-05 19:58:07,ALL,Info,AccessLog, SID: 1 client connected [IP: 81.188.70.106, Nick: Ade, Version: 2.0.32.60]
09-05-05 19:58:09,ALL,Info,AccessLog, SID: 1 client disconnected. [Nick: Ade]
09-05-05 19:58:20,ALL,Info,AccessLog, SID: 1 client connected [IP: 81.188.70.106, Nick: Ade, Version: 2.0.32.60]
09-05-05 19:58:22,ALL,Info,AccessLog, SID: 1 client disconnected. [Nick: Ade]
09-05-05 19:58:32,ALL,Info,AccessLog, SID: 1 client connected [IP: 81.188.70.106, Nick: Ade, Version: 2.0.32.60]
09-05-05 19:58:34,ALL,Info,AccessLog, SID: 1 client disconnected. [Nick: Ade]
[Main Config]
ExternalIPDectection=0
HTTPServer Port=14534
HTTPServer Enabled=1
DateTimeFormat=dd-mm-yyyy hh:nn:ss
TCPQueryPort=51234
AllowedClientNameChars=
DisAllowedClientNameChars=()[]{}
BoundToIp1=
[debug]
MessageTypes=LMTALL
MessageDepths=LMDALL
[WebPost]
AdminEmail=desolidirized********.com
ISPLinkURL=http://desolidirized.deviantart.com
ISPName=Private
ISPCountryNumber=4415
Enabled=0
PostURL=
ListPublic=0
UserAgent=teamspeak
[log]
access_r=1
access_u=1
channel_registerred=1
channel_unregisterred=1
sa=1
chat=1
kick_server=1
kick_channel=1
[Spam]
max_commands=10
in_seconds=2
hope it helps...
A short analysis shows that the client is disconnected after sucessful login (entry in the log file as connected, accesses granted, etc.)
Where it becomes funny is when analysing the detailed packet flow.
A sucessful connection looks like :
19:18:41.918555 IP 212.76.251.93.60732 > 172.16.1.12.8767: UDP, length: 180
19:18:41.919371 IP 172.16.1.12.8767 > 212.76.251.93.60732: UDP, length: 436
19:18:42.014915 IP 212.76.251.93.60732 > 172.16.1.12.8767: UDP, length: 120
19:18:42.015257 IP 172.16.1.12.8767 > 212.76.251.93.60732: UDP, length: 16
in more understandable terms
client -> server (username,password, nickname, os..)
server -> client (ack, parameters ...)
client -> server (ack , ... 120 bytes ...)
server -> client (ack, channels, ..)
A failed connection :
19:17:56.989365 IP 81.188.70.106.62021 > 172.16.1.12.8767: UDP, length: 180
19:17:56.989732 IP 172.16.1.12.8767 > 81.188.70.106.62021: UDP, length: 436
19:17:57.186763 IP 81.188.70.106.62021 > 172.16.1.12.8767: UDP, length: 120
19:17:57.346628 IP 81.188.70.106.62021 > 172.16.1.12.8767: UDP, length: 120
19:17:57.468099 IP 81.188.70.106.62021 > 172.16.1.12.8767: UDP, length: 120
19:17:57.589881 IP 81.188.70.106.62021 > 172.16.1.12.8767: UDP, length: 120
19:17:57.708648 IP 81.188.70.106.62021 > 172.16.1.12.8767: UDP, length: 120
The server doesn't send anything after the initial packet. (trace taken on the server itself) . Why? :confused:
about versions : client : 2.0.32.60 | Server : 2.0.20.1 / reported v2.0.r20.b1 in web interface...
hereafter the log of failed and successful connections and the server.ini contents (ade is the user with trouble connecting...)
---------------------------------------------------------------
-------------- log started at 09-05-05 19:53 -------------
---------------------------------------------------------------
09-05-05 19:53:57,ALL,Info,server, Server init initialized
09-05-05 19:53:57,ALL,Info,server, Server version: 2.0.20.1 Linux
09-05-05 19:53:57,ALL,Info,server, Starting VirtualServer id:1 with port:8767
09-05-05 19:53:59,ALL,Info,server, Server init finished
09-05-05 19:53:59,WARNING,Info,server, TeamSpeak Server daemon activated
09-05-05 19:54:02,ALL,Info,AccessLog, SID: 1 client connected [IP: 212.76.251.93, Nick: desolidirized, LoginName: alain, DBID: 3, Version: 2.0.32.60]
09-05-05 19:54:02,ALL,Info,SALog, SID: 1 serveradmin connected [IP: 212.76.251.93, Nick: desolidirized, LoginName: alain]
09-05-05 19:54:25,ALL,Info,AccessLog, SID: 1 client connected [IP: 81.188.70.106, Nick: Ade, Version: 2.0.32.60]
09-05-05 19:54:27,ALL,Info,AccessLog, SID: 1 client disconnected. [Nick: Ade]
09-05-05 19:55:04,ALL,Info,AccessLog, SID: 1 client disconnected, reason LoginName in use [IP: 81.188.70.106, Nick: Ade, LoginName: alain, Version: 2.0.32.60]
09-05-05 19:56:14,ALL,Info,AccessLog, SID: 1 client connected [IP: 81.188.70.106, Nick: Ade, LoginName: ade, DBID: 4, Version: 2.0.32.60]
09-05-05 19:56:16,ALL,Info,AccessLog, SID: 1 client disconnected. [Nick: Ade, LoginName: ade, DBID: 4]
09-05-05 19:56:16,ALL,Info,SALog, SID: 1 serveradmin disconnected [Nick: Ade, LoginName: ade]
09-05-05 19:57:10,ALL,Info,AccessLog, SID: 1 client disconnected. [Nick: desolidirized, LoginName: alain, DBID: 3]
09-05-05 19:57:10,ALL,Info,SALog, SID: 1 serveradmin disconnected [Nick: desolidirized, LoginName: alain]
09-05-05 19:57:11,ALL,Info,AccessLog, SID: 1 client connected [IP: 212.76.251.93, Nick: desolidirized, LoginName: alain, DBID: 3, Version: 2.0.32.60]
09-05-05 19:57:11,ALL,Info,SALog, SID: 1 serveradmin connected [IP: 212.76.251.93, Nick: desolidirized, LoginName: alain]
09-05-05 19:58:07,ALL,Info,AccessLog, SID: 1 client connected [IP: 81.188.70.106, Nick: Ade, Version: 2.0.32.60]
09-05-05 19:58:09,ALL,Info,AccessLog, SID: 1 client disconnected. [Nick: Ade]
09-05-05 19:58:20,ALL,Info,AccessLog, SID: 1 client connected [IP: 81.188.70.106, Nick: Ade, Version: 2.0.32.60]
09-05-05 19:58:22,ALL,Info,AccessLog, SID: 1 client disconnected. [Nick: Ade]
09-05-05 19:58:32,ALL,Info,AccessLog, SID: 1 client connected [IP: 81.188.70.106, Nick: Ade, Version: 2.0.32.60]
09-05-05 19:58:34,ALL,Info,AccessLog, SID: 1 client disconnected. [Nick: Ade]
[Main Config]
ExternalIPDectection=0
HTTPServer Port=14534
HTTPServer Enabled=1
DateTimeFormat=dd-mm-yyyy hh:nn:ss
TCPQueryPort=51234
AllowedClientNameChars=
DisAllowedClientNameChars=()[]{}
BoundToIp1=
[debug]
MessageTypes=LMTALL
MessageDepths=LMDALL
[WebPost]
AdminEmail=desolidirized********.com
ISPLinkURL=http://desolidirized.deviantart.com
ISPName=Private
ISPCountryNumber=4415
Enabled=0
PostURL=
ListPublic=0
UserAgent=teamspeak
[log]
access_r=1
access_u=1
channel_registerred=1
channel_unregisterred=1
sa=1
chat=1
kick_server=1
kick_channel=1
[Spam]
max_commands=10
in_seconds=2
hope it helps...