2000-07-19 12:48:43 +02:00
|
|
|
cidr is a tiny command-line tool for determining network and broadcast
|
|
|
|
addresses a la RFC 1878. It takes an IP address and netmask and
|
|
|
|
outputs the network address, broadcast address, and total number of
|
|
|
|
addresses for the corresponding subnet. The IP can be in binary,
|
|
|
|
decimal, hex, or dotted quad. The mask can be in binary, decimal, hex,
|
|
|
|
dotted quad, or prefix.
|
2002-06-04 05:17:12 +02:00
|
|
|
|
|
|
|
WWW: http://geeksoul.com/robert/cidr.html
|