Difference between revisions of "DNS - Name Servers"

From Hostek.com Wiki
Jump to: navigation, search
(Name Server information)
(Creating Custom Name Servers at other registers - Video Tutorials)
Line 134: Line 134:
 
[[Category:Domain-Names]]
 
[[Category:Domain-Names]]
 
[[Category:Resellers]]
 
[[Category:Resellers]]
 +
 +
== Custom Name Servers for VPS ==
 +
 +
===Cpanel===
 +
The best practice is to add custom Name Servers before adding domains to your cpanel VPS.
 +
 +
#Set NS1.yourdomain.com and NS2.yourdomain.com to use the VPS server IP.
 +
#Login to the cpanel WebHost Manager usually http://your-server-ip:2086
 +
#Click "Basic cPanel & WHM Setup" and scroll to the bottom to view/set the "Nameservers".
 +
#If you have already added domains to your cpanel server, edit each DNS zone setting any and all references for name servers to your new nameserver records.
 +
#SSH into your cpanel VPS and run this script to update cpanel so it will recognize your new nameservers.
 +
#*<pre>#/usr/local/cpanel/scripts/updatenameserverips</pre>
 +
#Register your nameservers with the Cpanel server IP Address.
 +
#*Videos: [https://wiki.hostek.com/DNS_(Name_Servers)#Creating_Custom_Name_Servers_at_other_registers_-_Video_Tutorials Setting custom name servers] for the most common registrars.
 +
#*If you registered your domain name with Hostek submit a [https://support.hostek.com support request] for registering the name servers and reference this article and step.
 +
 +
*See the latest [http://docs.cpanel.net/twiki/bin/view/11_30/WHMDocs/WebHome WebHost Manager Documentation] for any changes in steps 2-6.

Revision as of 17:19, 27 August 2012


Name Server information

  • Here is the Name Server information you need if you are registering a domain that we will host on our servers, or if you are switching a domain over to our servers.
Windows/ColdFusion/Railo on Windows Platforms:
Primary Name Server:
NS1.HOSTEK.COM
64.37.66.145 (if needed)

Secondary Name Server:
NS2.HOSTEK.COM
216.15.198.134 (if needed)


Linux/ColdFusion on Linux/Railo on Linux Platforms:
Primary Name Server:
NS3.HOSTEK.COM
65.175.112.209 (if needed)

Secondary Name Server:
NS4.HOSTEK.COM
74.127.47.237 (if needed)

Name Server information (Resellers)

  • If you are a reseller and want to provide your customers an alternate white label DNS, use this information, or create your own Name Servers as mirrors of either set.
Windows/ColdFusion/Railo on Windows Platforms:
Primary Name Server:
NS1.EZHOSTINGSERVER.COM
216.15.198.133 (if needed)

Secondary Name Server:
NS2.EZHOSTINGSERVER.COM
216.15.198.134 (if needed)


Linux/ColdFusion on Linux/Railo on Linux Platforms:
Primary Name Server:
NS3.EZHOSTINGSERVER.COM
216.198.218.143 (if needed)


Secondary Name Server:
NS4.EZHOSTINGSERVER.COM
65.175.112.227 (if needed)


Pointing a domain registered at another registrar to Hostek.com

  1. You would first need to review your New Account Information Email to view the correct Name Servers for your hosting package
  2. You could also refer to this WIKI based on the package/nameservers above.
  3. Once you have the correct nameservers you will need to update them at your current registrar.
  4. You will need to login. unlock your domain name and update the DNS/Nameservers to the appropriate ones.
  5. If you cannot find where to do this at your current registrar please contact them and have them do it for you.


Updating Name Servers at other registers - Video Tutorials

How to update the name servers at 000domains.com

How to update the name servers at 123-reg.co.uk

How to update the name servers at 1and1.com

How to update the name servers at domainsite.com

How to update the name servers at dotster.com

How to update the name servers at dynadot.com

How to update the name servers at enom.com

How to update the name servers at godaddy.com

How to update the name servers at itsyourdomain.com

How to update the name servers at melbourneit.com.au

How to update the name servers at namebargain.com

How to update the name servers at namecheap.com

How to update the name servers at netfirms.ca

How to update the name servers at networksolutions.com

How to update the name servers at opensrs.com

How to update the name servers at registerfly.com

How to update the name servers at register.com

How to update the name servers at stargate.com


Creating Custom Name Servers at other registers - Video Tutorials

Creating private name servers at 000domains.com

Creating private name servers at 123-reg.co.uk

Creating private name servers at 1and1.com

Creating private name servers at domainsite.com

Creating private name servers at dotster.com

Creating private name servers at dynadot.com

Creating private name servers at enom.com

Creating private name servers at godaddy.com

Creating private name servers at itsyourdomain.com

Creating private name servers at melbourneit.com.au

Creating private name servers at namebargain.com

Creating private name servers at namecheap.com

Creating private name servers at netfirms.ca

Creating private name servers at networksolutions.com

Creating private name servers at opensrs.com

Creating private name servers at registerfly.com

Creating private name servers at register.com

Creating private name servers at stargate.com

Custom Name Servers for VPS

Cpanel

The best practice is to add custom Name Servers before adding domains to your cpanel VPS.

  1. Set NS1.yourdomain.com and NS2.yourdomain.com to use the VPS server IP.
  2. Login to the cpanel WebHost Manager usually http://your-server-ip:2086
  3. Click "Basic cPanel & WHM Setup" and scroll to the bottom to view/set the "Nameservers".
  4. If you have already added domains to your cpanel server, edit each DNS zone setting any and all references for name servers to your new nameserver records.
  5. SSH into your cpanel VPS and run this script to update cpanel so it will recognize your new nameservers.
    • #/usr/local/cpanel/scripts/updatenameserverips
  6. Register your nameservers with the Cpanel server IP Address.