TulipTools Internet Business Owners and Online Sellers Community

Full Version: How to: Learning the Fundamentals of Traditional DNS on a Linux Server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quote:Tell Me About Configuration Files

BIND comes with three components. The first components we called named or name-dee. It's a daemon that runs the server side of DNS. That will make sense in a little while.

The second component of BIND we call the resolver library. People think of a resolver as the client side of BIND. The resolver code makes queries of DNS servers in an attempt to translate a friendly name to an IP address. This component uses the resolv.conf file. Does that sound like a UNIX abbreviation. It should because it is.

The third component of BIND provides tools for testing you DNS server. We call them tools but they are really a set of command line utilities like dig. Go to your console and type dig yahoo.com and see what happens. We will look at this later.

full tutorial: http://www.howtoforge.com/traditional_dns_howto