Date: Thu, 24 Dec 1998 11:35:24 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Jeff Gray <jwgray@netbox.com> Cc: "Joseph T. Lee" <nugundam@la.best.com>, freebsd-security@FreeBSD.ORG Subject: Re: Do I really need inetd? Message-ID: <199812241935.LAA34947@apollo.backplane.com> References: <Pine.BSF.4.03.9812241030410.7639-100000@netbox.com>
next in thread | previous in thread | raw e-mail | index | archive | help
:Matt, : :Appreciate the suggestion. : :To save some of us syntax problems maybe you could post the lines, ones :that work are always nice. : :Thanks :Jeff I usually just run: inetd -l -R 1024 If you want, you can also add in the '-c N' option to absolutely guarentee that an attack will not take the machine down. i.e. '-c 600' or something like that. If you need fine control for specific services, you can specify a maxchild after the wait|nowait field, i.e. 'wait/200' rather then 'wait'. I suggest playing with it. The manual page is quite clear on the matter. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. <dillon@backplane.com> (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812241935.LAA34947>