9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@coraid.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] lsub.org
Date: Tue, 14 Aug 2007 12:55:03 -0400	[thread overview]
Message-ID: <b0c2991e320756486761b60282c548e5@coraid.com> (raw)
In-Reply-To: <69fa321f47f8cfccff49107b70a28520@plan9.bell-labs.com>

on the dns front, i've found that some spam senders are
arranging things so that the guys doing reverse-lookup
validataion will get 192.168 or 10. addresses.  for some reason
arin doesn't return an address for a query on 10.in-addr.arpa
or 168.192.in-addr.arpa, so dns will loop from the top and never
time out.

this doesn't fix the problem, but it will stop these kinds of queries in
their tracks.  add to /lib/ndb/$myrecursiveserver:

# 
# spam defense.  unfortunately, arin doesn't give negative
# rcodes for these non-routable addresses.  we'll do it for
# them
#
dom=168.192.in-addr.arpa soa=
	refresh=3600 ttl=3600
	ns=ns1.MY.DOM
	ns=ns2.MY.DOM

dom=10.in-addr.arpa soa=
	refresh=3600 ttl=3600
	ns=ns1.MY.DOM
	ns=ns2.MY.DOM

- erik


  reply	other threads:[~2007-08-14 16:55 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-13  3:25 ron minnich
2007-08-13  3:47 ` Gorka Guardiola
2007-08-13 11:56   ` erik quanstrom
2007-08-13 12:03     ` erik quanstrom
2007-08-13 13:39     ` Francisco J Ballesteros
2007-08-13 14:34       ` Francisco J Ballesteros
2007-08-13 18:29     ` geoff
2007-08-13 18:44       ` erik quanstrom
2007-08-13 19:11       ` erik quanstrom
2007-08-13 22:12         ` geoff
2007-08-14 16:55           ` erik quanstrom [this message]
2007-08-14 21:28             ` Artem Letko
2007-08-14 21:52               ` erik quanstrom
2007-08-14 22:07                 ` Artem Letko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b0c2991e320756486761b60282c548e5@coraid.com \
    --to=quanstro@coraid.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).