ISPConfig lost control of DNS and other services

Discussion in 'Installation/Configuration' started by tpw, Dec 24, 2008.

  1. tpw

    tpw New Member

    Hi,

    I wonder if someone could give me some help in this problem: somehow ISPConfig isn't controlling DNS records of my server anymore. My problem is that only the old domains that I have configured earlier are working, but now when I try to add a new one, the change that I have made in ISPConfig doesn't reflect at named.conf. I can see there only the old domains. The DNS test at OpenDNS.com gives me "xxx.xxxxxxxxx.net returned (NORECORDS)". Worse than that, it seems that I can't even turn off or restart ANY service from ISPConfig. All the web pages that I have configured earlier are working perfect, though.

    I'm using Centos 4, and I haven't done any manual changes on the system. I've done the "perfect server install" and I've been maintaning the system with yum upgrade every now and then and I've updated ISPConfig to the latest stable version. The only major modification on the system is that I've added PHP 5.2 through a private repository with yum.

    Thanks,

    Juho
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    I guess you installed a bind update in centos which breaks the dns setup. Please reconfigure bind as described in the perfect setup guide again and then make sure that the path to the bind config files under management > server > settings is correct.
     
  3. tpw

    tpw New Member

    Thanks for your help. When I find a free moment I'll do it and then I'll write again.

    Juho
     
  4. tpw

    tpw New Member

    OK, you were right. The update of bind had broken the DNS setup.

    I found another thread about this: http://www.howtoforge.com/forums/showthread.php?t=11207

    I configured bind again as the perfect setup guide indicates, but also I had to change one line in /etc/named.conf:

    Code:
    pid-file "/var/named/chroot/var/run/named/named.pid";
    directory "/var/named/chroot/var/named";
    I also changed the server setting in ISPConfig from:

    /home/admispconfig/ispconfig/web/multidoc/edit

    to:

    /var/named/chroot/var/named

    It's working like a dream now. Thanks again.


    Juho
     

Share This Page