SRCDS Steam group


Can't join any server while running my own server
#1
I've tried to get a dedicated server up and running for a while now, and while my friends can join it with no problems, I can't join ANY server (mine or any in the master list) while srcds is running; it just says something along the lines of "disconnected after 4 retries". I'm behind a router, but I forwarded all the necessary ports for the server (Not using the router isn't an option unless I shell out $40 for a switcher.) I tried changing the port that the server uses in both the shortcut target and the server.cfg, but it still didn't work. Here's my shortcut target line and my server.cfg for reference:

Code:
C:\srcds\orangebox\srcds.exe -console -game tf -hostport 27015 +maxplayers 2 +map ctf_2fort +ip 192.168.0.15

Code:
// Team Fortress 2 Server Configuration File, To be used with TF2 only!


// Server Name
hostname "Your mum"
ip 76.84.152.78

// Rcon Cvars
rcon_password "*********" //Set's remote control password
sv_rcon_banpenalty 15 //Number of minutes to ban users who fail rcon authentication
sv_rcon_log 1 //Enable/disable rcon logging.
sv_rcon_maxfailures 3 //Max number of times a user can fail rcon authentication before being banned
sv_rcon_minfailures 5 //Number of times a user can fail rcon authentication in sv_rcon_minfailuretime before being banned
sv_rcon_minfailuretime 10 //Number of seconds to track failed rcon authentications
rcon_address 76.84.152.78:27015

// Server Password
sv_password "youcantjoin" // Password protects server

// Server Cvars
mp_allowspectators 1 //Toggles whether the server allows spectator mode or not
mp_autocrosshair 0
mp_autoteambalance 1 //Toggles server autoteambalance
mp_bonusroundtime 5 //Time in seconds after round win until round restarts
mp_chattime 5 //amount of time in seconds players can chat after the game is over
mp_clan_ready_signal "go" //Text that team leader from each team must speak for the match to begin
mp_clan_readyrestart 1 //If non-zero, game will restart once someone from each team gives the ready signal
mp_decals 1
mp_defaultteam 1
mp_disable_autokick 1 //Prevents a userid from being auto-kicked
mp_enableroundwaittime 1 //Enable timers to wait between rounds.
mp_fadetoblack 0 //fade a player's screen to black when he dies
mp_falldamage 5 //Amount of damage players sustains from a fall
mp_flashlight 0 //Toggles flashlight on or off
mp_footsteps 1 //Toggles footsteps on or off
mp_forcecamera 0 //Restricts spectator modes for dead players
mp_forcerespawn 0
mp_forcerespawnplayers 1 //Force all players to respawn.
mp_forcewin 1 //Forces team to win
mp_fraglimit 0
mp_idledealmethod 1 //Deals with Idle Players. 1 = Sends them into Spectator mode then kicks them if they're still idle, 2 = Kicks them out of the game
mp_idlemaxtime 2 //Maximum time a player is allowed to be idle (in minutes)
mp_maxrounds 10 //max number of rounds to play before server changes maps
mp_teams_unbalance_limit 2 //Teams are unbalanced when one team has this many more players than the other team. (0 disables check)
mp_teststalemate 0 //Test the stalemate mode. Parameter: <0/1>. If 1, the map will reset at the end.
mp_time_between_capscoring 5 //Delay between scoring of owned capture points.
mp_timelimit 1440 //game time per map in minutes
mp_winlimit 5 //Max number of rounds one team can win before server changes maps
sv_allow_color_correction 1 //Allow or disallow clients to use color correction on this server.
sv_allow_wait_command 0 //Allow or disallow the wait command on clients connected to this server.
sv_allowdownload 1 //Allow clients to download files
sv_allowupload 1 //Allow clients to upload customizations files
sv_alltalk 0 //Players can hear all other players, no team restrictions
sv_alternateticks 0 //If set, server only simulates entities on even numbered ticks.
sv_autosave 0 //Set to 1 to autosave game on level transition. Does not affect autosave triggers.
sv_bonus_challenge 0 //Set to values other than 0 to select a bonus map challenge type.
sv_cacheencodedents 1 //If set to 1, does an optimization to prevent extra SendTable_Encode calls.
sv_cheats 0 //Allow cheats on server
sv_clearhinthistory 0 //Clear memory of server side hints displayed to the player.
sv_consistency 1 //Whether the server enforces file consistency for critical files
sv_contact "" //Contact email for server sysop
sv_downloadurl "http://thetruepyrochimp.googlepages.com" //Location from which clients can download missing files
sv_enableoldqueries 1 //Enable support for old style (HL1) server queries
sv_pausable 0 //Is the server pausable.

// Lan or internet play, Server region cvars
sv_lan 0 //Server is a lan server ( no heartbeat, no authentication, no non-class C addresses )
sv_region 1 // Region Codes: 0 - US East coast, 1 - US West coast, 2 - South America, 2 - South America, 3 - Europe, 4 - Asia, 5 - Australia, 6 - Middle East, 7 - Africa, 255 - world

//server Logging
sv_log_onefile 0 //Log server information to only one file.
sv_logbans 1 //Log server bans in the server logs.
sv_logblocks 0 //If true when log when a query is blocked (can cause very large log files)
sv_logecho 0 //Echo log information to the console.
sv_logfile 1 //Log server information in the log file.
sv_logflush 0 //Flush the log file to disk on each write (slow).
sv_logsdir "logs" //Folder in the game directory where server logs will be stored.

//Server Rates
sv_maxcmdrate 0 //(If sv_mincmdrate is > 0), this sets the maximum value for cl_cmdrate.
sv_maxrate 20000 //Max bandwidth rate allowed on server, 0 == unlimited
sv_maxreplay 2 //Maximum replay time in seconds
sv_maxupdaterate 100 //Maximum updates per second that the server will allow
sv_mincmdrate 0 //This sets the minimum value for cl_cmdrate. 0 == unlimited.
sv_minrate 0 //Min bandwidth rate allowed on server, 0 == unlimited
sv_minupdaterate 30 //Minimum updates per second that the server will allow

Anyone have any ideas as to why it's not letting me play while srcds is running?
Reply
#2
Did you join through LAN?
realchamp Wrote:
Hazz Wrote:Has someone helped you on these forums? If so, help someone else
Mooga Wrote:OrangeBox is a WHORE.
Reply
#3
Spartanfrog Wrote:Did you join through LAN?

Yes, that's the only place it appeared, what with being behind a router. The thing that I didn't see anywhere else while searching through the forum was not being able to join ANY server while mine was running, not just being unable to join my own.
Reply
#4
I'd really like to get this up eventually, if anyone does know what the problem could be.
Reply
#5
whats your ip address?
and if you are on the same network as your server, you can only see it LAN.
realchamp Wrote:
Hazz Wrote:Has someone helped you on these forums? If so, help someone else
Mooga Wrote:OrangeBox is a WHORE.
Reply
#6
Spartanfrog Wrote:whats your ip address?
and if you are on the same network as your server, you can only see it LAN.

No, that's not the problem, I know my external IP and I know I can only see it in LAN (which is how I try to connect to it). The problem is that I can't join any server while mine is running.
Reply
#7
Oh sorry. A lot of people have seemed to complain of this, try searching on the forums, your bound to find something.
realchamp Wrote:
Hazz Wrote:Has someone helped you on these forums? If so, help someone else
Mooga Wrote:OrangeBox is a WHORE.
Reply
#8
I wouldn't be asking if I already had found the answer would I Wink

The only thread with someone who had the exact same problem as me quickly derailed into a discussion about multi-core processors.
Reply
#9
ah that sucks lol. The only thing I can think of is that your ports to use steam are blocked somehow. Or being used.
realchamp Wrote:
Hazz Wrote:Has someone helped you on these forums? If so, help someone else
Mooga Wrote:OrangeBox is a WHORE.
Reply
#10
Well what I'm mainly wondering about is that VALVe might have disabled it, when you run a server you can't join one on the same computer.

What I'd like to know is: Are there any people that CAN join their own server from the same computer?
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS)
Free to join, Live support! (When available)

http://forums.srcds.com/viewtopic/5114
Reply
#11
I can try maybe this weekend, maybe sooner.
realchamp Wrote:
Hazz Wrote:Has someone helped you on these forums? If so, help someone else
Mooga Wrote:OrangeBox is a WHORE.
Reply
#12
Drocona... My m8 can join HIS server from the same computer as he's hosting from...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)