Create NAT Traversal B: Difference between revisions
(Created page with "=== '''''Applies to version(s): v2.9.''''' === {{DISPLAYTITLE:Create a NAT Traversal}} One or more NAT traversals can be configured to manage the IP connections traversing ne...") |
No edit summary |
||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:Create a NAT Traversal}} | {{DISPLAYTITLE:Create a NAT Traversal}} | ||
{| class="wikitable" | |||
|- | |||
|rowspan="2"|This article applies to: | |||
|'''Product''' | |||
|'''Version''' | |||
|- | |||
|Tmedia | |||
|3.0, 3.2, 3.3 | |||
|} | |||
One or more NAT traversals can be configured to manage the IP connections traversing network address translation (NAT) gateways. | One or more NAT traversals can be configured to manage the IP connections traversing network address translation (NAT) gateways. | ||
== To configure a NAT traversal == | == To configure a NAT traversal == | ||
| Line 24: | Line 31: | ||
[[Image:CreateNatTraversal_2.png]]<br><br> | [[Image:CreateNatTraversal_2.png]]<br><br> | ||
4. | 4. Verify that the '''NAT Configuration was successfully created''' message is displayed | ||
[[Image:CreateNatTraversal_3.png]]<br><br> | [[Image:CreateNatTraversal_3.png]]<br><br> | ||
| Line 34: | Line 41: | ||
'''Path''' | '''Path''' | ||
<pre> | <pre> | ||
/configurations/@[configuration_name]/nat_traversals/@[nat_name] | |||
</pre> | </pre> | ||
'''Parameters (text)''' | '''Parameters (text)''' | ||
<pre> | <pre> | ||
/configurations/@[configuration_name]/nat_traversals/@[nat_name] | |||
name = "@[nat_name]" | |||
nat_traversal_method = "Force Public IP" | |||
public_ip = "10.10.10.10" | |||
</pre> | </pre> | ||
| Line 43: | Line 55: | ||
<pre> | <pre> | ||
</pre> | </pre> | ||
{ | |||
"name" : "@[nat_name]", | |||
"nat_traversal_method" : "Force Public IP", | |||
"public_ip" : "10.10.10.10" | |||
} | |||
</div> | </div> | ||
| Line 51: | Line 68: | ||
* [[Parameter: Name|Name]] | * [[Parameter: Name|Name]] | ||
* [[Parameter: Method|Method]] | * [[Parameter: Method|Method]] | ||
* [[Parameter: Public Interface|Public Interface]] | |||
Latest revision as of 14:05, 23 June 2024
| This article applies to: | Product | Version |
| Tmedia | 3.0, 3.2, 3.3 |
One or more NAT traversals can be configured to manage the IP connections traversing network address translation (NAT) gateways.
To configure a NAT traversal
1. Select NATs from the navigation panel.
2. Click Create New NAT Traversal
3. Configure the following fields:
- Enter a name for the NAT Traversal.
- Set the local Nat traversal method to Force public IP.
- Enter the public IP address of the unit.
- Click Create
4. Verify that the NAT Configuration was successfully created message is displayed
Path
/configurations/@[configuration_name]/nat_traversals/@[nat_name]
Parameters (text)
/configurations/@[configuration_name]/nat_traversals/@[nat_name] name = "@[nat_name]" nat_traversal_method = "Force Public IP" public_ip = "10.10.10.10"
Parameters (json)
{
"name" : "@[nat_name]", "nat_traversal_method" : "Force Public IP", "public_ip" : "10.10.10.10"
}



