| bind9 : reverse lookup and PTR value Hello,
I have the following bind9 configuration, and I'm trying to resolve reverse lookup IP address to name.
$ttl 38400
mydomain.org. IN SOA myhosting.com. (
1243281304
10800
3600
604800
38400 )
mydomain.org. IN NS xxx.myhosting.com.
mydomain.org. IN A 1.2.3.4
mail.mydomain.org. IN MX 10 mail.mydomain.org.
www IN CNAME mydomain.org.
ftp IN CNAME mydomain.org.
1.2.3.4 IN PTR mydomain.org.
I had the PTR value for reverse lookup
nslookup - localhost
> 1.2.3.4
Server: localhost
Address: 127.0.0.1#53
** server can't find 1.2.3.4.in-addr.arpa: NXDOMAIN
Is my PTR wrong, or what do I need to have the reverse lookup working ?
Note: I replace real IP by 1.2.3.4, same for my domain name.
Bye,
Bruno |