aboutsummaryrefslogtreecommitdiffstats
path: root/src/ipcalc.1
blob: fd9b21212abe498d70c7e7f40ec5ea6991c4f6b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.TH IPCALC 1 "April 30 2001" "Red Hat, Inc." RH \" -*- nroff -*-
.SH NAME
ipcalc \- perform simple manipulation of IP addresses
.SH SYNOPSIS
.B ipcalc
[\fIOPTION\fR]... <\fBIP address\fR>[\fI/prefix\fR] [\fInetmask\fR]

.SH DESCRIPTION
\fBipcalc\fR provides a simple way to calculate IP information for a host.
The various options specify what information \fBipcalc\fR should display
on standard out. Multiple options may be specified.  An IP address to
operate on must always be specified.  Most operations also require a
netmask or a CIDR prefix as well.

.SH OPTIONS
.TP
.TP
\fB\-b\fR, \fB\-\-broadcast\fR 
Display the broadcast address for the given IP address and netmask.

.TP
\fB\-h\fR, \fB\-\-hostname\fR 
Display the hostname for the given IP address.

.TP
\fB\-m\fR, \fB\-\-netmask\fR
Calculate the netmask for the given IP address. It assumes that the IP
address is in a complete class A, B, or C network. Many networks do
not use the default netmasks, in which case an inappropriate value will
be returned.

.TP
\fB\-p\fR, \fB\-\-prefix\fR
Show the prefix for the given mask/IP address.

.TP
\fB\-n\fR, \fB\-\-network\fR 
Display the network address for the given IP address and netmask.

.TP
\fB\-s\fR, \fB\-\-silent\fR 
Don't ever display error messages.

.SH AUTHORS
.nf
Erik Troan <ewt@redhat.com>
.nf
Preston Brown <pbrown@redhat.com>
.fi
.SH "REPORTING BUGS"
Report bugs to our bugtracking system:
http://bugzilla.redhat.com/bugzilla.
.SH COPYRIGHT
Copyright \(co 1997-2001 Red Hat, Inc.
.br
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.