Actions

Create an Internal NAT

This article applies to: Product Version
Tmedia 3.0, 3.2, 3.3
SBC 3.1, 3.3

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. Verify 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]"
}


List of Parameters