In article <199907102150.paa33...@harmony.village.org>,
Warner Losh  <i...@village.org> wrote:
> 
> Some ftpd and sendmail servers make the queries.  When I have my fake
> identd in place, they go much faster... :-)

Are you sure?  If you simply don't run an identd, the queries will get
an instant connection refused error.  That's even faster than sending
back a bogus response.

The only way a long timeout can occur is if you have a filter rule
installed that drops the incoming packets without responding to them.
You can block the incoming packets but still avoid the timeout with a
filter rule that sends back a reset:

    add reset tcp from any to any auth setup in via etha16

John
-- 
  John Polstra                                               j...@polstra.com
  John D. Polstra & Co., Inc.                        Seattle, Washington USA
  "No matter how cynical I get, I just can't keep up."        -- Nora Ephron


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to