FireBrick 2700 Configuration run-through: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
|||
| Line 177: | Line 177: | ||
The default filters will block incoming traffic, and allow outgoing traffic. |
The default filters will block incoming traffic, and allow outgoing traffic. |
||
= VoIP Rules = |
== VoIP Rules == |
||
If you have VoIP phones on your LAN, then here are some example rules to allow SIP and RTP from the AAISP phone servers: |
If you have VoIP phones on your LAN, then here are some example rules to allow SIP and RTP from the AAISP phone servers: |
||
<pre><rule name="SIP" source-ip="81.187.30.110-119" target-ip="90.155.91.8/29" target-port="5060-5069"/> |
<pre><rule name="SIP" source-ip="81.187.30.110-119" target-ip="90.155.91.8/29" target-port="5060-5069"/> |
||
<rule name="RTP" target-ip="90.155.91.8/29" protocol="17" target-port="1025-5059 5070-" set-graph="RTP"/> |
<rule name="RTP" target-ip="90.155.91.8/29" protocol="17" target-port="1025-5059 5070-" set-graph="RTP"/> |
||
</pre> |
</pre> |
||
This also sets a graph for RTP |
This also sets a graph for RTP |
||