03-06-2009, 05:46 PM
Wow, so many people are having problems with this, myself including.
Here is my problem: I start up a TF2 server. I open up steam and look for it in the Servers window (I don't start the game). It appears in LAN, but nowhere in Internet. I had my friend try to connect via IP and he couldn't find it either.
Yes, I'm running SRCDS and not the Team Fortress 2 Dedicated Server tool located in Steam.
Here is what my tf.bat looks like:
Here is the console output during startup:
The (important) part of server.cfg is:
If I query the srcds console for "ip" and "hostport", those are the same values I get. I got my IP by looking it up at P2P Connection Checker.
Curiously enough, when I put in "27018" through the port, the UDP connects, but the TCP fails to connect.
My computer is a Windows XP that runs through a Linksys WRT54G Router, Firmware Version: v1.02.5. The computer's IP that runs the server is 192.168.1.102. I port forwarded like so:
I even got frustrated at one point, shut down the computer, disconnected the router from the modem, hooked up the ethernet straight to the modem, and then tried it all again with both server.cfg IP AND "localhost" as IP and still no change.
I use Norton Personal Firewall 2006 and I'm pretty sure that's not the issue. And to make sure, I occasionally disable the firewall to see if that worked or not.
I'm not sure what else to try, or if I missed something and am doing some step blatently wrong. Has it something to do with TCP failing on P2P Connection Checker? Is it at all possible to even see my server listed in the Internet Server list on Steam when I'm looking from the same computer? Or am I only going to see it pop up under the LAN tab? What else can I try that I haven't done yet?
Halp preez.
Here is my problem: I start up a TF2 server. I open up steam and look for it in the Servers window (I don't start the game). It appears in LAN, but nowhere in Internet. I had my friend try to connect via IP and he couldn't find it either.
Yes, I'm running SRCDS and not the Team Fortress 2 Dedicated Server tool located in Steam.
Here is what my tf.bat looks like:
Code:
start orangebox\srcds.exe -console -game tf +map pl_goldrush +maxplayers 30
Here is the console output during startup:
Quote:Particles: Missing 'particles/error.pcf'
maxplayers set to 30
maxplayers set to 30
Network: IP 192.168.1.102, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
Executing dedicated server config file
--------------------------------------------------------
sv_pure set to 1.
Note: Changes to sv_pure take effect when the next map is loaded.
--------------------------------------------------------
exec banned_user.cfg: file size larger than 1 MB!
exec banned_ip.cfg: file size larger than 1 MB!
Writing cfg/banned_user.cfg.
Writing cfg/banned_ip.cfg.
Unknown command "mp_autoteambalance_delay"
Unknown command "mp_autoteambalance_warning_delay"
exec: couldn't exec pl_goldrush.cfg
Adding master server 69.28.140.246:27011
Adding master server 69.28.140.247:27011
Connection to Steam servers successful.
VAC secure mode is activated.
The (important) part of server.cfg is:
Code:
hostname "Cephalopod Nexus"
IP 71.37.218.56
hostport 27018
sv_lan 0
mp_maxrounds 5
sv_pure 1
sv_consistency 1
sv_region 1
If I query the srcds console for "ip" and "hostport", those are the same values I get. I got my IP by looking it up at P2P Connection Checker.
Curiously enough, when I put in "27018" through the port, the UDP connects, but the TCP fails to connect.
My computer is a Windows XP that runs through a Linksys WRT54G Router, Firmware Version: v1.02.5. The computer's IP that runs the server is 192.168.1.102. I port forwarded like so:
Quote:SteamServ1 27000 to 27039 Both 192.168.1.102 Enabled(Both means both TCP and UDP.)
I even got frustrated at one point, shut down the computer, disconnected the router from the modem, hooked up the ethernet straight to the modem, and then tried it all again with both server.cfg IP AND "localhost" as IP and still no change.
I use Norton Personal Firewall 2006 and I'm pretty sure that's not the issue. And to make sure, I occasionally disable the firewall to see if that worked or not.
I'm not sure what else to try, or if I missed something and am doing some step blatently wrong. Has it something to do with TCP failing on P2P Connection Checker? Is it at all possible to even see my server listed in the Internet Server list on Steam when I'm looking from the same computer? Or am I only going to see it pop up under the LAN tab? What else can I try that I haven't done yet?
Halp preez.