Changes between Version 3 and Version 4 of Ports


Ignore:
Timestamp:
Mar 17, 2016, 6:05:45 PM (9 years ago)
Author:
Christian Illy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ports

    v3 v4  
    1515    Should be in the range 27015 - 27030 according to [https://support.steampowered.com/kb_article.php?ref=8571-GLVN-8711&l=english Valve]. But as others have been reported too I would simply suggest opening 27000 up to 27050 here.
    1616
    17 If you have a firewall set up that blocks all traffic by default you have to open at least the Game ports (default 25000 - 25001). If you also want the server to be listed on the server list the 270xx ports have also to be opened. ''iptables'' rules for this could look like this:
     17If you have a firewall set up that blocks all traffic by default you have to open at least the Game ports (default 26900 - 26901). If you also want the server to be listed on the server list the 270xx ports have also to be opened. ''iptables'' rules for this could look like this:
    1818{{{
    1919iptables -A OUTPUT -s <yourServerIp>/32 -p udp --dport 27000:27099 -m state --state NEW,RELATED,ESTABLISHED -j ACCEPT