From owner-freebsd-newbies Wed Aug 8 8: 1:38 2001 Delivered-To: freebsd-newbies@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id EB2D837B40B for ; Wed, 8 Aug 2001 08:01:34 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 1823 invoked by uid 0); 8 Aug 2001 15:01:33 -0000 Received: from pd4b9eee2.dip.t-dialin.net (HELO kiste) (212.185.238.226) by mail.gmx.net (mail10) with SMTP; 8 Aug 2001 15:01:33 -0000 Message-ID: <00a101c1201b$1905c960$0408a8c0@localdomain> From: "Michael Nottebrock" To: "Jonas Sonntag" , References: Subject: Re: open ports Date: Wed, 8 Aug 2001 17:02:07 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org From: "Jonas Sonntag" > [...] > everything but a service called 'SUN Remote Procedure Call' running on tcp > 111. i'm still curious to know what this is for, and how i could maybe > turn it off, if i don't have use for it. > can someone help? > i'm using 4.3-RELEASE > [...] This is the rpc portmapper service. You will need it, if you need to run an NFS server on your machine. To turn it off for good, edit /etc/rc.conf and reboot the machine: portmap_enable="NO" # Run the portmapper service (or NO). Instead of rebooting, you can of course just 'killall portmap' (as root). Note that this will stop the NFS server daemon from working (you will not be able to export file systems). You don't need the portmapper for accessing NFS-exported filesystems on other machines. See also: http://www.freebsd.org/handbook/nfs.html Greetings, Michael Nottebrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message