From owner-freebsd-questions Mon Nov 29 18:56:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercutio.EECS.Berkeley.EDU (mercutio.EECS.Berkeley.EDU [128.32.138.80]) by hub.freebsd.org (Postfix) with ESMTP id 34B8115581 for ; Mon, 29 Nov 1999 18:56:38 -0800 (PST) (envelope-from sowings@cory.EECS.Berkeley.EDU) Received: from mercutio.EECS.Berkeley.EDU (sowings@localhost.Berkeley.EDU [127.0.0.1]) by mercutio.EECS.Berkeley.EDU (8.8.6 (PHNE_14041)/8.8.8) with ESMTP id SAA03987; Mon, 29 Nov 1999 18:56:21 -0800 (PST) From: Sanford Owings Message-Id: <199911300256.SAA03987@mercutio.EECS.Berkeley.EDU> To: "James A. Mutter" Cc: freebsd-questions@freebsd.org Subject: Re: Port 1022? In-reply-to: Your message of "Thu, 25 Nov 1999 21:37:30 EST." <383DF26A.9CFB6C35@commercialmovers.com> Date: Mon, 29 Nov 1999 18:56:20 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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