...
Go to Infrastructure → Private → select datacenter →
Select a datacenter and go to Network → Devices
To define the NAT integration in Abiquo
For the NSX-T integration, create an NSX-T device
For the NSX-V NAT integration, create a NAT device
...
Go to Infrastructure → Private or Public
Select a datacenter or region
Go to Servers view → Network → NAT
Click the + add button
Create networks with ranges of public IPs for NAT
The Netmask is the network mask in CIDR format.
For IPv4, the networks created in the platform the netmask can have a value from16
to30
inclusive, and for IPv6, it can have a value of64
,56
, or48
.The Device when using NSX is the device that will manage the NAT network
To add IP addresses to your network, click the + add button in the top right-hand corner of the Networks page.
Enter the Number of IPs to create and the From IP address (the first in the range). The From IP address must be a new address that does not already exist in the network. After creating the first IP address, the platform will try to create the other IPs and it will skip any existing IP addresses.
For example, if you have IP addresses in network 30.30.30.30
, which are 30
, 33
, and 34
and then you request 3 new IPs from 30.30.30.31
. The new IPs created should be as follows: 31
, 32
, 35
.
30.30.30.30 |
30.30.30.31 |
30.30.30.32 |
30.30.30.33 |
30.30.30.34 |
30.30.30.35 |
...