Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
See if that allows your server to make contact back and forth with the master listing server. That "copy/paste" should insert the new IPTables chain.
./srcds_run -game csgo -console -usercon +game_type 0 +game_mode 1 +mapgroup mg_allclassic +map de_dust +port 27014 +maxplayers 8 -autoupdate
That is the command I use, but I use port 27014 on this instance of SRCDS.
https://support.steampowered.com/kb_article.php?ref=4595-WEXN-6831
Try going through these and see if your problem persists.
There is a need to specify the IP address if the host server itself has more than one IP address in /etc/sysconfig/network-scripts/ifcfg-ethX:X
You can have multiple internal IP Addresses. Mine is set up with 10.1.1.2 primary reserved and 10.1.1.3-10 are reserved as well. This is so I can have apache listening on 10.1.1.3 and my router forwards 80 to .3 while other services reside on seperate IP addresses.
This is to expose my server to the outside without exposing the entire thing via DMZ.
Furthermore a big reason for doing it this way is it is easier to graph incoming/outgoing traffic when it's based on IP address
sudo iptables -A INPUT -p udp --dport 27015 -j ACCEPT and make sure to install this within the server
sudo apt-get install iptables-persistent which allows you to save the settings and this command
sudo invoke-rc.d iptables-persistent save after to save the iptables.