Tiny Online Tools logoTiny Online Toolssearchツールを検索…grid_viewすべてのツール
ホームchevron_rightセキュリティツールchevron_rightランダム IP ジェネレーターランダム IP ジェネレーター

ランダム IP ジェネレーター

テストや開発向けにランダムな IPv4 / IPv6 アドレスを生成し、公開・非公開範囲も選べます。

関連ツール

ランダム Hex ジェネレーター

ランダム Hex ジェネレーター

ランダムな16進文字列やカラーコードをブラウザですぐに生成します。

ユーザー名ジェネレーター

ユーザー名ジェネレーター

アカウントやテスト向けに、さまざまなスタイルのランダムなユーザー名を生成します。

安全なトークンジェネレーター

安全なトークンジェネレーター

Web Crypto API を使って hex、base64、base64url 形式の安全なトークンを生成します。

CSS Clip-Path ジェネレーター

CSS Clip-Path ジェネレーター

ライブプレビューでCSS clip-path形状を生成します。

PDF 圧縮

PDF 圧縮

アップロードせずに PDF ドキュメントのファイルサイズを削減します。

SVG を JPG に変換

SVG を JPG に変換

SVG ベクター画像を品質調整付きの JPEG 画像に変換します。

動画サムネイル生成

動画サムネイル生成

任意の動画から指定時刻の1フレームを抽出し、PNG サムネイルとして保存します。

apps

もっと見る

無料オンラインツールの全コレクションを見る。

Random IP Generator

When testing network applications, you need realistic but non-routable IP addresses for your test data. This tool 生成s random IPv4 and IPv6 addresses with control over whether they're public or private ranges, making it perfect for populating test databases, mocking network scenarios, or simulating geographically diverse traffic.

IPv4 and IPv6 support

IPv4 addresses are 32-bit (like 192.168.1.1), while IPv6 addresses are 128-bit (like 2001:0db8:85a3:0000:0000:8a2e:0370:7334). Both フォーマットs are valid on modern networks. Choose IPv4 for legacy compatibility testing or IPv6 for testing modern network infrastructure.

Public vs. private ranges

Private IP addresses (like 192.168.x.x, 10.x.x.x, 172.16-31.x.x) are reserved for internal networks and never routed on the public internet. Public addresses are routable globally. For testing internal services, private addresses are more realistic; for testing firewall rules and external integrations, public addresses might be better. This tool lets you specify which you need.

Batch generation

生成 up to 100 IP addresses at once. This is essential when testing large datasets—imagine testing a log analyzer or firewall rule set; you'll want diverse addresses to verify behavior. Copy all addresses and paste into your test configuration.

Network testing scenarios

Test geoIP lookups with diverse public addresses. Simulate internal corporate networks with private addresses. Verify that your application rejects invalid ranges and handles both IPv4 and IPv6. Test rate limiting and access control that's based on IP addresses. Populate network traffic simulators with realistic-looking addresses.

Realistic test data

Random IP generation is more realistic than using hardcoded addresses. It exposes bugs where code has implicit assumptions about IP フォーマット or range, and it ensures your test suite covers a wider variety of scenarios.