

Where is the internal IP of your servers GRE network, if you have only one GRE tunnel on this server this can be retrieved with: ip addr | grep 10.17.Īdd the game server to your init system to run on boot.
DAY OF DEFEAT SOURCE CREATE SERVER HOW TO
srcds_run -game garrysmod +maxplayers 20 +map gm_flatgrass -ip How to setup Day of Defeat Source dedicated server in only 9 minutes.- THIS METHOD HAS BEEN TESTED AND WORKS -Before watching the video you should download. srcds_run -game cstrike +maxplayers 20 +map de_aztec -ip To download Garry's Mod: app_update 4020 validateĬhange directory into the game installed directory, e.g cd ~/Steam/steamapps/common/Counter-Strike Source Dedicated ServerĬounter-strike Source. To download Counter Strike Source: app_update 232330 validate
DAY OF DEFEAT SOURCE CREATE SERVER INSTALL
On Debian based distributions this is done with: dpkg -add-architecture i386įollow the instructions for downloading SteamCMD on Linux: Step 4: Install Game Serverįollow the instructions for downloading the Game Server on Linux: Ī list of Steam AppID's can be found at: Common Games
If you are on a 64bit server you will first need to install 32bit libraries to run SteamCMD.

Step 2: 32bit libraries (for 64bit servers only) The TCP port 27015 is also required.Īll these ports should be configured on for your service using the Tunnel type ports to forward to your configured GRE tunnel.įor half life based games we recommend using the port type "A2S" as this includes mitigation (via passive caching) for A2S query floods. In this case the UDP ports 26901, 27005, 2700 are required. Originally created for the military, ATAK currently has 40,000 Department of Defense (DoD) users (Air Force, Army. You can often identify this port using netstat: # netstat -lnp | grep srcds_linux X4B PortsĪdd a port for your server, forwarded to the GRE Tunnel. Setup your tunnels if you have not already, you should ensure the tunnel is added to your init system to run at boot. For information on attacks common on Half Life servers and the mitigation actions available please do also see the Application / Layer 7 protection page. This can be applied to games such as Counter Strike Source (CS:S), Day Of Defeat Source, GarrysMod, Team Fortress 2 (TF2) and many more. This guide covers the setup of Half Life / Source based games (HL2 / Valve) on a Linux server using the Source Dedicated Server (SRCDS). Complete Linux Server Setup Guide Creating a Counter-Strike: Source/Half-Life 2: Deathmatch Server/Day of Defeat: Source/Team Fortress 2 Linux Setup Guide Create a folder called srcds\l (Thats a lower case L for linux), usually done in your home directory, where you want to base your server installation and have all content stored.
