Hello,
is there any feedback about adding a feature to limit the number of clients per IP address.Similar toQuote:
i_client_max_clones_ip
RegardsQuote:
i_client_max_clones_uid
Printable View
Hello,
is there any feedback about adding a feature to limit the number of clients per IP address.Similar toQuote:
i_client_max_clones_ip
RegardsQuote:
i_client_max_clones_uid
That would be rather pointless now that everyone uses IPv6 and admins who still live in the 90's will have more users who connect via ISP-side NAT (shared IPv4), though the chance that two users of the same server share an IPv4 will be rare.
What about one user with two different identities? he can connect to the server using both uids(1 TS3 Client, 2 tabs).
I am coding a php script to add server groups via a web page, first I compare the remote address to the client_connection_ip if they match then I grab the users database id and add the server group to it..
I can't handle it if someone does what I mentioned in the first line! It lists both users
There's a serverinstance_pending_connections_per_ip property
Attachment 16761asdasdasd
Attachment 16762
Still, I can connect using multiple identities, one IP
normally this should work for me but for some reason It just doesn't.. I also tried to connect via the android app using another identity.
It seems that "serverinstance_pending_connections_per_ip" doesn't affect it.
https://forum.teamspeak.com/threads/...057#post433057
of course, the text even says so. It's pending connections, not those already established. If you're on the server you have an established connection.
What's not possible is trying to connect multiple times at the same time.
Hmm, so there is and will be no way to prevent a user from joining a server using multiple identities?
You could use iptables to block additional connections from the same IP
It's okay,
I improved the foreach loop..
After finding the 1st user (using and comparing the connection_client_ip and REMOTE_ADDR) the loop stops, so it does not loop again and find the 2nd one.