This is the second time that my server dropped all users with a german IP connection and only a swiss user didn't got dropped/lost connection.
Here is the log showing the client dropps. I also noticed while looking at the logs that the logtime is 2 hours of (should be 0:06 instead. Linux servertime is right).
Code:
2017-05-26 22:06:13.881287|INFO |PktHandler |1 |Dropping client 5 because of ping timeout 19 0 0
2017-05-26 22:06:13.881642|INFO |VirtualServerBase|1 |client disconnected 'Censored'(id:16) reason 'reasonmsg=connection lost'
2017-05-26 22:06:13.882738|INFO |PktHandler |1 |Dropping client 6 because of ping timeout 19 0 0
2017-05-26 22:06:13.882777|INFO |VirtualServerBase|1 |client disconnected 'Censored'(id:102) reason 'reasonmsg=connection lost'
2017-05-26 22:06:13.883105|INFO |PktHandler |1 |Dropping client 11 because of ping timeout 19 0 0
2017-05-26 22:06:13.883142|INFO |VirtualServerBase|1 |client disconnected 'Censored'(id:452) reason 'reasonmsg=connection lost'
2017-05-26 22:06:13.891931|INFO |PktHandler |1 |Dropping client 14 because of ping timeout 19 0 0
2017-05-26 22:06:13.892006|INFO |VirtualServerBase|1 |client disconnected 'Censored'(id:73) reason 'reasonmsg=connection lost'
2017-05-26 22:06:13.892329|INFO |PktHandler |1 |Dropping client 17 because of ping timeout 19 0 0
2017-05-26 22:06:13.892363|INFO |VirtualServerBase|1 |client disconnected 'Censored'(id:80) reason 'reasonmsg=connection lost'
2017-05-26 22:06:13.892739|INFO |PktHandler |1 |Dropping client 19 because of ping timeout 19 0 0
2017-05-26 22:06:13.892780|INFO |VirtualServerBase|1 |client disconnected 'Censored'(id:61) reason 'reasonmsg=connection lost'
2017-05-26 22:06:13.893105|INFO |PktHandler |1 |Dropping client 22 because of ping timeout 19 0 0
2017-05-26 22:06:13.893144|INFO |VirtualServerBase|1 |client disconnected 'Censored'(id:72) reason 'reasonmsg=connection lost'
2017-05-26 22:06:13.893443|INFO |PktHandler |1 |Dropping client 23 because of ping timeout 19 0 0
2017-05-26 22:06:13.893541|INFO |VirtualServerBase|1 |client disconnected 'Censored'(id:527) reason 'reasonmsg=connection lost'
2017-05-26 22:06:13.893792|INFO |PktHandler |1 |Dropping client 24 because of ping timeout 19 0 0
2017-05-26 22:06:13.893833|INFO |VirtualServerBase|1 |client disconnected 'Censored'(id:361) reason 'reasonmsg=connection lost'
2017-05-26 22:06:13.894093|INFO |PktHandler |1 |Dropping client 25 because of ping timeout 19 0 0
2017-05-26 22:06:13.894129|INFO |VirtualServerBase|1 |client disconnected 'Censored'(id:419) reason 'reasonmsg=connection lost'
The 'Censored' was added by me to hide the user names.
After that all clients with enabled autoreconnect reconnected between 2 and 50 seconds.
Can a DNS server/service cause this problem? Because this dropping started as I started using the ts.io service and all clients dropped using the ts.io dns to connect. The not dropped swiss user also uses the ts.io dns. Or is this just bad timing and not connected to each other?
Edit: while looking at the log again I noticed that 3 local hosted bots (on the same machine) also didn't got dropped/lost connection. So its looks more like an network error now.