welcome: please sign in

Diff for "MemberManual/GettingDomain"

Differences between revisions 1 and 2
Revision 1 as of 2007-11-12 05:42:01
Size: 1576
Editor: MichaelOlson
Comment: Initial contents
Revision 2 as of 2007-11-12 05:47:12
Size: 1898
Editor: MichaelOlson
Comment: Document managing dns using registrar
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
If you want to use your registrar's web interface to manage DNS for you domain, you can do that. Just be sure to set the `DNS` option to `noDns` in the DomTool configuration file for your domain. Here's an example:

{{{
domain "yourdomain" where
  DNS = noDns
with
  (* Other directives go here. *)
end;
}}}

This page explains how to buy yourself a domain name from a registrar, and how to manage it at HCoop.

TableOfContents

Find a registrar

If you want to manage a domain with DomTool, you must first buy a domain from a domain registrar. Search for "domain registrar" via your search engine of choice to see several of the available options.

DNS options

If your registrar provides a web interface for managing the DNS records of your domain (some examples of registrars that do this are [http://godaddy.com/] and [http://gandi.net/]), then you can either use their web interface to fully manage your DNS, or you can use DomTool.

Managing DNS using the registrar's website

If you want to use your registrar's web interface to manage DNS for you domain, you can do that. Just be sure to set the DNS option to noDns in the DomTool configuration file for your domain. Here's an example:

domain "yourdomain" where 
  DNS = noDns
with
  (* Other directives go here. *)
end;

Using Domtool to manage DNS

Registrar pitfalls

  • Be sure that you provide a valid contact email address. If the email address you give your registrar is invalid, you might miss the reminder email when your registration is about to expire.

  • Don't let that domain lapse. Be careful not to let your domain lapse. Otherwise, unscrupulous people may buy it and then try to sell it back to you at a profit.

  • Lock your domain once it is set up. All registrars should permit you to "lock" your domain. The reason you want to do this is because you can lose your domain by not answering an email from ICANN within 5 days if your domain is not locked. Do this after setting up your nameserver information. You can lock and unlock your domain at any time, though the change may not be instantaneous.

MemberManual/GettingDomain (last edited 2022-01-26 22:50:41 by JesseShumway)