Bind9 issues within company network...

Discussion in 'Installation/Configuration' started by happz, May 13, 2009.

  1. happz

    happz Member

    when installing ubuntu i allowed it to pick up dhcp because i was unsure of the dns settings and other information. It did install and at this point i still have the same ip so all is good but BIND will not start or restart. Could this be because the corp office has that port block? How can i check this?

    thanks,
    hAppz
     
    Last edited: May 13, 2009
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which is the exact error message that you get in the syslog when you start bind?
     
  3. happz

    happz Member

    Till, i am sorry..didn't see this reply..

    I moved on and rebuilt this...now I have no problems. thanks anyway!

    thanks,
    happz
     
  4. happz

    happz Member

    Till issues has returned even on this new build

    The error I am getting when restarting bind9 is:

    rndc: "connect failed: 127.0.0.1#953: connection refused.

    thanks,
    happz
     
    Last edited: May 19, 2009
  5. falko

    falko Super Moderator ISPConfig Developer

    Please disable and uninstall AppArmor:
    Code:
    /etc/init.d/apparmor stop
    update-rc.d -f apparmor remove
    apt-get remove apparmor apparmor-utils
     

Share This Page