Advanced Search
Search Results
117 total results found
PFS100 - Failed to Get pfSense Alias
Agent error code #PFS100 indicates that the request to read the alias from pfSense failed. This lookup is required before every grant and revocation, so this error blocks alias updates. This error is distinct from alias-not-found (#PFS103), which returns a cle...
PFS101 - Failed to Create pfSense Alias
Agent error code #PFS101 indicates that the agent attempted to create a new alias on pfSense (because the configured alias did not exist) and pfSense rejected the create request. This error is distinct from update failures (#PFS102), which occur on existing al...
PFS102 - Failed to Update pfSense Alias
Agent error code #PFS102 indicates that the agent attempted to update an existing alias on pfSense and the update request was rejected. This is the most common alias-edit failure and blocks any grant or revocation against the affected alias. This error is dist...
PFS103 - pfSense Alias Not Found
Agent error code #PFS103 indicates that the alias name configured in the Knocknoc ACL does not exist on pfSense. The agent looked the alias up and pfSense reported that no alias by that name is defined. This error is distinct from update failures (#PFS102), wh...
PFS200 - Failed to Apply Pending pfSense Firewall Changes
Agent error code #PFS200 indicates that the alias was updated successfully but the subsequent apply step failed. Without the apply, the change is held as pending and will not take effect against live firewall rules. This error is distinct from alias edit failu...
PFS400 - Invalid or Unexpected Response from pfSense
Agent error code #PFS400 indicates that the agent received a response from pfSense that it could not parse as a valid pfRest response. The call completed at the network level but the body was not in the expected format. This error is distinct from the more spe...
OPN000 - OPNsense Authentication Failed
Agent error code #OPN000 indicates that the OPNsense API rejected the credentials provided by the agent. The firewall returned HTTP 401 (Unauthorized). This error is distinct from authorization failures (#OPN001), which occur when the credentials are valid but...
OPN001 - OPNsense Authorization Failed
Agent error code #OPN001 indicates that the agent authenticated with OPNsense successfully, but the API user lacks the privileges required to manage aliases. OPNsense returned HTTP 403 (Forbidden). This error is distinct from authentication failures (#OPN000),...
OPN002 - OPNsense Request Timed Out
Agent error code #OPN002 indicates that an OPNsense API call did not complete within the agent's timeout window. The firewall accepted the connection but did not return a response in time. This error is distinct from connection failures (#OPN004) and DNS failu...
OPN003 - OPNsense TLS Certificate Error
Agent error code #OPN003 indicates that the agent could not verify the TLS certificate presented by OPNsense. The TLS handshake failed before any API request could be sent. This error is distinct from connection refused (#OPN004) or timeout (#OPN002) errors. E...
OPN004 - Connection Refused by OPNsense
Agent error code #OPN004 indicates that the OPNsense host actively refused the connection from the agent. The TCP handshake reached the host but no service was listening on the requested port. This error is distinct from timeouts (#OPN002), which mean the host...
OPN005 - Cannot Resolve OPNsense Hostname
Agent error code #OPN005 indicates that the agent host could not resolve the OPNsense hostname to an IP address. The request failed before any network connection was attempted. This error is distinct from connection refused (#OPN004) and timeout (#OPN002), whi...
OPN006 - OPNsense Request Failed
Agent error code #OPN006 is the fallback code for OPNsense API errors that don't match a more specific classification. The agent reached the firewall and the call completed, but the response indicated a transport-level or unclassified failure. This error is di...
OPN100 - OPNsense Alias Not Found
Agent error code #OPN100 indicates that the alias name configured in the Knocknoc ACL does not exist on OPNsense. The firewall returned HTTP 404 when the agent looked up the alias. This error is distinct from authorization failures (#OPN001), which occur when ...
OPN101 - Failed to Read OPNsense Alias Contents
Agent error code #OPN101 indicates that the agent could reach the alias listing endpoint on OPNsense but the response was unexpected (non-2xx HTTP status or malformed body). The lookup is required before every grant and revocation, so this error blocks alias u...
OPN102 - Failed to Add Entry to OPNsense Alias
Agent error code #OPN102 indicates that OPNsense rejected an attempt to add an entry to the configured alias. The agent located the alias successfully but the add request did not complete. This error is distinct from authorization failures (#OPN001), which pre...
OPN103 - Failed to Remove Entry from OPNsense Alias
Agent error code #OPN103 indicates that OPNsense rejected an attempt to remove an entry from the configured alias. The agent located the alias successfully but the delete request did not complete. This error is distinct from authorization failures (#OPN001), w...
OPN200 - Failed to Apply OPNsense Alias Changes
Agent error code #OPN200 indicates that the alias entry was added or removed successfully, but the subsequent apply step failed. Without the apply, the change is not persisted to the saved configuration and will be lost on the next filter reload. This error is...