- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS Dynamic Zone transfers
Operating System - HP-UX
1819839
Members
2557
Online
109607
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2003 04:25 AM
тАО10-21-2003 04:25 AM
DNS Dynamic Zone transfers
We have implemented DNS servers using BIND. Zone transfers are not happening dynamically. After making changes in the Zone file in the primary sever, the update is happening the in secondary server only after manual stop/start of the named demon. It is not happening dynamically. we have tried various refresj options Any thoughts on why this is not happening?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2003 04:46 AM
тАО10-21-2003 04:46 AM
Re: DNS Dynamic Zone transfers
Your zone entries should look like this.
zone "owens.edu" IN {
type master;
file "owens.edu";
allow-update { none; };
notify yes;
};
The notify yes; yes tells your master to notify the secondary servers if they are listed in your NS records.
NS ns1.owens.edu.
NS ns2.owens.edu.
NS ns3.owens.edu.
This is how I have setup our site and it works great for dynamic updates of DNS.
Two great books on DNS are O'reilly's
DNS & BIND ISBN 0-596-00158-4
DNS & BIND cookbook ISBN 0-596-00410-9
--Jim
zone "owens.edu" IN {
type master;
file "owens.edu";
allow-update { none; };
notify yes;
};
The notify yes; yes tells your master to notify the secondary servers if they are listed in your NS records.
NS ns1.owens.edu.
NS ns2.owens.edu.
NS ns3.owens.edu.
This is how I have setup our site and it works great for dynamic updates of DNS.
Two great books on DNS are O'reilly's
DNS & BIND ISBN 0-596-00158-4
DNS & BIND cookbook ISBN 0-596-00410-9
--Jim
"Everyone can be taught to sculpt: Michelangelo would have had to be taught how not to. So it is with the great programmers."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2003 05:00 AM
тАО10-21-2003 05:00 AM
Re: DNS Dynamic Zone transfers
Hello!
Did you change serial in zone configuration file when you make changes in it ? Other DNS servers for the zone can't detect changes on primary server(or any other zone DNS servers) if serial remains the same. So try to change it in SOA record. Usually serial writes as date of changing in format yyyymmddxx, where yyyy - year, mm - month, dd - day and xx is time of edition - 01, 02, 03 ... and so on. So in this way serial could never be the same and you always can check the time of last edition.
Did you change serial in zone configuration file when you make changes in it ? Other DNS servers for the zone can't detect changes on primary server(or any other zone DNS servers) if serial remains the same. So try to change it in SOA record. Usually serial writes as date of changing in format yyyymmddxx, where yyyy - year, mm - month, dd - day and xx is time of edition - 01, 02, 03 ... and so on. So in this way serial could never be the same and you always can check the time of last edition.
"Intel inside" is not a label, it's a warning.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 01:16 AM
тАО10-22-2003 01:16 AM
Re: DNS Dynamic Zone transfers
Are you using dynamic updates? or is your question about static dns? If static, then as Artyom mentioned, increment the serial number in the zone file, then:
rndc reload
To push out the zone file and make it active.
If you use dynamic updates, then this will be done automagically...and you don't update the zone files directly - instead you use nsupdate.
Rgds...Geoff
rndc reload
To push out the zone file and make it active.
If you use dynamic updates, then this will be done automagically...and you don't update the zone files directly - instead you use nsupdate.
Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP