FireBrick 2700 Configuration: Difference between revisions
Appearance
	
	
Content deleted Content added
CrazyTeeka (talk | contribs) mNo edit summary  | 
				CrazyTeeka (talk | contribs) mNo edit summary  | 
				||
| Line 246: | Line 246: | ||
<rule name="Allow Firebrick" source-interface="self" comment="Allow all from the FireBrick to LAN"/>  | 
  <rule name="Allow Firebrick" source-interface="self" comment="Allow all from the FireBrick to LAN"/>  | 
||
</syntaxhighlight>  | 
  </syntaxhighlight>  | 
||
Allow Voiceless inbound to your VoIP Phone, only need this if you register your VoIP   | 
  Allow Voiceless inbound to your VoIP Phone, only need this if you register your VoIP Phone directly to Voiceless:  | 
||
<syntaxhighlight>  | 
  <syntaxhighlight>  | 
||
<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="2001:8b0::1" target-port="5060" action="accept"/>  | 
  <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="2001:8b0::1" target-port="5060" action="accept"/>  | 
||
<rule name="RTP" 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" target-port="1024-65535" protocol="17" action="accept"/>  | 
  <rule name="RTP" 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" target-port="1024-65535" protocol="17" action="accept"/>  | 
||
</syntaxhighlight>  | 
  </syntaxhighlight>  | 
||
Allow Voiceless inbound to your Snom Phone, only need this if you register your   | 
  Allow Voiceless inbound to your Snom Phone, only need this if you register your Snom Phone directly to Voiceless:  | 
||
<syntaxhighlight>  | 
  <syntaxhighlight>  | 
||
<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="2001:8b0::1" target-port="5060" action="accept"/>  | 
  <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="2001:8b0::1" target-port="5060" action="accept"/>  | 
||