FireBrick Firewall - Steam Client: Difference between revisions
Appearance
Content deleted Content added
CrazyTeeka (talk | contribs) |
CrazyTeeka (talk | contribs) mNo edit summary |
||
| Line 120: | Line 120: | ||
</syntaxhighlight> |
</syntaxhighlight> |
||
Inbound Rules - Change the IP address in the target-ip= element to your own: |
|||
Inbound Rules: |
|||
<syntaxhighlight> |
<syntaxhighlight> |
||
<rule-set name="Steam Client: Inbound" target-interface="LAN" no-match-action="reject"> |
<rule-set name="Steam Client: Inbound" target-interface="LAN" no-match-action="reject"> |
||
<rule name="Allow Firebrick" source-interface="self"/> |
<rule name="Allow Firebrick" source-interface="self"/> |
||
<rule name="TCP" target-port="27014-27050" protocol="6" action="accept"/> |
<rule name="TCP" target-ip="217.169.11.114/31" target-port="27014-27050" protocol="6" action="accept"/> |
||
<rule name="UDP" target-port="3478 4379 4380 27000-27030" protocol="17" 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> |
</rule-set> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||