| Summary: | Maximum Number of IPs Permitted in the .../etc/hosts.allow file | ||
|---|---|---|---|
| Product: | Base System | Reporter: | rdemeyer <rdemeyer> |
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
rdemeyer
1999-08-30 18:40:00 UTC
On Mon, 30 Aug 1999 10:31:13 MST, rdemeyer@os.dhhs.gov wrote: > >How-To-Repeat: > Have 52 IP numbers in /etc/hosts.allow and every thing works fine. 3 > Have 5(or more) IP numbers in /etc/hosts.allow and no onw can log onto > Have 5the server. If you send me a sample hosts.allow which does not work for you, that'll help. I assume you know that, for /etc/hosts.allow to be used, you need the program linked against /usr/lib/libwrap.so.2 or it needs to be launched from inetd _without_ using tcpd . Ciao, Sheldon. State Changed From-To: open->feedback Russell, please check if this problem still exists (with 4.1.1-RELEASE or higher) and send your hosts.allow if so. State Changed From-To: feedback->open mail to originator bounces. 8-| State Changed From-To: open->feedback I can't reproduce this here; as others have said, the failing hosts.allow file would help. State Changed From-To: feedback->closed Can't reproduce, and mail bounces. 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 |