LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 07-28-2006, 06:23 PM   #1
js_valencia
LQ Newbie
 
Registered: Nov 2005
Posts: 19

Rep: Reputation: Disabled
Configure Linux as secondary DNS Server


Hi all.


I have a question regarding the configuration of a linux machine so it will run as a secondary DNS.

I have a network enviorement where I run a windows 2003 server as primary DNS server.
This situation has been setup because of some hosting stuff we do on the 2003 server.

Now I want to run a second server but with linux on it, and on there I would like to run a 2nd DNS Server and set it all up so that webhosting also will work.

Is there anyway someone could explain me on how to achieve this the best way?

The Linux machine is running FC4. I got access through webadmin and through SSH.

Is there a step by step explination availabe on how to set the FC4 server as secondary DNS?

Thanks in advance!

Kind regards,

Jorge Valencia
 
Old 07-28-2006, 11:51 PM   #2
musicman_ace
Senior Member
 
Registered: May 2001
Location: Indiana
Distribution: Gentoo, Debian, RHEL, Slack
Posts: 1,555

Rep: Reputation: 46
Install BIND and edit the config file to something like this

Code:
zone "YourDomain.com" IN {
    type slave;
    file "/var/named/slave/domain.com";
    masters { 10.1.1.3; };
};
The "masters" IP address is the primary DNS server's IP address.

If you are backing up All the ActiveDirectory zones, there are 7 zones for a single Windows 2003 domain. If you are just backing up just a single DNS zone, then the above code would work.

Last edited by musicman_ace; 07-28-2006 at 11:53 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to configure secondary DNS in RedHat 9 jhone_redhat Linux - Networking 1 02-07-2006 02:24 AM
How to setup Secondary DNS server?? dwarf007 Linux - Networking 0 03-21-2005 04:47 AM
secondary DNS server freelinuxcpp Linux - Networking 2 07-31-2004 04:31 AM
i have a secondary dns server dexter_modem Linux - Networking 2 05-02-2003 11:46 AM
Secondary DNS Server Terri Linux - Networking 0 01-02-2002 09:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 01:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration