From owner-freebsd-questions Thu Sep 14 0:21:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 9AB6F37B422 for ; Thu, 14 Sep 2000 00:21:35 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Thu, 14 Sep 2000 00:20:27 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.11.0/8.11.0) id e8E7LWo84585; Thu, 14 Sep 2000 00:21:32 -0700 (PDT) (envelope-from cjc) Date: Thu, 14 Sep 2000 00:21:32 -0700 From: "Crist J . Clark" To: Ryan Nera Cc: "'freebsd-questions'" Subject: Re: port 111 Sun RPC Message-ID: <20000914002132.S69158@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <000c01c01eae$cacab940$0200a8c0@rivrw1.nsw.optushome.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <000c01c01eae$cacab940$0200a8c0@rivrw1.nsw.optushome.com.au>; from rnera@optushome.com.au on Thu, Sep 14, 2000 at 05:49:23PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 14, 2000 at 05:49:23PM -0700, Ryan Nera wrote: > > How do I disable port 111 its not in /etc/inetd.conf? It's the portmap(8) daemon. You can kill it on a running system. To keep it from being started at boot, portmap_enable="NO" Should be added to /etc/rc.conf. HOWEVER, the portmapper is required for NFS, NIS, and some other services. Try, % rpcinfo -p To see if you are running anything that is using the portmapper service. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message