LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 10-03-2006, 04:35 PM   #1
rsmccain
Member
 
Registered: Apr 2004
Location: Louisiana
Distribution: SUSE
Posts: 154

Rep: Reputation: 30
Is is possible to pull down all DNS zone records?


I am setting up a secondary DNS server (Bind 9x on Suse). Is it possible to pull down all forward and reverse zone files at once without having to do them one by one?

Thanks..
 
Old 10-03-2006, 05:24 PM   #2
musicman_ace
Senior Member
 
Registered: May 2001
Location: Indiana
Distribution: Gentoo, Debian, RHEL, Slack
Posts: 1,555

Rep: Reputation: 46
I question what you mean by "All DNS Zone records", but newer versions of Bind support 'fast transfer' which means that multiple resource records are tranfered within a single packet. Older Bind versions only supported one record per packet which increases network traffic and takes longer.
 
Old 10-03-2006, 05:32 PM   #3
rsmccain
Member
 
Registered: Apr 2004
Location: Louisiana
Distribution: SUSE
Posts: 154

Original Poster
Rep: Reputation: 30
zone xfer

Quote:
Originally Posted by musicman_ace
I question what you mean by "All DNS Zone records", but newer versions of Bind support 'fast transfer' which means that multiple resource records are tranfered within a single packet. Older Bind versions only supported one record per packet which increases network traffic and takes longer.

I am refferring to transferring the zone files for this new slave DNS server.

Thanks,
 
Old 10-04-2006, 02:55 PM   #4
musicman_ace
Senior Member
 
Registered: May 2001
Location: Indiana
Distribution: Gentoo, Debian, RHEL, Slack
Posts: 1,555

Rep: Reputation: 46
You'll need two zone configuration files. One for the 'slave' of the forward lookup, and one for the 'slave' of the reverse.

Code:
 zone "domain.com" {
type slave;
file "ZoneName.domain.com";
masters { 1.2.4.5; };
};
 
Old 10-04-2006, 02:59 PM   #5
rsmccain
Member
 
Registered: Apr 2004
Location: Louisiana
Distribution: SUSE
Posts: 154

Original Poster
Rep: Reputation: 30
Understood, but..

Quote:
Originally Posted by musicman_ace
You'll need two zone configuration files. One for the 'slave' of the forward lookup, and one for the 'slave' of the reverse.

Code:
 zone "domain.com" {
type slave;
file "ZoneName.domain.com";
masters { 1.2.4.5; };
};

This DNS server is hosting 4 domains and about 20 reverse records.

So, rather than adding each of these manually to the named.conf, can I somehow tell bind to pull down every forward and reverse zone file off a specific DNS server?

Thanks.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Do we really need CNAME records in DNS? ivj Linux - Networking 3 05-19-2006 03:49 PM
DNS and MX Records... jademan83 Linux - Networking 1 07-09-2005 11:02 AM
Traceroute, Ping, Domain Name Server (DNS) Lookup, WHOIS, and DNS Records Lookup netoknet General 1 05-09-2005 03:43 AM
using DD to pull records out of a data file fhinkle Linux - Newbie 6 02-24-2005 04:20 PM
Old DNS records Matir Linux - Networking 2 02-11-2005 12:44 PM

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

All times are GMT -5. The time now is 12:37 PM.

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