LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   DNS question, multiple records (https://www.linuxquestions.org/questions/linux-general-1/dns-question-multiple-records-377756/)

newlinuxnewbie 10-28-2005 10:58 AM

DNS question, multiple records
 
Right now if my main server goes offline, all the other servers using subdomain are unable to resolve. What do I need to do to have it rely on itself?

twantrd 10-28-2005 08:19 PM

Quote:

Right now if my main server goes offline, all the other servers using subdomain are unable to resolve
You need to set up some secondary dns servers. There is a wealth of information on the web on how to set it up (transferring the zones from the primary dns servers to the secondary ones). Let us know if you have trouble setting this up.

Quote:

What do I need to do to have it rely on itself?
Well, if your non-dns servers rely on this main server for dns queries, and the dns server goes down you're screwed as it can't resolve any domain/subdomains. You want it to rely on itself? That means it would have to be a dns server itself or you can start hard coding the ip addresses/hostnames in the hosts file.

-twantrd

newlinuxnewbie 10-28-2005 08:26 PM

Okay, looking into setting up secondary DNS servers now. Thanks.


All times are GMT -5. The time now is 06:04 PM.