Raised This Month: $32 Target: $400
 8% 

[CS:GO] server starting on wrong port


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ghostofmybrain
Veteran Member
Join Date: Mar 2010
Old 05-13-2012 , 12:22   [CS:GO] server starting on wrong port
Reply With Quote #1

I am using a server startup command that includes -port 27017 (I also tried +port 27017), but it always starts on port 27018 instead. Nothing else is running on 27017. How can I set it to run on 27017 instead?
__________________
Boycott ESEA
My servers
ghostofmybrain is offline
Falco
SourceMod Donor
Join Date: Dec 2004
Location: CANADA
Old 05-13-2012 , 13:08   Re: [CS:GO] server starting on wrong port
Reply With Quote #2

Put in server.cfg instead use: hostport 27017
__________________
[DmZ|EPSILON CSS 70.75.139.92:27016
[DmZ|EPSILON GG 70.75.167.30:27015
[DmZ|EPSILON CS:GO Classic Casual 70.75.139.92:27013
[DmZ|EPSILON CS:GO Demolition 70.75.139.92:27014
[DmZ|EPSILON BF3 69.46.43.221:25203 (8-slot) Practice Server
www.dmzepsilon.ca
----------------------
Falco is offline
ghostofmybrain
Veteran Member
Join Date: Mar 2010
Old 05-13-2012 , 13:31   Re: [CS:GO] server starting on wrong port
Reply With Quote #3

Quote:
Originally Posted by Falco View Post
Put in server.cfg instead use: hostport 27017
Didn't work. Still launches on 27018
__________________
Boycott ESEA
My servers
ghostofmybrain is offline
Falco
SourceMod Donor
Join Date: Dec 2004
Location: CANADA
Old 05-13-2012 , 13:34   Re: [CS:GO] server starting on wrong port
Reply With Quote #4

Thats odd? I have two going and was able to select any port. Did you remove the command line option? Also is the port forwarded?
__________________
[DmZ|EPSILON CSS 70.75.139.92:27016
[DmZ|EPSILON GG 70.75.167.30:27015
[DmZ|EPSILON CS:GO Classic Casual 70.75.139.92:27013
[DmZ|EPSILON CS:GO Demolition 70.75.139.92:27014
[DmZ|EPSILON BF3 69.46.43.221:25203 (8-slot) Practice Server
www.dmzepsilon.ca
----------------------
Falco is offline
ghostofmybrain
Veteran Member
Join Date: Mar 2010
Old 05-13-2012 , 13:40   Re: [CS:GO] server starting on wrong port
Reply With Quote #5

Quote:
Originally Posted by Falco View Post
Thats odd? I have two going and was able to select any port. Did you remove the command line option? Also is the port forwarded?
Lol if I remove the command line option it randomly starts on port 27016 now. (Also, if I add -port 27016 to the command line it also starts on 27016. It's like it just hates port 27017.)

And yes, the port is forwarded. I had a different server running on that IP successfully for a few months before shutting it down and converting it to CS:GO
__________________
Boycott ESEA
My servers

Last edited by ghostofmybrain; 05-13-2012 at 13:48.
ghostofmybrain is offline
Falco
SourceMod Donor
Join Date: Dec 2004
Location: CANADA
Old 05-13-2012 , 13:52   Re: [CS:GO] server starting on wrong port
Reply With Quote #6

Do you have access to console? if so type hostport 27017 then type hostport to see if it changed.
__________________
[DmZ|EPSILON CSS 70.75.139.92:27016
[DmZ|EPSILON GG 70.75.167.30:27015
[DmZ|EPSILON CS:GO Classic Casual 70.75.139.92:27013
[DmZ|EPSILON CS:GO Demolition 70.75.139.92:27014
[DmZ|EPSILON BF3 69.46.43.221:25203 (8-slot) Practice Server
www.dmzepsilon.ca
----------------------
Falco is offline
ghostofmybrain
Veteran Member
Join Date: Mar 2010
Old 05-13-2012 , 13:56   Re: [CS:GO] server starting on wrong port
Reply With Quote #7

I do have access.

If I do hostport 27017, then hostport, it outputs
Code:
"hostport" = "27017" ( def. "27015" )
- Host game server port
but does not change the connect port or the port mirrored in hlsw.
__________________
Boycott ESEA
My servers

Last edited by ghostofmybrain; 05-13-2012 at 13:57.
ghostofmybrain is offline
Falco
SourceMod Donor
Join Date: Dec 2004
Location: CANADA
Old 05-13-2012 , 14:05   Re: [CS:GO] server starting on wrong port
Reply With Quote #8

Sorry, never noticed. When I look at the server info in the steam server list it shows my servers on port 27015 and 27017 not 27013 and 27014. This is messed up.
__________________
[DmZ|EPSILON CSS 70.75.139.92:27016
[DmZ|EPSILON GG 70.75.167.30:27015
[DmZ|EPSILON CS:GO Classic Casual 70.75.139.92:27013
[DmZ|EPSILON CS:GO Demolition 70.75.139.92:27014
[DmZ|EPSILON BF3 69.46.43.221:25203 (8-slot) Practice Server
www.dmzepsilon.ca
----------------------
Falco is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 05-13-2012 , 14:30   Re: [CS:GO] server starting on wrong port
Reply With Quote #9

@ghostofmybrain are you running multiple servers ?
This why maybe it not allow you use that port..

something like this..
Code:
Network: IP x.x.x.x, mode MP, dedicated Yes, ports 27017 SV / 27005 CL
L 05/13/2012 - 21:27:14: -------- Mapchange to cs_office --------
Attempted to create unknown entity type info_ladder!
Can't init info_ladder
Attempted to create unknown entity type info_ladder!
Can't init info_ladder
WARNING: Port 27005 was unavailable - bound to port 27006 instead
WARNING: Port 27020 was unavailable - bound to port 27021 instead
Network: IP  x.x.x.x, mode MP, dedicated Yes, ports 27017 SV / 27006 CL
L 05/13/2012 - 21:27:24: -------- Mapchange to cs_office --------
Attempted to create unknown entity type info_ladder!
Can't init info_ladder
Attempted to create unknown entity type info_ladder!
Can't init info_ladder

You can log server console output.
add in launch parameter
+con_logfile "myfile.txt"

you found it game<mod> root folder.
Bacardi is offline
ghostofmybrain
Veteran Member
Join Date: Mar 2010
Old 05-13-2012 , 14:43   Re: [CS:GO] server starting on wrong port
Reply With Quote #10

Yes, I am running multiple servers, but it does not tell me the port is unavailable. As mentioned in the OP, nothing is running on port 27017. I've seen the error you speak of before when accidentally launching a srcds on a used port, but I'm not getting that now.
__________________
Boycott ESEA
My servers
ghostofmybrain is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:24.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode