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
Addressfield. - enter the CIDR in the
CIDRfield. (This corresponds to your subnet mask; i.e. the CIDR of255.255.255.0is24- CIDR table) - enter the gateway IP address in the
Gatewayfield. - press
createto 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 AddressandEnding Addressfields (note: the last digit of a IPv4 starting address needs to be >0). - enter the CIDR in the
CIDRfield. (This corresponds to your subnet mask; i.e. the CIDR of255.255.255.0is24) - enter the gateway IP address in the
Gatewayfield. - press
createto add the IP address