Appearance
Configuring IPAM
IPAM stands for IP address management and needs to be configured if your VMs within convoy need to have IP addresses.
Creating an IP Pool
Assuming you have a Node configured (Adding a Node), in the admin interface, select the IPAM
tab. You first need to create an IP Pool. This can be done with the button on the top right. Name your pool and select all nodes that shall have access to this IP pool.
Adding IP addresses to a pool
Once you are done with the pool, you can add IP addresses to it. Convoy supports IPv4 and IPv6 addresses. You can either add individual addresses in the Single
-tab, or an entire IP subnet in the Multiple
-tab of the pop-up menu.
Single Addresses
If you want to add a single IP address, select Single
in the address creation menu. Then, follow the following steps (minimum required):
- select whether you have an IPv4 or IPv6 address
- enter the address in the
Address
field. - enter the CIDR in the
CIDR
field. (This corresponds to your subnet mask; i.e. the CIDR of255.255.255.0
is24
- CIDR table) - enter the gateway IP address in the
Gateway
field. - press
create
to add the IP address
Multiple Addresses
If you want to add an entire IP subnet, select Multiple
in the address creation menu. Then, follow the following steps (minimum required):
- select whether you have an IPv4 or IPv6 subnet.
- enter the starting and ending address in the
Starting Address
andEnding Address
fields (note: the last digit of a IPv4 starting address needs to be >0). - enter the CIDR in the
CIDR
field. (This corresponds to your subnet mask; i.e. the CIDR of255.255.255.0
is24
) - enter the gateway IP address in the
Gateway
field. - press
create
to add the IP address