powerdns binded on 1 ip not 0.0.0.0 gives error in ispconfig3

Discussion in 'Installation/Configuration' started by compugraphix, Aug 4, 2010.

  1. compugraphix

    compugraphix Member

    I have a strange problem with ispconfig 3 and PowerDNS.

    If i bind PowerDNS to a specific ip-adres, ispconfig 3 gives a warning that DNS isn't working.

    settings in powerDNS
    /etc/pdns.conf
    #################################
    # local-address Local IP address to which we bind
    #
    local-address=0.0.0.0

    changed to
    #################################
    # local-address Local IP address to which we bind
    #
    local-address=213.136.5.67

    gives the following fault message.
    MyDNS server: offline

    /etc/init.d/pdns status
    4153: Child running on pid 4155

    as you can see, the server is running.

    how can i solve this problem so i can bind to one ip-adres and stil see dns is working in isp3?

    extra info
    using debian lenny, amd64 and your isp3 tutorial and mydns -> pdns migrate tutorial.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    you have to ensure that powerdns listens also on ip 127.0.0.1
     
  3. compugraphix

    compugraphix Member

    thanks for your sollution, it works :).

    The same is also true for apache2 is see, that has to listen on 127.0.0.1 too.
     

Share This Page