On 01/14/2014 08:14 AM, LuKreme wrote:
so I should changezone "kreme.com" { type slave; masters { 75.148.37.67; }; file "slave/kreme.com"; }; to zone "kreme.com" { type slave; masters { 75.148.37.67; }; file “/var/named/etc/namedb/slave/kreme.com"; }; and that will eliminate the errors?
No. All path names in your configuration file should be relative to the chroot directory. So /etc/namedb/slave/kreme.com.
You seem to be using FreeBSD. The default named.conf has the configuration you should start with if you're using the default rc.d script to start named. Start with that, follow the examples, and only change things in the default if you're certain you know what the implications of those changes will be.
Doug _______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/bind-users

