From owner-freebsd-bugs Sat Jun 2 18:10: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D850637B423 for ; Sat, 2 Jun 2001 18:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f531A1p83815; Sat, 2 Jun 2001 18:10:01 -0700 (PDT) (envelope-from gnats) Date: Sat, 2 Jun 2001 18:10:01 -0700 (PDT) Message-Id: <200106030110.f531A1p83815@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Doug Barton Subject: Re: misc/13474: Maximum Number of IPs Permitted in the .../etc/hosts.allow file Reply-To: Doug Barton Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/13474; it has been noted by GNATS. From: Doug Barton To: freebsd-gnats-submit@FreeBSD.org, rdemeyer@os.dhhs.gov Cc: Subject: Re: misc/13474: Maximum Number of IPs Permitted in the .../etc/hosts.allow file Date: Sat, 02 Jun 2001 18:09:40 -0700 It's probably hitting a buffer limit somewhere. There are several in the code that could be affecting your situation. You can easily avoid the problem by defining multiple lines for your services. sshd : host1 host2 host3 ... : allow sshd : host53 host54 host55 ... : allow etc. HTH, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message