03-08-2006, 10:26 AM
In short...how do I host my own CS Source server from behind NAT? I'm not asking for a step-by-step, I just want to have a better understanding of how TCP and UDP protocols interact. I don't quite understand the differneces between the two. My router's "Virtual Server" settings includes the following 4 fields: 1) Private IP Address 2) Protocol: {either tcp/udp/or both} 3) Public Port 4) Private Port. From my understanding, the Counter-Strike program is actually built into the steam.exe file and therefore cannot be launced indepently, forcing players to create registered online accounts via your company. Makes sense. It therefore also makes sense the standalone srcds.exe file that can be downloaded and run at no cost is programmed to launch on a clientport of 27005. This is where I begin to loose it. So many websites on the net claim that you need to forward the counterstrike port of "27015" in order for your server to work. Not much is said abotu 27005. Hopefully you can give me a quick explanation to get my server up and running. I would greatly appreciate it.