We are setting up a list websites on our hosting account, but they each have a unique IP.

I was wondering if it was possible to have our host's nameservers override the actual nameservers the domains are currently hosted under.

We need to update the sites and setup software (wordpress, etc), but can't have any downtime.

link|improve this question

71% accept rate
1  
this question is not clearly written. – Keltari Aug 15 '11 at 18:08
I want to override the computers dns, so that it looks at ns1.mydns.com instead of ns1.theirdns.com – Jeremy Aug 15 '11 at 18:14
modify the .hosts file – Keltari Aug 15 '11 at 18:19
Your comment doesn't make things clearer. Do you want to change the DNS settings on the client computers (your own company's) or for everyone on the Internet, or what? Maybe you could draw a diagram? – CarlF Aug 15 '11 at 18:54
We have 500 wordpress sites, currently hosted on Godaddy (ns1.domaincontrol.net). We need to move hosting, but before we cut everything over, we need to set up all the wordpress blogs (which if you have set up, you know it makes you go to the real domain to get into the admin). So we cant cut over the NSs until the sites are setup on our other hosting. We want to use the new host's DNS while we set this up (either through overriding the default lookup or something). – Jeremy Aug 15 '11 at 19:38
show 1 more comment
feedback

migrated from superuser.com Aug 15 '11 at 20:06

This question came from our site for computer enthusiasts and power users.

2 Answers

No and if you understand how DNS/Name servers work, what you are asking for does not really make sense.

The IP part doesn't really make any difference, but, if you need to make the DNS for a domain resolve to a different DNS server, simple update the Name Server section on the domain in question. Different domain registrars have different ways of doing this, but, it should be pretty easy.

link|improve this answer
We have 500 wordpress sites, currently hosted on Godaddy (ns1.domaincontrol.net). We need to move hosting, but before we cut everything over, we need to set up all the wordpress blogs (which if you have set up, you know it makes you go to the real domain to get into the admin). So we cant cut over the NSs until the sites are setup on our other hosting. We want to use the new host's DNS while we set this up (either through overriding the default lookup or something). – Jeremy Aug 15 '11 at 19:38
Use local hosts file and overwrite all the .coms (if you have a list) to 127.0.0.1 or whatever you need (if all these sites are on one server), then, after the move is finished, restore the hosts file. – William Hilsum Aug 15 '11 at 22:01
feedback

Talk to your hosting provider and ask them. You'll need to know their DNS servers's TTL (Time To Live). That is basically how long they cache where your website will be. You'll need to setup the new site first, then during a slow time of the day, pull the plug on the old site.

All that is left is for your hosting provider's records to update.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.