named.cong in RHE AS4 .

Peter Dambier peter at peter-dambier.de
Wed Aug 10 11:35:28 UTC 2005


hamideh d wrote:
> hi,
> would someone explain about localdomain and localhost
> in named.conf file on RH enterprise AS4 ?
> 
> 
> zone "localdomain" IN {
>         type master;
>         file "localdomain.zone";
>         allow-update { none; };
> };

That is the famous 'local' domain of zero configuration, rendezvous,
bojour, 169.254.xxx.xxx

I dont know if this is a good idea to define it. I have seen windows
break because of this. At least it keeps those requests off the net
and that is good.

> 
> zone "localhost" IN {
>         type master;
>         file "localhost.zone";
>         allow-update { none; };
> };
> 
> and another question... I saw these lines in
> named.conf

That is 127.0.0.1

Define it here too keep those requests from polluting the root-servers

> 
> zone
> "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa"
> IN {
>         type master;
>         file "named.ip6.local";
>         allow-update { none; };
> };
> 
> does it mean it support IPV6 ?
> 

Yes.

This is the IPv6 equivalent of 127.0.0.1 localhost.
Requests for this domain should never be seen in the internet. To keep it
local it is defined here,

> tnx .

All these domains are local and dont may be seen in the internet.

Nevertheless 90% of the rootserver-traffic is for these domains.


Regards,
Peter and Karin Dambier

-- 
Peter and Karin Dambier
Public-Root
Graeffstrasse 14
D-64646 Heppenheim
+49-6252-671788 (Telekom)
+49-179-108-3978 (O2 Genion)
+49-6252-750308 (VoIP: sipgate.de)
+1-360-448-1275 (VoIP: freeworldialup.com)
mail: peter at peter-dambier.de
http://iason.site.voila.fr
http://www.kokoom.com/iason



More information about the bind-users mailing list