From owner-freebsd-questions Mon Feb 14 11:39:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from extremis.demon.co.uk (extremis.demon.co.uk [194.222.242.30]) by builder.freebsd.org (Postfix) with SMTP id 9BA2343F3 for ; Mon, 14 Feb 2000 11:39:39 -0800 (PST) Received: (qmail 1464 invoked by uid 1010); 14 Feb 2000 19:14:43 -0000 Date: Mon, 14 Feb 2000 19:14:43 +0000 From: George Cox To: Zander Collier Cc: questions@freebsd.org Subject: Re: Shutdown sunrpc service? Message-ID: <20000214191443.A1343@extremis.demon.co.uk> References: <38A84A01.7CBCDA65@cncx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.2i In-Reply-To: <38A84A01.7CBCDA65@cncx.com>; from zcollier@cncx.com on Mon, Feb 14, 2000 at 10:31:29AM -0800 X-Operating-System: FreeBSD 4.0-CURRENT (i386) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 14/02 10:31, Zander Collier wrote: > I am attempting to tighten up a server I've recently put into service and > would like to know how I disable the sunrpc service (udp and tcp, port 111). 'man rc.conf', read /etc/defaults/rc.conf, and insert the following line into /etc/rc.conf portmap_enable="NO" > Obviously syslog needs to run; is there any way to stop it from > listening? Or am I being overly cautious? 'man syslogd' look at the -a switch syslogd_flags="-a 127.0.0.1/8" will only accept packets from localhost -- [gjvc] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message