Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown IP handling #635

Open
rchac opened this issue Jan 22, 2025 · 0 comments
Open

Unknown IP handling #635

rchac opened this issue Jan 22, 2025 · 0 comments
Assignees
Milestone

Comments

@rchac
Copy link
Member

rchac commented Jan 22, 2025

Currently, if a device IP is within the subnets defined in ignore_subnets, it will still show under the Unknown IPs page of the Web UI.

Suggestion: A "show ignored ips" toggle. By default it would be in the off position, and the number of entries that are not in ignore_subnets would determine the number of unknown devices shown next to "Unknown IPs" in the Web UI. That way, users will not see a big number next to Unknown IPs, but they can still drill down as needed to investigate those.

@rchac rchac added this to the v1.5 & v2.0 milestone Jan 22, 2025
thebracket added a commit that referenced this issue Jan 22, 2025
Configuration gains two optional items in the `[ip_ranges]` section:

* `unknown_ip_honors_ignore` will remove any unknown IPs that fall into the "unknown IP" ranges.
* `unknown_ip_honors_allow` will remove any unknown IPs that aren't explicitly in the allowed IP range.

Extends the unknown IP list to apply these policies. Both default to "true" if not specified.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants