Random IP Address Generator - IPv4 & IPv6
What is the Random IP Address Generator?
The Random IP Address Generator is an online tool that creates random IPv4 or IPv6 addresses for testing, demos, and placeholder data. You can pick the version, set how many results to generate, and customize IPv4 octet ranges.
How to use the Random IP Address Generator
- Choose IPv4 or IPv6.
- Set Result Count to control how many addresses you want.
- For IPv4, adjust each octet range (0-255).
- For IPv6, enable Compressed IPv6 Output if you want
::shorthand. - Click Generate, then Copy or Save the results.
IPv4 Options
- Four octets (0-255) with custom min/max ranges.
- Helpful for creating addresses in specific subnets, like
192.168.x.xor10.x.x.x.
IPv6 Options
- Eight hex segments from
0000toffff. - Optional compressed output removes leading zeros and replaces the longest zero run with
::.
Examples
Example 1: IPv4 range
Ranges: 192-192, 168-168, 0-10, 1-200
192.168.4.88192.168.0.131192.168.10.42Example 2: IPv6 full format
2a00:1450:4009:0810:0000:0000:200e:3a7b2001:0db8:85a3:8d3f:0000:0000:ac1f:8001Example 3: IPv6 compressed format
2a00:1450:4009:810::200e:3a7b2001:db8:85a3:8d3f::ac1f:8001Why use this tool?
- Generate realistic IP-like data for UI mockups and tests.
- Create quick samples for logs, configs, or network tooling demos.
- Control IPv4 ranges to simulate subnet patterns.
FAQ
Q: Are the IPs real or routable?
They are random within the ranges you set. Use them only for testing or placeholders.
Q: Does it support custom IPv6 ranges?
No. IPv6 addresses are generated across the full 0000-ffff range for each segment.
Q: Is any data sent to a server?
No. Everything runs locally in your browser.