Sometimes a record is listed as www IN A 192.168.1.1 and sometimes it is listed as www A 192.168.1.1.
What is the purpose of the IN and when is it required/not required?
|
feedback
|
|
That is referring to the DNS class. 'IN' refers to 'Internet' while the only other option in common use is 'CH' for 'CHAOS'. The CH class is (presently) commonly used for things like querying DNS server versions, while the IN class is the default and generally what "the internet" uses. http://victor.se/bjorn/its/chaos-dns.php http://www.faqs.org/rfcs/rfc2929.html (section 3.3) | |||
|
feedback
|
|
According to O'Reilly's "DNS and BIND, 3rd Edition":
| |||
|
feedback
|
|
It's the record class. From the RFC: http://www.faqs.org/rfcs/rfc1035.html
If anyone here can recall ever having configured one of the other classes in anger, they must have an epic beard. :) | |||
|
feedback
|
|
I believe it means the "INternet" class of addresses. There are others, including the CHAOS class which I've only ever seen used in that hack to get the BIND version number from a remote server ( | |||
feedback
|