Raised This Month: $51 Target: $400
 12% 

TF2 server not going online


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
RapeField
Member
Join Date: Jul 2011
Old 04-23-2014 , 18:07   TF2 server not going online
Reply With Quote #1

This might be the strangest problem I had since I started with making VOIP and gameservers.

First of. Last week I decided to uninstall Windows server and install Linux. This went great my TS3 server went online at once.
Then I installed a TF2 server through "Linux Game Server Managers". I opened up all the ports as usual (both on the Linux machine and the router). I checked the port on and the 27015 (default port for TF2) was open (I checked on http://www.yougetsignal.com/tools/open-ports/).

The problem is that I still can't make contact with the server, not through local IP, domain or public IP.

Yes, I have started the TF2 server. And yes I'm 100% sure that the port is open since I've checked it and it also works for the TS3 server.

Anyone have any clue what this might be?
Please tell me if you need more information!
RapeField is offline
captaindeterprimary
AlliedModders Donor
Join Date: Sep 2012
Old 04-23-2014 , 18:16   Re: TF2 server not going online
Reply With Quote #2

Did you set +ip to what ever ip you are trying to connect on?
__________________
Last edited by ; Today at 08:20 AM. Reason: Get rid of s
captaindeterprimary is offline
DJ Data
SourceMod Donor
Join Date: Dec 2012
Location: Switzerland
Old 04-23-2014 , 18:18   Re: TF2 server not going online
Reply With Quote #3

Ive had bad experience with http://www.yougetsignal.com/tools/open-ports/
Ive given it many tries with my servers and my own router. Even though my ports are open and the servers are online, it still says they are closed.
__________________
SourcePawn Coding Level: Novice
DJ Data is offline
RapeField
Member
Join Date: Jul 2011
Old 04-23-2014 , 18:19   Re: TF2 server not going online
Reply With Quote #4

Yes, it's set to the public IP.

Quote:
Originally Posted by DJ Data View Post
Ive had bad experience with http://www.yougetsignal.com/tools/open-ports/
Ive given it many tries with my servers and my own router. Even though my ports are open and the servers are online, it still says they are closed.
Yes I had that problem as well. But anyway I'm still sure that the ports are open since the TS3 server is working just fine :/
-------------------------------------------------------
Edit:
Got this out of the console:
Quote:
Using breakpad crash handler
Setting breakpad minidump AppID = 440
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Thu Apr 24 00:25:56 CEST 2014: Server restart in 10 seconds
Edit2:
So I did some research about this error. I validated the files, but I still get the same error. Anyone got any clue to what this might be?

Edit3:
So I start the server with -debug now. However I can't find the file xD Any ideas where it might hide?

Last edited by RapeField; 04-23-2014 at 18:47.
RapeField is offline
Sillium
AlliedModders Donor
Join Date: Sep 2008
Location: Germany
Old 04-24-2014 , 01:18   Re: TF2 server not going online
Reply With Quote #5

The core file should be in the root folder of you srcds installation.
__________________
brb, dishes have developed their own language and are talking to the garbage about overthrowing me... i must correct this

www.unterwasserpyromanen.de
Sillium is offline
RapeField
Member
Join Date: Jul 2011
Old 04-24-2014 , 05:46   Re: TF2 server not going online
Reply With Quote #6

Quote:
Originally Posted by Sillium View Post
The core file should be in the root folder of you srcds installation.
Yes, I found it after 1 hour. Not sure why it wasn't there before. Anyway, it just shows me the startup line (+map ctf_2fort etc).
So I sent a mail to Valve with that crachdump now. So I will let you guys now when I get the answer. Thanks for all the help!!
RapeField is offline
RapeField
Member
Join Date: Jul 2011
Old 04-24-2014 , 06:30   Re: TF2 server not going online
Reply With Quote #7

So after reinstalling everything and looking in the debug mode I found out that the ports were already used (really strange).
Anyway I've changed them all and the server is now running on local IP. Any idea's how to make it run on public IP?

Edit:
Nevermind, it seems to be working anyway.. Strange. The console gave a local IP but my friends can still join.

Solution:
Changed the ports since they were already used (really strange, since I don't use them )

Thanks for all the help!

Last edited by RapeField; 04-24-2014 at 06:36.
RapeField is offline
captaindeterprimary
AlliedModders Donor
Join Date: Sep 2012
Old 04-24-2014 , 09:18   Re: TF2 server not going online
Reply With Quote #8

Quote:
Originally Posted by RapeField View Post
So after reinstalling everything and looking in the debug mode I found out that the ports were already used (really strange).
Anyway I've changed them all and the server is now running on local IP. Any idea's how to make it run on public IP?

Edit:
Nevermind, it seems to be working anyway.. Strange. The console gave a local IP but my friends can still join.

Solution:
Changed the ports since they were already used (really strange, since I don't use them )

Thanks for all the help!
You have to set +ip to your local ip, that way the server knows to look for incoming requests to the ip you port forwarded. You have to go down the chain:

Code:
|Your ISP(Global/External IP [68.158.37.79])
\
-|Your Internal Modem\Router [192.168.1.1] (Giving IP's to X[192.168.1.2] & Y[192.168.1.3]) {Portforward 27015 to 192.168.1.2}
-\
--|Your Local Server[X]<srcds +ip 192.168.1.2>
--|Your Gaming Desktop[Y]
__________________
Last edited by ; Today at 08:20 AM. Reason: Get rid of s
captaindeterprimary is offline
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 04-24-2014 , 11:35   Re: TF2 server not going online
Reply With Quote #9

Quote:
Originally Posted by DJ Data View Post
Ive had bad experience with http://www.yougetsignal.com/tools/open-ports/
Ive given it many tries with my servers and my own router. Even though my ports are open and the servers are online, it still says they are closed.
Ya I noticed that too with that site but after I had +ip set the site reported the gameserver's ports were open(it also helped fix an rcon issue I was having with sourceban's webpanel because it couldn't get through the closed port on my computer(wierd how Ubuntu routes connections to a port from outside to a matching listening port locally when something on it is only reporting the local port as listening)
WildCard65 is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 04-24-2014 , 13:28   Re: TF2 server not going online
Reply With Quote #10

Make sure another copy of the server isn't running somewhere.
__________________
Not currently working on SourceMod plugin development.
Powerlord 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 11:18.


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