Add new comment

Want to support HowtoForge? Become a subscriber!
Submitted by Anonymous (not registered) on Wed, 2010-12-15 14:16.

Hi all,

I tried your Howto with no success concerning transfert Zone between Master DNS server and Slave one, until i applied this two modifications, it'll be valuable if you can modify your Howto to take in account:

1 - Your must ensure that in the configuration file of the Master DNS include in the file /etc/bind/named.conf.options to send notification to all slaves like this:

options {
    directory "/var/cache/bind";

    also-notify { Slave IP Adress; }; // all zones Global Parameter

....

2 - Incorporate an example of logging facility at the end of option config file for someone who dont know howto : for example:

 ...

logging{
  channel simple_log {
    file "/var/log/named/bind.log" versions 3 size 5m;
    severity debug;
    print-time yes;
    print-severity yes;
    print-category yes;
  };
  category default{
    simple_log;
  };
};

 

Thank you for all Open Source World.

PS: To spend less time to ;)

Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.