01-08-2010, 08:40 AM
Server Specs:
Intel Core 2 Duo e6300 (1.86 GHz)
4 GB DDR2 800
Gigabit LAN
Lots'a HD space
Windows (Server 2003) Home Server x86
TWC Road Runner ISP 10/1 Cable
Internet Configuration:
ISP -> Cable Modem -> Router (dd-wrt) -> 8 port switch -> Computers/Server
Problem Statement:
I would like to host a lobby in steam, and launch the game on my dedicated server.
Steps Taken:
I have installed the dedicated server, updated, port forwarded and everything runs fine. I am staring at people playing on my server over remote desktop as I type. I have changed the default port, and the server is running on port 27016.
you can actually join my server via domain name to check it out if it helps:
What Works:
As stated, the server runs fine. I however, cannot launch a game that will be hosted on my server. It usually defaults back to creating a local server on my pc. Sometimes it will work, most the time it will not. (very confusing to me!)
I've tried using
but that doesn't do the trick.
I also don't want to use a search key, because I want it to remain open to the public. Sometimes I cannot even join my server by using connect <internal ip>
the server config is basically empty except for the rcon password, and the host name.
the startup target is shown below:
Question:
How can I host a game via steam, and make that game be hosted on my dedicated server? Mainly so that people can use it whilst im away, then I can clear it out or wait till its empty, and host up a game with some friends that are not on the same lan (internet)
Thanks!
BTW, I've read through 10 pages - every relevant post using the search term "Left 4 Dead 2", as well as many countless sites. It seems a lot of people have a similar need, but I haven't found a solution that's worked for me yet.
Thanks in advance!
Intel Core 2 Duo e6300 (1.86 GHz)
4 GB DDR2 800
Gigabit LAN
Lots'a HD space
Windows (Server 2003) Home Server x86
TWC Road Runner ISP 10/1 Cable
Internet Configuration:
ISP -> Cable Modem -> Router (dd-wrt) -> 8 port switch -> Computers/Server
Problem Statement:
I would like to host a lobby in steam, and launch the game on my dedicated server.
Steps Taken:
I have installed the dedicated server, updated, port forwarded and everything runs fine. I am staring at people playing on my server over remote desktop as I type. I have changed the default port, and the server is running on port 27016.
you can actually join my server via domain name to check it out if it helps:
PHP Code:
connect quantum.homeserver.com:27016
What Works:
As stated, the server runs fine. I however, cannot launch a game that will be hosted on my server. It usually defaults back to creating a local server on my pc. Sometimes it will work, most the time it will not. (very confusing to me!)
I've tried using
PHP Code:
mm_dedicated_force_servers quantum.homeserver.com:27016|10.0.0.9:27016
I also don't want to use a search key, because I want it to remain open to the public. Sometimes I cannot even join my server by using connect <internal ip>
the server config is basically empty except for the rcon password, and the host name.
the startup target is shown below:
PHP Code:
C:\L4D2\left4dead2\srcds.exe -console -game left4dead2 +maxplayers 8 -autoupdate +ip 10.0.0.9 +hostport 27016 +map c5m1_waterfront +sv_lan 0 -verify_all
Question:
How can I host a game via steam, and make that game be hosted on my dedicated server? Mainly so that people can use it whilst im away, then I can clear it out or wait till its empty, and host up a game with some friends that are not on the same lan (internet)
Thanks!
BTW, I've read through 10 pages - every relevant post using the search term "Left 4 Dead 2", as well as many countless sites. It seems a lot of people have a similar need, but I haven't found a solution that's worked for me yet.
Thanks in advance!