Forum Discussion

Thomas_Leroy's avatar
Thomas_Leroy
Icon for Nimbostratus rankNimbostratus
Sep 25, 2017

Provisinoning Zone File

Hello,

 

I'm trying to add zone file by using rndc Here is the procedure I’m using :

 

  1. Stop the zoneRunner -> bigstart stop zsh

     

  2. Create a zone file in /var/namedb/config/namedb -> touch db.internal.test.com.

     

  3. Check for syntax errors -> named-checkzone test.com touch.db.internal.test.com.
  4. Add the zone -> rndc addzone test.com in internal '{type master; file "db.internal.test.com.";};'
  5. Reload the new zone -> rndc reconfig

This is almost working but nothing appear in the named.conf. Did I miss something ?

 

thank you

 

Thomas