Actions

Create Internal NAT B: 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...")
 
(Added Northbound Interafce content)
Line 32: Line 32:
'''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>


==List of Parameters==
==List of Parameters==

Revision as of 11:23, 16 December 2015

Applies to version(s): v2.9.

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.

CreateNatTraversal 0.png

2. Click Create New Internal NAT.

CreateInternalNat 0.png

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

CreateInternalNat 1.png

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

CreateInternalNat 2.png


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