Hello,

would you please explain RR a bit. i am new to Advance DNS controlling

Sorry for the abbreviation. RR = DNS Resource Record
http://en.wikipedia.org/wiki/Resource_record#DNS_resource_records

A DNS resource record is a data record in a DNS zone. You need to store DNS RRs in your windows DNS servers database. I have no experience with windows DNS server, so I can not help you in this case and this PowerDNS mailing list is possibly not the right place to discuss this topic.

To resolve ykhan.abc.com into an IP address you have to store this DNS-RR in your DNS servers zone database (maybe a simple text file):

ykhan.abc.com   3600    IN      A       10.51.100.240

(name)          (ttl)   (class) (type)  (data e.g. IP address)


If you realy want to know how DNS works I reccomend to read some basics. I personally have started with the book "DNS and BIND"
http://shop.oreilly.com/product/9780596001582.do

Good luck!
_______________________________________________
Pdns-users mailing list
[email protected]
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to