How to set domain

Discussion in 'Installation/Configuration' started by Jsusnik7, Feb 19, 2012.

  1. Jsusnik7

    Jsusnik7 New Member

    Hello,
    I'm pretty new with setting bind on Ubuntu server. I would like to set domain with bind, but I don't know how. What I have to do in bind9 and what in registrar control panel?

    Thanks!
     
  2. falko

    falko Super Moderator Howtoforge Staff

    First find out what servers are the authoritative nameservers for your domain. You can do this like this:
    Code:
    dig ns yourdomain.com
    If your registrar's nameservers are authoritative, you don't need to run your own nameservers, you can manage all DNS records through your registrar's control panel.

    If your own nameservers are authoritative, I suggest you take a look at this tutorial to find out how to manage BIND:

    http://www.howtoforge.com/traditional_dns_howto
     

Share This Page