We are our ISP, we are the italian NREN and we're looking for a database based dns implementation to test new ways to manage our backbone entries.
i'm testing it with:
nslookup -type=PTR 85.230.75.184 localhost
but i get:
No domain name pointer record ( PTR) available
what is the way? i need to create a in-addr.arpa zone or to put "in-addr.arpa" in the record?
now i have:
zones:
'1', 'samplezone.org.', 'IN', 'dns.samplezone.org.', 'unlogic.samplezone.org.', '20091118', '300', '120', '86400', '300', '0', '300', NULL
'2', '75.230.85.in-addr.arpa', 'IN', 'dns.samplezone.org.', 'unlogic.samplezone.org.', '20091118', '300', '120', '86400', '300', '0', '300', NULL
records:
'1', '1', '@', 'NS', 'dns.samplezone.org.', NULL, 'IN'
'2', '1', '@', 'A', '', NULL, 'IN'
'3', '1', 'www', 'A', '85.230.75.184', NULL, 'IN'
'4', '1', 'ftp', 'A', '85.230.75.184', NULL, 'IN'
'5', '1', 'dns', 'A', '85.230.75.184', NULL, 'IN'
'6', '1', 'mail', 'A', '85.230.75.184', NULL, 'IN'
'7', '1', 'test', 'A', '85.230.75.188', NULL, 'IN'
'8', '1', 'test', 'AAAA', '3ffe:1900:4545:3:200:f8ff:fe21:67cf', NULL, 'IN'
'9', '2', '184', 'PTR', 'www.samplezone.org', NULL, 'IN'
but i tried almost all combinations.
please help me to understand what is my mistake.
Thank you in advance.
Best regards,
Stefano.
|