Enabling Local NAT Traversal C
From TBwiki
(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....") |
|||
(3 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{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 | ||
+ | |} | ||
− | |||
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 13: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.
2- Click Create New NAT Traversal
3- Enter a meaningful name.
- Choose a Local Method.
- If necessary, provide an extra parameter.
- Click Create
Once the NAT configuration is completed, it must be associated with a NAP.
3- Select NAPs from the navigation panel
4- Select a SIP NAP from the Network Access Point list
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
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" } } }