iEx05 16 Nov, 2018 @ 1:33pm
[CSGO] Server Connection Problems
So i will describe an really weird problem cuz we had no such issues for...5 years,so...
1.Some players cannot connect to server,but they see status/map/ping/players on the server,
2.Not able to setup connection,like: some players are retrying some are not,
3.Its definetly not token related cuz we have checks on it,
4.If client will use +clientport 27006 instead of 27005 connection will success.
5.But VDS has all ports are opened so,its not the problem,
6.No firewalls or some stuff on the server,
7.Provider says it's not their side malfunction/error.




Ip ports logs:

tcp 0 0 xxx.xxx.xxx.xxx:27015 0.0.0.0:* LISTEN 12585/srcds_linux
udp 0 0 xxx.xxx.xxx.xxx:27005 0.0.0.0:* 12585/srcds_linux
udp 0 0 xxx.xxx.xxx.xxx:27015 0.0.0.0:* 12585/srcds_linux


Connection Logs:
1.Success client log -> Plr1 Connected(xxx.xxx.xxx.xxx:randomport),
2.My own server on my server has only -> Plr1 Connected(xxx.xxx.xxx.xxx:27005)

Unsuccess:
Connecting to public(xxx.xxx.xxx.xxx:27015) ...
Retrying public(xxx.xxx.xxx.xxx:27015) ...
Retrying public(xxx.xxx.xxx.xxx:27015) ...

(Some players are success connected already)

So question is,is there a way to change server standart client port connection from a serverside?
+clientport 27006 on runserver line doesnt change anything.