Hello,
I'm running multiple srcds servers on Windows Server 2008. I have set up one CSS ds on port 27015 SV/ 27005 CL and one TF2 ds on port 27016/ 27005 CL. Now I tried setting up a second CSS ds on port 27017 and the first thing i got was Couldn't allocate SourceTV UDP port. After i add -tv_port <somefreeporthere> or -nohltv i don't get that error anymore but what i get when the server starts up is:
I don't know what the cause of this problem is. The same happens when I try to host my second tf2 server.
The servers are all in in separate folders (created by tcadmin) and have their own cfg files.
Here are the command line startups that i'm using atm (i had to add -nohltv to get to the part where i see that cl port is messed up)(tried with and without +ip, no difference)
All the ports have been forwarded from our router and the firewall on the server has been properly configured.
Any suggestions are welcome and would be very appreciated, because we are starting a gsp soon so we wanted to make sure everything was working correctly (thank god we remembered to make 2 servers for the same game).
Thank you in advance.
I'm running multiple srcds servers on Windows Server 2008. I have set up one CSS ds on port 27015 SV/ 27005 CL and one TF2 ds on port 27016/ 27005 CL. Now I tried setting up a second CSS ds on port 27017 and the first thing i got was Couldn't allocate SourceTV UDP port. After i add -tv_port <somefreeporthere> or -nohltv i don't get that error anymore but what i get when the server starts up is:
Code:
Network: IP <myinternalip>, mode mP, dedicated Yes, ports 27017SV / -1 CL
The servers are all in in separate folders (created by tcadmin) and have their own cfg files.
Here are the command line startups that i'm using atm (i had to add -nohltv to get to the part where i see that cl port is messed up)(tried with and without +ip, no difference)
Code:
srcds.exe -game cstrike -console +ip 192.168.1.2 -port 27015 +maxplayers 32 +exec server.cfg +map cs_assault -nohltv -> css#1 (works)
srcds.exe -game tf -console -port 27016 +maxplayers 24 +exec server.cfg +map ctf_2fort -nohltv -> tf2#1 (works)
srcds.exe -game cstrike -console +ip 192.168.1.2 -port 27017 +maxplayers 32 +exec server.cfg +map cs_assault -nohltv -> css#2 (doesn't work when css#1 is running)
srcds.exe -game tf -console -port 27016 +maxplayers 24 +exec server.cfg +map ctf_2fort -nohltv -> tf2#2 (doesn't work when tf2#1 is running)
Any suggestions are welcome and would be very appreciated, because we are starting a gsp soon so we wanted to make sure everything was working correctly (thank god we remembered to make 2 servers for the same game).
Thank you in advance.