From owner-freebsd-questions Mon Jun 25 20:47:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from comp1.mastery.ca (comp1.mastery.ca [209.202.88.60]) by hub.freebsd.org (Postfix) with ESMTP id E7D9537B405 for ; Mon, 25 Jun 2001 20:47:30 -0700 (PDT) (envelope-from mail@max-info.net) Received: from 78kw954 (dyn216-8-131-5.ADSL.mnsi.net [216.8.131.5]) (authenticated) by comp1.mastery.ca (8.11.3/8.11.1) with ESMTP id f5Q3l0A18924; Mon, 25 Jun 2001 23:47:01 -0400 (EDT) (envelope-from mail@max-info.net) Message-ID: <002a01c0fdf2$56ac0180$3200a8c0@Home> From: "Ryan Masse" To: "Armando Cerna" Cc: "FreeBSD-Questions" References: <20010625191818.O48224-100000@grover.mariasproduce.com> Subject: Re: BSD ftpd Date: Mon, 25 Jun 2001 23:44:41 -0400 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-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If the ftpd is running from inetd you could impose a limit on inetd itself. Example; inetd -wW -l -R 1024 -wW enabling tcp wrappers -l -R 1024 logging and restricting to 1024 concurent connections to inetd since ftp is being run from inetd u could successfully limit the amnt of sessions via this method Ryan > How can I configure bsdftp to allow only a certain number of sessions from > each login I have a feeling its somthing to do with a .login.conf file in > the home directory of a specific user but im not entirely sure. Any help > is greatly apriciated. Thanks in advance > > Armando > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message