|
DNS Template and Tool SuiteIn some instances, you new clients may already have a domain name registered and hosting at another provider. Transferring an existing domain name from one hosting provider to another can be a complicated matter but really need not be. A suite of DNS templates and tools in conjunction with some sound and thorough instruction can make the transfer process very painless and straightforward. These suites of templates and tools as well as sample documentation are outlined in several sections below:
Sample DNS Transfer DocumentationYou will need to compose some HTML documentation which outlines the steps necessary to effect a seamless transfer of a domain name from a previous hosting provider to your server. The Domain Name Transfer web page on the BWSD web site is an excellent place to refer to for material. Your HTML content should at least include the following basic steps:
Modify Registration TemplateThere are a couple of ways to modify the current DNS information for a domain name that wishes to effect a transfer. One is to simply modify the zone file at the current Primary Name Server such that is points to a new IP address. The other method (which is preferred) is to actually change the Primary and Secondary Name Server information for a domain name. If the domain name is one which the InterNIC acts as registrar (i.e. the top level domain is ".com", ".net", or ".org"), then a domain name modification request form can be generated using the Domain Name Modification Template Generator. This template generator is included in the DNS Template and Tool Suite. Time To Live (TTL) ToolAfter you modify your Domain Name Service (DNS) information, you will want to have both sites active for a period equivalent to the "time to live" (TTL) information for your domain name. The TTL is the amount of time that the current domain name information remains in Internet Name Server caches. It is smart not to cancel a client's current hosting service until after a time equivalent to the TTL has elapsed. A quick way to check TTL information is to use the tool provided in the DNS Template and Tool Suite. You can interface with this tool using a FORM element such as is shown below: <form method=POST action="/cgi-bin/library/tts/ttl.pl"> <input name="name" size=24 maxlength=72> <input type="submit" value="Check TTL"> </form> A working example of a TTL lookup form is found below: If you are unfamiliar with the FORM HTML element, or would like to learn more about forms, the following URL is an excellent resource: http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/Docs/fill-out-forms/overview.html How to Install the DNS Template and Tool SuiteTo install the query CGI on your Virtual Server you will need to do the following:
|