PDA

View Full Version : Back resove (PRT)


kotyara
08-04-2006, 09:43 PM
Hello. Sorry for my bad English.

I am a russian user of DirectAdmin and I want to do a backresolve.
I wrote in DNS management: 200.61.248.213.in-addr.arpa PTR kotyara.info. But in the help of DirectAdmin written that I need to change named.conf manually. But I don't know how. Can you help me? That should I write to named.conf

Thanks.

roelp
08-05-2006, 01:02 AM
First you need to make sure that your isp delegates your ip range to your nameservers.

After that, it depends on the ip range you use.
For example:
if you have a /27 you could make a zone 32-27.111.111.111.in-addr.arpa

in that zone you can add your records like this:
34.32-27.111.111.111.in-addr.arpa. PTR 34-hosted-by.whoever.com.
35.32-27.111.111.111.in-addr.arpa. PTR 35-hosted-by.whoever.com.

etc.