Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
No, it looks like the range of ports past 27015 is forwarded for both TCP and UDP. I'm able to connect to the servers just fine, but rcon just refuses to work. Working on ports other than the default is the only time this has happened, which leads me to believe that the rcon port is currently stuck on 27015.
It looks like there's no TCP listening on the range of ports, just UDP. 27015 is listening for TCP for some reason, which is strange.
It looks like I'd need to do something on Linux's end in order to have rcon work. How would I open TCP ports there?
screen -A -d -m -S tf2-ds /home/user/Steam/SteamApps/tf/srcds_run -game tf +map koth_nucleus +maxplayers 24 -port 27025
So nothing out of the ordinary there, as far as I can tell.