IP Address Generator
Generate random IPv4 and IPv6 addresses in bulk.
IP Address Generator
IPv4
IPv6
Both
Any
Public only
Private only
10
How to Use
- Select the IP version: IPv4, IPv6, or both.
- Choose the address range: Public, Private, or Any.
- Set the quantity (1–100) using the slider.
- Click Generate, then Copy All to copy the list.
Frequently Asked Questions
QWhat is an IPv4 address?
IPv4 is the most common IP format — four numbers (0–255) separated by dots, e.g. 192.168.1.1. It supports about 4.3 billion unique addresses.
QWhat is an IPv6 address?
IPv6 uses 128 bits expressed as eight groups of four hex digits, e.g. 2001:0db8:85a3:0000:0000:8a2e:0370:7334. It supports a virtually unlimited number of addresses.
QWhat are private IP ranges?
Private IPv4 ranges are 10.0.0.0–10.255.255.255, 172.16.0.0–172.31.255.255, and 192.168.0.0–192.168.255.255. These are reserved for local networks and not routable on the internet.
QWhat are these IP addresses used for?
Generated IPs are random/fake — useful for test data, database seeding, UI mockups, and network simulation scenarios.
About This Tool
All IP addresses are generated randomly in your browser using JavaScript's Math.random(). They are not real or allocated addresses — suitable for test and dummy data purposes only.