debian_bind9_master_slave_system HOWTO

Discussion in 'Installation/Configuration' started by zimele, Sep 14, 2006.

  1. zimele

    zimele New Member

    i need to know where i put these 2 lines and weather the second one
    dnssec-keygen goes into the /etc/bind/named.conf.options on both master and slave or just the slave

    and if i need any special characters or do i just include it into the file as is cause i noticed that when i do this and run a named-checkconf i get two error on those 2 lines

    For both master AND slave edit /etc/bind/named.conf.options and add:


    dnssec-enable yes;


    Now we need a secure key. This will generate a .private and a .key file. The 'key=' line in the .private file represents the hashkey.

    dnssec-keygen -a hmac-md5 -b 128 -n host linux.lan


    Your help is much appreciated!!
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Did you put
    Code:
    dnssec-enable yes;
    into /etc/bind/named.conf.options on the master and slave, and did you run
    Code:
    dnssec-keygen -a hmac-md5 -b 128 -n host linux.lan
    on both?
     
  3. zimele

    zimele New Member

    thanks again

    thanks Falko i'll try that!!!

    THe How to does not say that though
     

Share This Page