• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

bind9 configuration compatible with named?

Red Squirrel

No Lifer
I'm migrating my Debian server to FC5 but I noticed the DNS server is named, and not bind, like on debian. DNS is probably the most complicated thing to setup besides the mail server, so is there a possibility that my bind configuration files will work with named? The syntax looks the same.
 
"Named" is just a slightly more generic name for the DNS daemon. On most systems, including Fedora last I checked, named = bind. Debian just likes to be specific. Almost certainly, the FC5 named and Debian's bind are both bind9. The configurations probably look quite different - last time I set up a Debian DNS server it had a whole little Debianesque configuation system, whereas RH/FC tends to stick to fewer, larger files with annotations to help the config tools parse them. But under the hood, I'd bet they're exactly alike.
 
Back
Top