Date: Thu, 26 Apr 2001 08:22:35 -0400 (EDT) From: Michael S Scheidell <scheidell@Cerintha.com> To: freebsd-security@freebsd.org Subject: Re: =?ISO-2022-JP?B?c3RyYW5nZRskQiEhGyhCbG9n?= Message-ID: <200104261222.f3QCMZC66145@caerulus.cerintha.com> In-Reply-To: <200104260447.AA00749@fukuda.alles.ad.jp> References: <200104260447.AA00749@fukuda.alles.ad.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
In local.freebsd.security, you wrote:
>Hello.
>
>I would be very glad if anyone could help me.
>I found a weird storange log in /var/log/message like this ...
>
> Apr 20 00:02:25 do0 inetd[81102]: refused connection from unknown, service
> ftpd (tcp)
>
>How can i find out "unknown" ??
>Thank you.
>
>
edit /etc/hosts.allow
make sure the default 'fall through' is something like this:
# The rest of the daemons are protected.
ALL : ALL \
: severity auth.info \
: twist /bin/echo "You are not welcome to use %d from %h[%a]."
not just
ALL: ALL : deny
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?200104261222.f3QCMZC66145>
