Changes between Version 10 and Version 11 of Ports


Ignore:
Timestamp:
13.06.2018 18:13:14 (6 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ports

    v10 v11  
    1616    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.
    1717
    18 If 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:
     18If you have a firewall set up that blocks all traffic by default you have to open at least the Game ports (default 26900, 26902). 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:
    1919{{{
    2020iptables -A OUTPUT -s <yourServerIp>/32 -p udp --dport 27000:27099 -m state --state NEW,RELATED,ESTABLISHED -j ACCEPT
     
    2626}}}
    2727
    28 If you want the server to also show up in the '''LAN tab of the server browser''' (of course only works if it's actually in the same network) BasePort+1 has to be in either the range 26900 to 26905 or 27015 - 27020 (meaning you'd have to set the ServerPort of a the config to 26899 to 26904 or 27014 to 27019).
     28If you want the server to also show up in the '''LAN tab of the server browser''' (of course only works if it's actually in the same network) BasePort has to be in either the range 26900 to 26905 or 27015 - 27020.
    2929
    3030