Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2000 19:14:43 +0000
From:      George Cox <gjvc@extremis.demon.co.uk>
To:        Zander Collier <zcollier@cncx.com>
Cc:        questions@freebsd.org
Subject:   Re: Shutdown sunrpc service?
Message-ID:  <20000214191443.A1343@extremis.demon.co.uk>
In-Reply-To: <38A84A01.7CBCDA65@cncx.com>; from zcollier@cncx.com on Mon, Feb 14, 2000 at 10:31:29AM -0800
References:  <38A84A01.7CBCDA65@cncx.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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