2019-03-03 10:28:33 -08:00
|
|
|
.\" $OpenBSD: portmap.8,v 1.11 2019/03/03 18:28:33 jmc Exp $
|
2003-06-12 05:59:48 -07:00
|
|
|
.\"
|
1995-10-18 01:37:01 -07:00
|
|
|
.\" Copyright (c) 1987 Sun Microsystems
|
|
|
|
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
2003-06-02 16:27:43 -07:00
|
|
|
.\" 3. Neither the name of the University nor the names of its contributors
|
1995-10-18 01:37:01 -07:00
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
|
|
|
.\" from: @(#)portmap.8 5.3 (Berkeley) 3/16/91
|
|
|
|
.\"
|
2019-03-03 08:06:16 -08:00
|
|
|
.Dd $Mdocdate: March 3 2019 $
|
1995-10-18 01:37:01 -07:00
|
|
|
.Dt PORTMAP 8
|
1999-05-23 07:10:46 -07:00
|
|
|
.Os
|
1995-10-18 01:37:01 -07:00
|
|
|
.Sh NAME
|
|
|
|
.Nm portmap
|
2019-03-03 08:06:16 -08:00
|
|
|
.Nd Internet protocol port to RPC program number mapper
|
1995-10-18 01:37:01 -07:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm portmap
|
|
|
|
.Op Fl d
|
|
|
|
.Sh DESCRIPTION
|
1999-05-23 07:10:46 -07:00
|
|
|
.Nm portmap
|
2019-03-03 10:28:33 -08:00
|
|
|
is a server that converts RPC program numbers into Internet
|
1995-10-18 01:37:01 -07:00
|
|
|
protocol port numbers.
|
2015-09-10 08:16:43 -07:00
|
|
|
It must be running in order to make RPC calls.
|
1995-10-18 01:37:01 -07:00
|
|
|
.Pp
|
2015-09-10 08:16:43 -07:00
|
|
|
When an RPC server is started, it will tell
|
1995-10-18 01:37:01 -07:00
|
|
|
.Nm portmap
|
2015-09-10 08:16:43 -07:00
|
|
|
what port number it is listening to, and what RPC
|
1995-10-18 01:37:01 -07:00
|
|
|
program numbers it is prepared to serve.
|
2015-09-10 08:16:43 -07:00
|
|
|
When a client wishes to make an RPC
|
1995-10-18 01:37:01 -07:00
|
|
|
call to a given program number,
|
|
|
|
it will first contact
|
|
|
|
.Nm portmap
|
|
|
|
on the server machine to determine
|
2015-09-10 08:16:43 -07:00
|
|
|
the port number where RPC packets should be sent.
|
1995-10-18 01:37:01 -07:00
|
|
|
.Pp
|
1999-05-23 07:10:46 -07:00
|
|
|
.Nm portmap
|
2015-09-10 08:16:43 -07:00
|
|
|
must be started before any RPC servers are invoked.
|
1995-10-18 01:37:01 -07:00
|
|
|
.Pp
|
|
|
|
Normally
|
|
|
|
.Nm portmap
|
|
|
|
forks and dissociates itself from the terminal
|
|
|
|
like any other daemon.
|
1999-05-23 07:10:46 -07:00
|
|
|
.Nm portmap
|
1995-10-18 01:37:01 -07:00
|
|
|
then logs errors using
|
|
|
|
.Xr syslog 3 .
|
|
|
|
.Pp
|
2010-12-16 12:22:07 -08:00
|
|
|
The options are as follows:
|
1995-10-18 01:37:01 -07:00
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl d
|
|
|
|
(debug) prevents
|
|
|
|
.Nm portmap
|
|
|
|
from running as a daemon,
|
|
|
|
and causes errors and debugging information
|
|
|
|
to be printed to the standard error output.
|
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
1999-05-16 12:54:36 -07:00
|
|
|
.Xr inetd 8 ,
|
|
|
|
.Xr rpcinfo 8
|
1995-10-18 01:37:01 -07:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
command appeared in
|
2006-12-06 00:40:23 -08:00
|
|
|
.Bx 4.3 .
|
2003-06-12 05:59:48 -07:00
|
|
|
.Sh BUGS
|
|
|
|
If
|
|
|
|
.Nm portmap
|
|
|
|
crashes, all servers must be restarted.
|