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

IP in CIDR & CIDR in CIDR #1415

Open
3 tasks done
cheats-py opened this issue Dec 10, 2024 · 0 comments
Open
3 tasks done

IP in CIDR & CIDR in CIDR #1415

cheats-py opened this issue Dec 10, 2024 · 0 comments
Labels
enhancement New feature or request triage

Comments

@cheats-py
Copy link

What type of request is this?

New tool idea

Clear and concise description of the feature you are proposing

A tool to see if a given IP address resides within a given CIDR block. Also a tool to see if a given CIDR blocks resides within a given CIDR block.

IP in CIDR example:

  • Does IP address 192.168.0.1 reside in CIDR 192.168.0.0/16 = yes
  • Does IP address 192.168.0.10 reside in CIDR 192.168.1.0/24 = no

CIDR in CIDR example:

  • Does CIDR 192.168.0.0/28 reside in CIDR 192.168.0.0/24 = yes
  • Does CIDR 192.168.1.0/28 reside in CIDR 192.168.20.0/24 = no

Is their example of this tool in the wild?

Here is an example site for IP in CIDR: https://tehnoblog.org/ip-tools/ip-address-in-cidr-range/

Additional context

No response

Validations

  • Check the feature is not already implemented in the project.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
@cheats-py cheats-py added enhancement New feature or request triage labels Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage
Projects
None yet
Development

No branches or pull requests

1 participant