Create NAT Traversal B
From TBwiki
(Difference between revisions)
(Added a missing parameter) |
m (→Applies to version(s): v2.9, v2.10) |
||
Line 1: | Line 1: | ||
− | === '''''Applies to version(s): v2.9, v2.10''''' === | + | === '''''Applies to version(s): v2.9, v2.10, v3.0''''' === |
{{DISPLAYTITLE:Create a NAT Traversal}} | {{DISPLAYTITLE:Create a NAT Traversal}} | ||
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 == |
Revision as of 11:23, 24 October 2017
Applies to version(s): v2.9, v2.10, v3.0
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. Verfiy 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"
}