Little or big problem ?

Kevin Darcy kcd at daimlerchrysler.com
Tue Mar 23 21:14:30 UTC 2004


nospam wrote:

>Hello,
>
>i manage at home my own name server on slackware 9.1.
>My domain name is ad-lx.net (i post for it there are 3 weeks ago).
>
>All seems work fine, but i think it's "lame". If i understand this, it 
>mean's that my public address ip is delegate to the router and it 
>translate the port 53 (udp and tcp) to my gateway behind.
>
>That what this url tell me : http://www.afnic.fr/outils/zonecheck
>
>"Incoherence between the name corresponding to address IP and that of 
>the server"
>
I think what the tool is complaining about is that the IP address of 
your server doesn't map back to the expected name:

% dig -x 82.224.132.15 ptr

; <<>> DiG 9.2.2rc1 <<>> -x 82.224.132.15 ptr
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63236
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;15.132.224.82.in-addr.arpa. IN PTR

;; ANSWER SECTION:
15.132.224.82.in-addr.arpa. 86400 IN PTR 
michelet-8-82-224-132-15.fbx.proxad.net.

;; AUTHORITY SECTION:
132.224.82.in-addr.arpa. 86400 IN NS ns3-rev.proxad.net.
132.224.82.in-addr.arpa. 86400 IN NS ns2-rev.proxad.net.

;; ADDITIONAL SECTION:
ns2-rev.proxad.net. 86400 IN A 212.27.39.3
ns3-rev.proxad.net. 86400 IN A 212.27.39.4

;; Query time: 614 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Tue Mar 23 16:11:09 2004
;; MSG SIZE rcvd: 173

%

In order to get rid of this warning, you'd need to talk to your ISP 
about the possibility of changing that reverse record, or of them 
delegating your reverse records to the control of your nameserver 
(possibly using the techniques of RFC 2317 if your range is smaller than 
a /24).

>So how can i resolv this problem ? My gateway has 3 interfaces and the 
>directive "Listen on" in named.conf is :
>
>listen on {127.0.0.1; 10.0.0.1; 192.168.0.1;};
>
One of those is loopback; the other 2 are NAT'ted, so that information 
doesn't really help us...

>Sorry for my poor english.
>
Pas du probleme!

- Kevin




More information about the bind-users mailing list