DNS problem ispconfig3

Discussion in 'HOWTO-Related Questions' started by danilisss, Nov 29, 2013.

  1. danilisss

    danilisss New Member

    Hello
    I installed debian wheezy in a dedicated, follow the tutorial:HOWTOFORGE

    I add a zone with a assistant of ISPCONFIG, but the server does not resolve.

    I go:
    root: cd /etc/bind

    I can see this: (.err):
    pri.example.com.err

    I try:
    root: named-checkzone example.com pri.example.com

    And I get:
    zone example.com/IN: loading from master file pri.example.com failed: file not found
    zone example.com/IN: not loaded due to errors.

    The file: named.conf.local is empty.

    Thanks for your help.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This means that the zone file is faulty or incomplete, so it gets not included into named.conf.local.

    to check the file, you have to run:

    named-checkzone example.com pri.example.com.err
     

Share This Page