named.conf
  • Home

  • Library
  • Support
  • About Us
  • Contact Us


  • DNS (ISC)
  • BIND 9.3.1 by Internet Systems Consortium Inc.
  • DNS Dictionary
  • named.conf
  • named.root
  • Zone Files
  •  Defines file locations and sets the DNS mode.

    #
    Options {
         Directory "C:\WINNT\system32\dns\etc";
    };
    zone "." IN {
      type hint;
      file "root.dns";
    };
    zone "mydns.stdi.com" IN {
      type master;
      file "mydns.stdi.com.dns";
    };
    zone "localhost" IN {
      type master;
      file "localhost.dns";
    };
    zone "0.0.127.in-addr.arpa" {
      type master;
      file "127.0.0.dns";
    };

    Use this file as-is and modify the path in line 3.

    Update the domains for your environment (green highlights)
    The localhost and 127xx files shouldn't need adjustment.

    Back
    First published on January 01, 2006

    Timestamp: 09/04/2010 02:18:30 PM EDT
    © 1996 - 2010 STDI Consulting Inc.
    All Rights Reserved