Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

33 total results found

200100 - Failed to Check if Address Exists

Agent Error Codes Palo Alto

Agent error code #200100 indicates that the Knocknoc agent was unable to verify whether an address object exists on the Palo Alto Networks firewall. This error occurs when using Active mode, where Knocknoc directly manages address objects and address groups on...

error_code
200100

200101 - Failed to Create Address Object

Agent Error Codes Palo Alto

Agent error code #200101 indicates that the Knocknoc agent was unable to create an address object on the Palo Alto Networks firewall. This error occurs when using Active mode, where Knocknoc directly manages address objects and address groups on the firewall. ...

error_code
200101

200102 - Failed to Get Address Group Members

Agent Error Codes Palo Alto

This error indicates that the Knocknoc agent was unable to retrieve the current members of an address group on the Palo Alto Networks firewall. This error occurs when using Active mode, where Knocknoc directly manages address objects and address groups on the ...

error_code
200102

200103 - Failed to Add Address to Group

Agent Error Codes Palo Alto

Agent error code #200103 indicates that the Knocknoc agent was unable to update an address group on the Palo Alto Networks firewall to include a new address object. This error occurs when using Active mode, where Knocknoc directly manages address objects and a...

error_code
200103

200105 - Failed to Remove Address from Address Group

Agent Error Codes Palo Alto

This error indicates that the Knocknoc agent was unable to update an address group on the Palo Alto Networks firewall to remove an address object during access revocation. This error occurs when using Active mode, where Knocknoc directly manages address object...

error_code
200105

200106 - Failed to Delete Address Object

Agent Error Codes Palo Alto

This error indicates that the Knocknoc agent was unable to delete an address object from the Palo Alto Networks firewall during access revocation. This error occurs when using Active mode, where Knocknoc directly manages address objects and address groups on t...

error_code
200106

200000 - Target Firewall Not Connected to Panorama

Agent Error Codes Palo Alto

This error occurs when the Knocknoc agent attempts to refresh an External Dynamic List (EDL) on a Palo Alto Networks firewall through Panorama, but the target firewall cannot be reached. Common causes include: The firewall is not connected to Panorama (it may ...

error_code
200000

Error Codes

Admin Guide Troubleshooting

Agent Error Codes AWS AWS000 - AWS CLI Not Installed AWS001 - AWS Authentication Failed AWS002 - AWS Authorization Failed AWS003 - AWS API Throttled AWS050 - AWS Security Group Not Found AWS051 - AWS Rejected a Request Parameter AWS100 - Failed to Describe Sec...

bookstyle
expanded

Knocknoc iOS & Android App

Admin Guide Setup guides

Closed beta. The Knocknoc mobile app is currently available to beta testers only and is not yet published on the Apple App Store or Google Play. The Knocknoc mobile app keeps your access working as you move around. Knocknoc grants access based on your current ...

OpenBSD Agent Installation

Admin Guide Setup guides

The Knocknoc OpenBSD Agent is orchestration software for managing just-in-time network access. It runs as the unprivileged _knocknoc-agent user, connects to your Knocknoc server over WebSocket, and enforces access locally through the configured integrations. ...

PF (Packet Filter)

Admin Guide Knocs (backends)

Knocknoc integrates with the PF packet filter to dynamically control network access on a host that the agent runs on directly. As users authenticate and grants expire, the agent adds and removes their IPs from a PF table; your own pass/block rules reference th...

CFL100 - Cloudflare List Not Configured

Agent Error Codes Cloudflare IP Lists

Agent error code #CFL100 indicates that the Knocknoc Cloudflare Lists backend has neither a List ID nor a List Name configured. The agent cannot tell which Cloudflare rule list to update, so the grant fails before any Cloudflare API call is made. This is a con...

error_code
CFL100

CFL101 - Cloudflare List Not Found

Agent Error Codes Cloudflare IP Lists

Agent error code #CFL101 indicates that the Knocknoc backend is configured with a Cloudflare list name, and no rule list with that name exists in the configured Cloudflare account. The agent looks the name up to resolve it to a list ID, and that lookup returne...

error_code
CFL101

CFL102 - Cloudflare List Lookup Failed

Agent Error Codes Cloudflare IP Lists

Agent error code #CFL102 indicates that the Knocknoc backend tried to resolve the configured Cloudflare list name to a list ID, but Cloudflare returned an unexpected response. The list may well exist; the request to enumerate lists did not succeed. This differ...

error_code
CFL102

nftables

Admin Guide Knocs (backends)

Knocknoc integrates with nftables to dynamically control network access on a Linux host. When a user authenticates, their IP address is added to an nftables named set, and removed again when their access ends. Your own rules reference that set with @setname t...