426
edits
Changes
m
Snom Phone:
no edit summary
=Example FireBrick Config=
Allow Voiceless inbound to your VoIP Phone:
<syntaxhighlight>
<rule-set name="VoIPFirewall: LAN" target-interface="LAN" no-match-action="reject" comment="Default firewall rule for traffic to LAN">
<rule name="Allow Firebrick" source-interface="self" comment="Allow all from the FireBrick to LAN"/>
<rule name="SIP" source-ip="81.187.30.110-119 90.155.3.0/24 90.155.103.0/24 2001:8b0:0:30::5060:0/112 2001:8b0:5060::/48" target-ip="1.2.3.4" target-port="5060" action="accept"/>▼
<rule name="RTPSIP" source-ip="81.187.30.110-119 90.155.3.0/24 90.155.103.0/24 2001:8b0:0:30::5060:0/112 2001:8b0:5060::/48" target-ip="2001:8b0::1.2.3.4" target-port="49152-65534" protocol="175060" action="accept"/>
▲<rule name="SIPRTP" source-ip="81.187.30.110-119 90.155.3.0/24 90.155.103.0/24 2001:8b0:0:30::5060:0/112 2001:8b0:5060::/48" target-ip="2001:8b0::1.2.3.4" target-port="50601024-65535" protocol="17" action="accept"/>
</rule-set>
</syntaxhighlight>