I made this tool for myself, but feel free to use it as much as you want.
1° Choose IP version :
2°a Click on desired type :
2°b Or choose directly a CIDR :
It is a special range of IP addresses set aside for use in CGNAT by ISPs. This range helps ISPs manage the limited availability of IPv4 addresses by enabling multiple private networks to share a single public IP address. These addresses are used internally within ISP networks and are not routable on the public Internet, helping to prevent conflicts with other private IP address ranges.
See more into the IETF RFC 6598
It is simply the address ranges reserved for private networks (LAN or NAT). These addresses should not be opened to the internet, instead, you should use NAT to make a gateway between the public network (internet) and your private network. Three ranges can be used.
See more into the IETF RFC 1918.
These addresses are used for multicast communication. This means from one source sending the same information to multiple destination. It is quite useful from streaming or sharing content. Unlike unicast addresses, the reserved addresses are supposed to be used in a local segment.
See more into the IETF RFC 1112.
Used in a private network where no DHCP is configured. The connected device will automatically choose its own IP (checks are made for not using an already taken one). These addresses are non-routable to the public network and will only communicate with other devices in the same network.
Example : in a room without internet access, people will connect their laptops on this link-local network segment.
See more into the IETF RFC 3927.
Used in IPv4 and IPv6 for benchmarking, testing, research purposes. Those addresses are not meant to be exposed to the public network.
See more into the IETF RFC 2544 and IETF RFC 5180 with correction in RFC Errata 1752.
These addresses are used for multicast communication. This means from one source sending the same information to multiple destination.
Simply used for documentation and examples. They are not supposed to be exposed to a public network. You can see them in tutorials, documentations, books, etc...
IPv6 equivalent of the link-local IPv4 segment. These addresses are not supposed to be routed to the public network and are meant for local communications without the need of routers.
See more into the IETF RFC 4291.
Segment used for internal or organisational purposes, the absurdly huge number of possible different IP ensure uniqueness for creating a private network. Theses IP can be used without the necessity of validation nor acceptance any authority (like an internet registry).
See more into the IETF RFC 4193.