[Csgo_servers] Port Problem

2012-06-16 Thread Philipp Heuer
Got a Problem. If i start my Server like this it starts @ Port 27016 ./srcds_linux -game csgo -console -usercon +game_type 0 +game_mode 0 +mapgroup mg_allclassic +map de_dust2 +ip 88.198.221.135 +port 27015 But ./srcds_linux -game csgo -console -usercon +game_type 0 +game_mode 0 +mapgroup

Re: [Csgo_servers] Port Problem

2012-06-16 Thread Philip Giuliani
Not all ports a useable for servers. I use : 27015 27025 27035 27045 ……. 27095 27115 27125 and so on. That ports are working perfectly Am 16.06.2012 um 11:10 schrieb Philipp Heuer: Got a Problem. If i start my Server like this it starts @ Port 27016 ./srcds_linux -game csgo -console

Re: [Csgo_servers] Port Problem

2012-06-16 Thread Kyle Sanderson
Use netstat to determine what's already listening on 27015. Thanks, Kyle. On Sat, Jun 16, 2012 at 2:10 AM, Philipp Heuer philbr...@live.de wrote: Got a Problem. If i start my Server like this it starts @ Port 27016 ./srcds_linux -game csgo -console -usercon +game_type 0 +game_mode 0

Re: [Csgo_servers] Port Problem

2012-06-16 Thread Absurd Minds
Have you tried +hostport instead of +port? That is supposedly the command now, and the one might just be defaulting to 27014 for some reason On Sat, Jun 16, 2012 at 12:33 PM, Kyle Sanderson kyle.l...@gmail.comwrote: Use netstat to determine what's already listening on 27015. Thanks, Kyle.