SRCDS Steam group


TF2 Dedicated server problem.
#1
I am having a really difficult time with my Team Fortress 2 dedicated server. I did all the steps but it is running of off my internal ip and i don't know how to make it run off of my external ip. It does not show up on server lists and my friends cannot join. I have done sv_lan 0 and portforwarding, yet i will take suggestions on portforwarding incase i did the wrong ports. I am also hooked up to my router which is hooked up to my modem(all wired no wireless). I also opened it with "c:\srcds\orangebox\srcds.exe -console -game tf +maxplayers 24 +map ctf_2fort". Please help =/


srcds.exe box
"250.1 fps 0/24 on map ctf_2fort
Console initialized.
Game.dll loaded for "Team Fortress"
Particles: Missing 'particles/error.pcf'
maxplayers set to 24
Unknown command "r_decal_cullsize"
Unknown command "localip"
maxplayers set to 24
Network: IP 192.168.2.5, mode MP, dedicated Yes, ports 27016 SV / 27006 CL
Executing dedicated server config file
ServiceStart: started as Windows service
Can't use cheat command mp_forcerespawnplayers in multiplayer, unless the server
has sv_cheats set to 1.
Can't use cheat command mp_forcewin in multiplayer, unless the server has sv_che
ats set to 1.
Unknown command "mp_teststalemate"
exec: couldn't exec ctf_2fort.cfg
Adding master server 72.165.61.151:27011
Adding master server 72.165.61.136:27015
Connection to Steam servers successful.
VAC secure mode is activated.
"



Server.cfg incase you need it for some reason :

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


// TF2 Fun
hostname "TF2 Fun"

// 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

// Server Password
sv_password "" // 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_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 2 //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 1 //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 20 //game time per map in minutes
mp_winlimit 10 //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 "bangudie1227@yahoo.com" //Contact email for server sysop
sv_downloadurl "" //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 255 // 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
Reply
#2
Did you forward your ports to your server machine? Open 27000-27040 UDP/TCP, and set a static IP to the server machine.
Reply
#3
I'll try forwarding that port and how do i set a static ip
Reply
#4
Either select to reserve a computer to an IP on your router, or edit your servers NIC settings.
Reply
#5
(01-19-2010, 07:18 AM)Beaverbeliever Wrote:  Either select to reserve a computer to an IP on your router, or edit your servers NIC settings.

im no genius with IP stuff, you'll have to explain a bit better on how to do it, or post a link for a tutorial
(01-19-2010, 07:20 AM)Pokealong1227 Wrote:  
(01-19-2010, 07:18 AM)Beaverbeliever Wrote:  Either select to reserve a computer to an IP on your router, or edit your servers NIC settings.

im no genius with IP stuff, you'll have to explain a bit better on how to do it, or post a link for a tutorial

i think i may have found it..... enabling DMZ??????? it says thats not safe, is that what i have to do?
Reply
#6
What router do you have? And what OS are you using?
Reply
#7
(01-19-2010, 07:23 AM)Beaverbeliever Wrote:  What router do you have? And what OS are you using?

Belkin f6d4230 on windows 7 professional
Reply
#8
Read this to learn how to set a static IP.
Reply
#9
(01-19-2010, 07:28 AM)Beaverbeliever Wrote:  Read this to learn how to set a static IP.

Hm, was already all setup =/
Reply
#10
Follow this guide: http://www.portforward.com/english/routers/port_forwarding/Belkin/F6D4230-4/Counter_Strike.htm

But open ports 27000-27040 UDP/TCP to your server's IP.
Reply
#11
(01-19-2010, 07:51 AM)Beaverbeliever Wrote:  Follow this guide: http://www.portforward.com/english/routers/port_forwarding/Belkin/F6D4230-4/Counter_Strike.htm

But open ports 27000-27040 UDP/TCP to your server's IP.

ive already done that with several ports
Reply
#12
On your startup line, try adding the -ip parameter, and set it to your internal IP.
Code:
-ip 192.168.2.5
Reply


Forum Jump:


Users browsing this thread: 5 Guest(s)