Create Internal NAT B
From TBwiki
(Difference between revisions)
(Created page with "=== '''''Applies to version(s): v2.9.''''' === {{DISPLAYTITLE:Create an Internal NAT}} One or more internal NATs can be configured to manage internal IP connections. == To c...") |
|||
(5 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{DISPLAYTITLE:Create an Internal NAT}} | {{DISPLAYTITLE:Create an Internal NAT}} | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | |rowspan="3"|This article applies to: | ||
+ | |'''Product''' | ||
+ | |'''Version''' | ||
+ | |- | ||
+ | |Tmedia | ||
+ | |2.9, 2.10, 3.0, 3.2 | ||
+ | |- | ||
+ | |SBC | ||
+ | |3.0, 3.1 | ||
+ | |} | ||
One or more internal NATs can be configured to manage internal IP connections. | One or more internal NATs can be configured to manage internal IP connections. | ||
Line 32: | Line 43: | ||
'''Path''' | '''Path''' | ||
<pre> | <pre> | ||
+ | /configurations/@[configuration_name]/internal_nats/@[internalNat_name] | ||
</pre> | </pre> | ||
'''Parameters (text)''' | '''Parameters (text)''' | ||
<pre> | <pre> | ||
+ | /configurations/@[configuration_name]/internal_nats/@[internalNat_name] | ||
+ | local_ip_interface = "@[hardware_name].@[vlan]" | ||
+ | name = "@[internalNat_name]" | ||
+ | public_ip_interface = "@[hardware_name].@[vlan]" | ||
</pre> | </pre> | ||
'''Parameters (json)''' | '''Parameters (json)''' | ||
<pre> | <pre> | ||
+ | { | ||
+ | "local_ip_interface" : "@[hardware_name].@[vlan]", | ||
+ | "name" : "@[internalNat_name]", | ||
+ | "public_ip_interface" : "@[hardware_name].@[vlan]" | ||
+ | } | ||
</pre> | </pre> | ||
</div> | </div> | ||
− | |||
Latest revision as of 15:37, 24 November 2020
This article applies to: | Product | Version |
Tmedia | 2.9, 2.10, 3.0, 3.2 | |
SBC | 3.0, 3.1 |
One or more internal NATs can be configured to manage internal IP connections.
To configure an Internal NAT
1. Select NATs from the navigation panel.
2. Click Create New Internal NAT.
3. Configure the following fields:
- Enter a name for the internal NAT.
- Select the Gateway IP Address of your internal NAT from Local Gateway IP Interface.
- Select the public IP from Public Interface.
- Click Create
4. Verfiy that the Configuration was successfully created message is displayed
Path
/configurations/@[configuration_name]/internal_nats/@[internalNat_name]
Parameters (text)
/configurations/@[configuration_name]/internal_nats/@[internalNat_name] local_ip_interface = "@[hardware_name].@[vlan]" name = "@[internalNat_name]" public_ip_interface = "@[hardware_name].@[vlan]"
Parameters (json)
{ "local_ip_interface" : "@[hardware_name].@[vlan]", "name" : "@[internalNat_name]", "public_ip_interface" : "@[hardware_name].@[vlan]" }