Actions

Enabling Local NAT Traversal C: Difference between revisions

(Created page with "=== '''''Applies to version: v2.9.''''' === {{DISPLAYTITLE:Enabling Local NAT Traversal}} <br> To enable Local NAT Traversal: 1- Select '''NATs''' from the navigation panel....")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== '''''Applies to version: v2.9.''''' ===
{{DISPLAYTITLE:Enabling Local NAT Traversal}}
{{DISPLAYTITLE:Enabling Local NAT Traversal}}
{| class="wikitable"
|-
|rowspan="3"|This article applies to:
|'''Product'''
|'''Version'''
|-
|Tmedia
|2.9, 2.10, 3.0, 3.2
|}


<br>
To enable Local NAT Traversal:
To enable Local NAT Traversal:


Line 59: Line 66:
'''Path'''
'''Path'''
<pre>
<pre>
/configurations/@[configuration_name]/naps/@[nap_name]/sip_cfg/network_address_translation
</pre>
</pre>


'''Parameters (text)'''
'''Parameters (text)'''
<pre>
<pre>
/configurations/@[configuration_name]/naps/@[nap_name]/sip_cfg/network_address_translation
local_method  = ""
remote_method = "None"
</pre>
</pre>


'''Parameters (json)'''
'''Parameters (json)'''
<pre>
<pre>
{
    "network_address_translation" : {
      "local_method" : "",
      "remote_method" : "None"
    }
  }
}
</pre>
</pre>
</div>
</div>




== Related actions ==
== Related actions ==
[[Symmetric_NAT_Traversal|Symmetric NAT traversal]]
[[Symmetric_NAT_Traversal|Symmetric NAT traversal]]

Latest revision as of 14:33, 25 November 2020

This article applies to: Product Version
Tmedia 2.9, 2.10, 3.0, 3.2

To enable Local NAT Traversal:

1- Select NATs from the navigation panel.

EnableLocalNatTraversal 0.png


2- Click Create New NAT Traversal

EnableLocalNatTraversal 1.png


3- Enter a meaningful name.

  • Choose a Local Method.
  • If necessary, provide an extra parameter.
  • Click Create

EnableLocalNatTraversal 2.png


Once the NAT configuration is completed, it must be associated with a NAP.


3- Select NAPs from the navigation panel

EnableLocalNatTraversal 3.png


4- Select a SIP NAP from the Network Access Point list

EnableLocalNatTraversal 4.png


5- In the Network Address Translation section:

  • Choose the desired "Local Method". The select box will contain the same name as the Local NAT configuration, that you provided in step #2.
  • Click Save

EnableLocalNatTraversal 5.png


The following describes the 2 Local NAT Traversal Methods:

No NAT

This method is used if you are not behind a NAT. This is the default value.

Force Public IP

This method will set some of the SIP Headers and SDP fields with the IP address that you set.


Path

/configurations/@[configuration_name]/naps/@[nap_name]/sip_cfg/network_address_translation

Parameters (text)

/configurations/@[configuration_name]/naps/@[nap_name]/sip_cfg/network_address_translation
local_method  = ""
remote_method = "None"

Parameters (json)

{
    "network_address_translation" : {
      "local_method" : "",
      "remote_method" : "None"
    }
  }
}


Related actions

Symmetric NAT traversal