Date: Sat, 2 Jun 2001 18:10:01 -0700 (PDT) From: Doug Barton <DougB@DougBarton.net> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/13474: Maximum Number of IPs Permitted in the .../etc/hosts.allow file Message-ID: <200106030110.f531A1p83815@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/13474; it has been noted by GNATS. From: Doug Barton <DougB@DougBarton.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106030110.f531A1p83815>