Inside network
8.8.8.8 in 8.8.8.0/24
Returns yes because 8.8.8.8 is between 8.8.8.0 and 8.8.8.255.
Check inside example
Network tool
Check whether an IPv4 or IPv6 address belongs to a CIDR network.
Reference
Advertisement
Overview
IP in CIDR checks whether one address falls inside a network range such as 8.8.8.0/24 or 2001:db8::/32.
It is useful for firewall allowlists, routing checks, abuse triage, and validating whether an address matches a provider or customer network. The CIDR notation guide explains the slash prefix.
Examples
Inside network
8.8.8.8 in 8.8.8.0/24
Returns yes because 8.8.8.8 is between 8.8.8.0 and 8.8.8.255.
Check inside example
Outside network
8.8.9.1 in 8.8.8.0/24
Returns no because the address is outside the calculated range.
Check outside example
Results
The inside-network value is the direct yes/no answer. The first and last address show the bounds used for the comparison, so you can verify the result against a firewall rule, vendor list, or routing note.
Boundaries
The IP address and CIDR network must use the same IP version. This tool checks mathematical range membership only; it does not verify ownership, reputation, geolocation, or whether traffic is currently routed from that network.
Next steps
Advertisement