- Jun 24, 2006
- 3,248
- 1
- 81
I'm a developer and I put int a request to my IT team to create reverse DNS lookup records for some of our mail relays. I understand the concept behind what RDNS does, but not sure about how the details are implemented.
So let's say i asked for rdns that would point IP aaa.bbb.ccc.ddd to somehost.mydomain.com
The IT guy responded saying he would create a reverse dns "zone" :
bbb.ccc.ddd.in-addr.arpa
and add the PTR records:
aaa.bbb.ccc.ddd.in-addr.arpa PTR to somehost1.mydomain.com
My question is, what is the "zone"? And what is the "in-addr.arpa" stuff, why does it need to be appended to the end of these IP's?
Another thing the IT guy said is "I believe a delegation will need to be entered at the parent zone (ccc.dd.in-addr.arpa)." What does this mean?
So let's say i asked for rdns that would point IP aaa.bbb.ccc.ddd to somehost.mydomain.com
The IT guy responded saying he would create a reverse dns "zone" :
bbb.ccc.ddd.in-addr.arpa
and add the PTR records:
aaa.bbb.ccc.ddd.in-addr.arpa PTR to somehost1.mydomain.com
My question is, what is the "zone"? And what is the "in-addr.arpa" stuff, why does it need to be appended to the end of these IP's?
Another thing the IT guy said is "I believe a delegation will need to be entered at the parent zone (ccc.dd.in-addr.arpa)." What does this mean?