FireBrick Firewall - Steam Client: Difference between revisions

mNo edit summary
</syntaxhighlight>
 
Inbound Rules - Change the IP address in the target-ip= element to your own:
Inbound Rules:
 
<syntaxhighlight>
<rule-set name="Steam Client: Inbound" target-interface="LAN" no-match-action="reject">
<rule name="Allow Firebrick" source-interface="self"/>
<rule name="TCP" target-ip="217.169.11.114/31" target-port="27014-27050" protocol="6" action="accept"/>
<rule name="UDP" target-ip="217.169.11.114/31" target-port="3478 4379 4380 27000-27030" protocol="17" action="accept"/>
</rule-set>
</syntaxhighlight>