Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
10-03-2006, 04:35 PM
|
#1
|
Member
Registered: Apr 2004
Location: Louisiana
Distribution: SUSE
Posts: 154
Rep:
|
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..
|
|
|
10-03-2006, 05:24 PM
|
#2
|
Senior Member
Registered: May 2001
Location: Indiana
Distribution: Gentoo, Debian, RHEL, Slack
Posts: 1,555
Rep:
|
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.
|
|
|
10-03-2006, 05:32 PM
|
#3
|
Member
Registered: Apr 2004
Location: Louisiana
Distribution: SUSE
Posts: 154
Original Poster
Rep:
|
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,
|
|
|
10-04-2006, 02:55 PM
|
#4
|
Senior Member
Registered: May 2001
Location: Indiana
Distribution: Gentoo, Debian, RHEL, Slack
Posts: 1,555
Rep:
|
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; };
};
|
|
|
10-04-2006, 02:59 PM
|
#5
|
Member
Registered: Apr 2004
Location: Louisiana
Distribution: SUSE
Posts: 154
Original Poster
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 12:37 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|