Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Nov 1999 18:56:20 -0800
From:      Sanford Owings <sowings@cory.EECS.Berkeley.EDU>
To:        "James A. Mutter" <jmutter@commercialmovers.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Port 1022? 
Message-ID:  <199911300256.SAA03987@mercutio.EECS.Berkeley.EDU>
In-Reply-To: Your message of "Thu, 25 Nov 1999 21:37:30 EST." <383DF26A.9CFB6C35@commercialmovers.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> I've been playing with "nmap" recently and discovered that something is
> running on port 1022 - whatever it is it understands TCP, I can telnet
> to it, and I have no idea what it is.  Nothing out of the ordinary is
> being run from inetd and I can't find anything about port 1022 in
> /etc/services.

Probably one of rpc.statd or mountd (if you're running as an NFS
server).  'lsof' can tell you.

The line would look something like this:

rpc.statd 7501    root    4u  inet 0xc44b1cc0        0t0    TCP *:1022 (LISTEN)

--
Sanford Owings
EECS Instructional Group Staff
University of California at Berkeley


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911300256.SAA03987>