Changes between Version 3 and Version 4 of Ports
- Timestamp:
- Mar 17, 2016, 6:05:45 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ports
v3 v4 15 15 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. 16 16 17 If you have a firewall set up that blocks all traffic by default you have to open at least the Game ports (default 2 5000 - 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:17 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: 18 18 {{{ 19 19 iptables -A OUTPUT -s <yourServerIp>/32 -p udp --dport 27000:27099 -m state --state NEW,RELATED,ESTABLISHED -j ACCEPT