[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Domain of sender address does not exist



On Thu, Apr 24, 2003 at 05:13:32PM +0200, Alamicha Chapuma wrote:
> what could be the problem with the DNS causing the loopback TEST failure?

The nameserver which it is checking:
(1) is recursive (i.e. it is configured to act as a caching server), and
(2) does not have an authoritative entry for
      1.0.0.127.in-addr.arpa.

In other words:

# dig  at omega.eomw.net. 1.0.0.127.in-addr.arpa. ptr

should return an authoritative PTR record. It doesn't.

In FreeBSD's /etc/namedb/named.conf there is

zone "0.0.127.IN-ADDR.ARPA" {
        type master;
        file "localhost.rev";
};

and you do 'cd /etc/namedb; make localhost.rev' to create that file.

Your other option is to turn off recursion on omega.eomw.net altogether (as
long as you don't have any clients using it as their local DNS cache)

Regards,

Brian.

-----
This is the afnog mailing list, managed by Majordomo 1.94.5

To send a message to this list, e-mail afnog at afnog.org
To send a request to majordomo, e-mail majordomo at afnog.org and put
your request in the body of the message (i.e use "help" for help)

This list is maintained by owner-afnog at afnog.org