Hello All, I am new to this community!
I'm using Proxmox VE VPS For WHMCS (ModulesGarden) integrated with Proxmox VE 8.x.
I’d like to configure it so that a specific client always receives IPs from a dedicated block (for example, 200.200.200.0/24), and no other clients can use these IPs.
I already have the IP block added on Proxmox and available for use.
I’m trying to understand if I should:
Create a dedicated IP pool for that client in the IP Manager; or
Use configurable options/custom fields in WHMCS to force that pool; or
Handle this via a provisioning hook (AfterModuleCreate).
What’s the recommended way to assign a unique IP pool per client automatically when provisioning a VPS?
Thanks in advance!