srcds doesn't listen on TCP 27014

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
Seta00
New to forums
New to forums
Posts: 1
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Feb 11, 2011 8:26 am

srcds doesn't listen on TCP 27014

Post by Seta00 »

or rather, on anything other than TCP 27015.

Currently I have two srcds instances running on different ports, one is a TF2 server and the other is CSS

Code: Select all

screen -US tf2_server ./nemrun -nemlog runlogs/tf2_%Y%m%d%H%M%S.log -cleandownloads 10 -steamdir ../.. -srvdir sourcebase -corefile cores/tf2_%Y%m%d%H%M%S.core -autoupdate -game tf -port 27014 -maxplayers 20 +map ctf_2fort

Code: Select all

screen -US css_server ./nemrun -nemlog runlogs/css_%Y%m%d%H%M%S.log -cleandownloads 10 -steamdir ../.. -srvdir sourcebase -corefile cores/css_%Y%m%d%H%M%S.core -autoupdate -game cstrike -port 27015 -maxplayers 12 +map de_dust2

Code: Select all

srcds@seta00:~$ netstat -an | grep 2701
tcp        0      0 0.0.0.0:27015           0.0.0.0:*               LISTEN
udp        0      0 0.0.0.0:27014           0.0.0.0:*
udp        0      0 0.0.0.0:27015           0.0.0.0:*
As you can see, only the server running on 27015 is listening on TCP. Same happens on 27099, 27016, and I have no reasons to think it would work on any other port that isn't 27015.
User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: srcds doesn't listen on TCP 27014

Post by Edge100x »

I'd expect it to work with -port 27014, but as a test, have you tried also adding in +port 27014? Have you also tried it without the nemrun wrapper -- just with srcds_run directly?
Post Reply