Re: dlint error in named file

2003-09-04 Thread Ceri Davies
On Tue, Sep 02, 2003 at 12:02:32PM -0700, Tony Sterrett wrote:
> Hello,
>   Maybe some of you know the dlint tool.  Please note mail.foobar.net  
> nor mail appear in any of the files. Names (and ips) have been changed  
> to protect the guilty.

What's the question?

Your PTR records are clearly missing (unless your message got truncated).

Ceri

>  When I run my foobar.net zone file I get the following:
> 
> ;; All responding nameservers agree on the serial number.
> ;; Now caching whole zone (this could take a minute)
> ;; trying nameserver ns2.foobar.net.
> ;; 5 A records found.
> ERROR: mail.foobar.net. has an A record of 64.163.12.133, but no  
> reverse PTR record for 133.12.163.64.in-addr.arpa. can be found on  
> nameserver ns2.foobar.net.
> The following resource record should be added:
> 133.12.163.64.in-addr.arpa. IN  PTR mail.foobar.net.
> ERROR: ns1.foobar.net. has an A record of 64.163.12.132, but no reverse  
> PTR record for 132.12.163.64.in-addr.arpa. can be found on nameserver  
> ns2.foobar.net.
> The following resource record should be added:
> 132.12.163.64.in-addr.arpa. IN  PTR ns1.foobar.net.
> ERROR: ns2.foobar.net. has an A record of 64.163.12.133, but no reverse  
> PTR record for 133.12.163.64.in-addr.arpa. can be found on nameserver  
> ns2.foobar.net.
> The following resource record should be added:
> 133.12.163.64.in-addr.arpa. IN  PTR ns2.foobar.net.
> ERROR: foobar.net. has an A record of 64.163.12.133, but no reverse PTR  
> record for 133.12.163.64.in-addr.arpa. can be found on nameserver  
> ns2.foobar.net.
> The following resource record should be added:
> 133.12.163.64.in-addr.arpa. IN  PTR foobar.net.
> -
> -foobar.net
> $TTL 3h
> 
> sterrett.net. IN SOA ns2.sterrett.net. root.sterrett.net. (
> 5   ; Serial
> 10800   ; Refresh
> 3600; Retry
> 604800  ; Expire
> 86400 ) ; Minimum TTL
> 
> ; DNS Servers
> 
> sterrett.net.   IN NS   ns2.sterrett.net.
> 
> 
> 
> 
> ; Machine Names
> localhost   IN A127.0.0.1
> ns2 IN A64.163.12.133
> ns2 IN A192.168.142.196
> @   IN A64.163.12.133
> 
> 
> 
> 
> 12.163.64.in-addr.arpa  IN NS   ns2.sterrett.net.
> 
> 
> 
> ---named.conf
> 
> 
> zone "." {
> type hint;
> file "named.root";
> };
> 
> zone "foobar.net" {
> type master;
> file "foobar.net";
> };
> 
> zone "12.123.45.in-addr.arpa" {
> type master;
> file "12.123.45.in-addr.arpa";
> };
> 
> zone "0.0.127.IN-ADDR.ARPA" {
> type master;
> file "localhost.rev";
> };
> 
> reservse file  
> $TTL 3h
> 
> 12.123.45.in-addr.arpa. IN SOA ns2.foobar.net root.foobar.net {
> 1   ; Serial
> 3h  ; Refresh after 3 hours
> 1h  ; Retry after 1 hours
> 1w  ; Expire after 1 week
> 1h }; Negative Caching TTL of 1 hour
> 
> 
> 12.123.45.in-addr.arpa. IN NS   ns2.foobar.net.
> 
> ; test below
> 
> 
> 
> ;   PTR records
> 
> 
> 
>  
> --
> 
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

-- 
User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR?
Iniaes: Sure, I can accept all forms of payment.
   -- www.chatterboxchallenge.com


pgp0.pgp
Description: PGP signature


dlint error in named file

2003-09-02 Thread Tony Sterrett
Hello,
	Maybe some of you know the dlint tool.  Please note mail.foobar.net  
nor mail appear in any of the files. Names (and ips) have been changed  
to protect the guilty.
 When I run my foobar.net zone file I get the following:

;; All responding nameservers agree on the serial number.
;; Now caching whole zone (this could take a minute)
;; trying nameserver ns2.foobar.net.
;; 5 A records found.
ERROR: mail.foobar.net. has an A record of 64.163.12.133, but no  
reverse PTR record for 133.12.163.64.in-addr.arpa. can be found on  
nameserver ns2.foobar.net.
The following resource record should be added:
133.12.163.64.in-addr.arpa. IN  PTR mail.foobar.net.
ERROR: ns1.foobar.net. has an A record of 64.163.12.132, but no reverse  
PTR record for 132.12.163.64.in-addr.arpa. can be found on nameserver  
ns2.foobar.net.
The following resource record should be added:
132.12.163.64.in-addr.arpa. IN  PTR ns1.foobar.net.
ERROR: ns2.foobar.net. has an A record of 64.163.12.133, but no reverse  
PTR record for 133.12.163.64.in-addr.arpa. can be found on nameserver  
ns2.foobar.net.
The following resource record should be added:
133.12.163.64.in-addr.arpa. IN  PTR ns2.foobar.net.
ERROR: foobar.net. has an A record of 64.163.12.133, but no reverse PTR  
record for 133.12.163.64.in-addr.arpa. can be found on nameserver  
ns2.foobar.net.
The following resource record should be added:
133.12.163.64.in-addr.arpa. IN  PTR foobar.net.
-
-foobar.net
$TTL 3h

sterrett.net. IN SOA ns2.sterrett.net. root.sterrett.net. (
5   ; Serial
10800   ; Refresh
3600; Retry
604800  ; Expire
86400 ) ; Minimum TTL
; DNS Servers

sterrett.net.   IN NS   ns2.sterrett.net.



; Machine Names
localhost   IN A127.0.0.1
ns2 IN A64.163.12.133
ns2 IN A192.168.142.196
@   IN A64.163.12.133


12.163.64.in-addr.arpa  IN NS   ns2.sterrett.net.



---named.conf

zone "." {
type hint;
file "named.root";
};
zone "foobar.net" {
type master;
file "foobar.net";
};
zone "12.123.45.in-addr.arpa" {
type master;
file "12.123.45.in-addr.arpa";
};
zone "0.0.127.IN-ADDR.ARPA" {
type master;
file "localhost.rev";
};
reservse file  
$TTL 3h
12.123.45.in-addr.arpa. IN SOA ns2.foobar.net root.foobar.net {
1   ; Serial
3h  ; Refresh after 3 hours
1h  ; Retry after 1 hours
1w  ; Expire after 1 week
1h }; Negative Caching TTL of 1 hour
12.123.45.in-addr.arpa. IN NS   ns2.foobar.net.

; test below



;   PTR records



 
--

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"