Re: Too many simultaneous connections - but in reality it's different. [message #146063 is a reply to message #146020] |
Tue, 25 June 2019 12:33   |
Maerad
Messages: 275 Registered: August 2013
|
|
|
|
Debug Log I would say anything with network etc. and look out for something like "timeout" or whatever. Really depends on what he uses and where the problem comes from, you need to try this a bit.
How does he connect to the server? Only Webclient? Kerio Client? KOFF?
Does he use another browser like the rest of the users? Any addons in it like speed up ones? Antivirussolution with additional firewall/IDS or Browser Protection Plugin?
It could be, if he uses an addon to increase the speed or firewall from some tool, that the TCP connection to the server gets severed and the timeout for those is quite high. So he builds up a connection like every 2 seconds while the other ones are still "active". Or in case of some download optimizing stuff, the browser opens not one but multiple connections to the server from this IP.
Also open a admin cmd on server and client and do a netstat -a (or some other options, ask -? for the details) to check, how many connections are really there from the client.
|
|
|