IP 範圍產生器
從 CIDR 或 IP 範圍產生 IP 位址清單
192.168.1.0/28
10.0.0.0/29
172.16.0.0/30
192.168.1.1 - 192.168.1.20
10.0.0.1 - 10.0.0.50
Frequently Asked Questions
How to generate a range?
Enter CIDR (e.g., 192.168.1.0/24) or start/end IP. Tool generates all IPs in range.
How many IPs in /24?
256 total (254 usable). A /16 contains 65,536 IPs.
Maximum range?
Limited for performance. For very large ranges, work with subnets.
How do I calculate the number of IPs in a range?
Subtract the starting IP from the ending IP and add 1. For CIDR notation, use 2^(32-prefix). A /24 block has 2^8 = 256 addresses (254 usable).
What is the difference between an IP range and a CIDR block?
An IP range is any start-to-end sequence. A CIDR block must align to power-of-2 boundaries. Not all arbitrary ranges can be expressed as a single CIDR block.
如何使用 IP 範圍產生器?
CIDR 模式:輸入 CIDR 表示法(如 192.168.1.0/24),工具會計算並列出該網段內的所有 IP 位址。
範圍模式:輸入起始和結束 IP(如 192.168.1.1 到 192.168.1.100),工具會列出這個範圍內的所有 IP。
注意:為避免瀏覽器負荷過重,當 IP 數量超過 10,000 時,清單只會顯示前 100 個和後 100 個 IP。但複製和下載功能仍會包含完整清單。
常見用途
網路掃描:產生 IP 清單用於網路掃描工具(如 nmap)。
防火牆設定:匯出 IP 清單用於防火牆規則配置。
資產管理:追蹤和管理網路上的 IP 分配。