PROX101 - Failed To Read Proxmox Ipset Contents
Agent error code #PROX101 indicates that the agent reached Proxmox VE and the ipset lookup did not fail with a not-found or permission error, but the response could not be used to read the current ipset contents.
This is distinct from #PROX100 (the ipset does not exist) and #PROX001 (the token lacks privileges). Error #PROX101 means the read itself failed for another reason.
Common causes include:
- Proxmox returned an unexpected HTTP status while listing the ipset
- The Proxmox API returned a response the agent could not parse (see also #PROX400)
- A transient error on the Proxmox host during the read
Steps to Resolve
Confirm the Ipset Is Readable
- Log into the Proxmox web UI
- For cluster-scoped Knocs, navigate to Datacenter > Firewall > IPSet
- For per-VM Knocs, navigate to the target VM > Firewall > IPSet
- Confirm the configured ipset opens and lists its entries without error
Review the Agent Logs
The agent log records the Proxmox response that triggered this error. Review it to identify the specific cause, then retry the operation.
For more details, see the Proxmox setup guide.
Still Having Issues?
We can help you out, contact us at [email protected].