IP Address Samples
Collection of IPv4 and IPv6 addresses in various formats for validation testing
Key Facts
- Category
- Validation
- Items
- 1
- Format Families
- text
Sample Overview
Collection of IPv4 and IPv6 addresses in various formats for validation testing This sample set belongs to Validation and can be used to test related workflows inside Elysia Tools.
📝 Common IP Address Formats
🟢 simple
A list of IP addresses in different formats including IPv4, IPv6, CIDR notation, and special ranges
# IP Address Samples
# Copy one of these lines to test the IP Address Validator
# --- IPv4 Addresses ---
# Standard Public IP
8.8.8.8
# Private Network (Class A)
10.0.0.1
# Private Network (Class B)
172.16.0.1
# Private Network (Class C)
192.168.1.1
# Loopback
127.0.0.1
# --- IPv4 CIDR (Subnet) ---
# Class C Network
192.168.1.0/24
# Small Subnet
10.0.0.0/30
# Single Host CIDR
192.168.1.100/32
# Large Network (Class A)
10.0.0.0/8
# --- IPv6 Addresses ---
# Standard IPv6 (Google DNS)
2001:4860:4860::8888
# IPv6 Loopback
::1
# Link-Local Address
fe80::1
# Full IPv6 Address (No compression)
2001:0db8:85a3:0000:0000:8a2e:0370:7334
# Compressed IPv6
2001:db8:85a3::8a2e:370:7334
# --- IPv6 CIDR ---
# Standard Prefix
2001:db8::/32
# Small Subnet
2001:db8:1234::/48
# Specific Network
2001:db8:85a3::/64
# --- Special Addresses ---
# Broadcast Address (IPv4)
255.255.255.255
# Unspecified Address (IPv4)
0.0.0.0
# Unspecified Address (IPv6)
::