Actions

Create NAT Traversal B: Difference between revisions

mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.9, v2.10, 3.0, v3.2''''' ===
{{DISPLAYTITLE:Create a NAT Traversal}}
{{DISPLAYTITLE:Create a NAT Traversal}}
{| class="wikitable"
|-
|rowspan="2"|This article applies to:
|'''Product'''
|'''Version'''
|-
|Tmedia
|2.9, 2.10, 3.0, 3.2
|}


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.
Line 23: Line 31:
[[Image:CreateNatTraversal_2.png]]<br><br>
[[Image:CreateNatTraversal_2.png]]<br><br>


4. Verfiy that the '''NAT Configuration was successfully created''' message is displayed
4. Verify that the '''NAT Configuration was successfully created''' message is displayed


[[Image:CreateNatTraversal_3.png]]<br><br>
[[Image:CreateNatTraversal_3.png]]<br><br>

Latest revision as of 10:35, 12 September 2022

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

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.

CreateNatTraversal 0.png

2. Click Create New NAT Traversal

CreateNatTraversal 1.png

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

CreateNatTraversal 2.png

4. Verify that the NAT Configuration was successfully created message is displayed

CreateNatTraversal 3.png


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"

}


List of Parameters