BIND10
Summary
BIND10 is next generation of the popular BIND9 DNS server rewritten from scratch. BIND10 suite includes both DNS and DHCP service servers.
Owner
- Name: Adam Tkac
- Email: atkac redhat com
Current status
- Targeted release: Fedora 19
- Last updated: 2013-02-20
- Percentage of completion: 100%
Detailed Description
BIND10 suite implements two crucial network services - DNS and DHCP. The BIND10 is going to replace both widely used ISC BIND9 and ISC DHCP software in the future. It is written from scratch and has modular design.
The main advantages are:
- modular design
- authoritative nameserver runs in separate processes. Bug in supplementary process won't affect availability of the server domain
- b10-ddns (DDNS service), b10-xfrin (incomming zone transfers), b10-xfrout (outcomming zone transfers), b10-stats (statistics)
- recursive server runs as separate process (b10-resolver)
- authoritative nameserver runs in separate processes. Bug in supplementary process won't affect availability of the server domain
- modern design, improved scalability
- officially supported SQL database backends (only SQLite currently but MySQL and PostgreSQL are planned)
Benefit to Fedora
Users can easily install & use BIND10 from distribution repositories.
Scope
package BIND10pass it through review (https://bugzilla.redhat.com/show_bug.cgi?id=905024)ship it in distro
How To Test
- install bind10
- test DNS authoritative/recursive server
- test DHCP4/DHCP6 servers
- configuration is really non-trivial, good documentation is BIND10 guide
User Experience
Ability to use BIND10.
Dependencies
None
Contingency Plan
Users don't have to install bind10 pkgs and can use current bind9 (shipped in bind-* pkgs). Only users which explicitly install bind10-* pkgs will be affected by this feature so contingency plan is "just install bind and don't install bind10".
Documentation
Release Notes
BIND10 suite is now shipped in Fedora repositories. It is splitted into following subpackages:
- bind10 installs full BIND10 suite (utilities + DNS servers + DHCP servers)
- other subpkgs - TBD