On Wed, Apr 25, 2001 at 10:43:21AM +0300, evgeny wrote:
> I recently searched all available documentation for wu-ftpd and did't find
> any distinct way to disable  reverse DNS lookup for incoming connections. I
> would like to disable it at all ( we have an intranet ftp with all the client
> without  DNS records ).

Does wu-ftpd use inetd? Does inetd launch it via tcpd? Then tcpd would
attempt to perform the reverse DNS lookup.

Why don't you map all local IPs to hostnames in /etc/hosts?
e.g.

perl -e 'for (1..255) { print "192.168.0.$_\tlocal_$_\n"; }' >> /etc/hosts

-- 
Best regards,
Ilya Konstantinov

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to