Service DNS stopped

  • Hello,


    In imscp panel, in services status, my DNS is DOWN after the imscp installation (beta2), how can I up my DNS ?
    In ssh, service bind9 status says running... apache2 running (on imscp and ssh)... but when i go to my domain (add to imscp client) he accepts but i can see it...


    My iptables imscp are :



    I don't see port 53, dns, it's ok? :/


    Sorry to my english, i'm french


    Thanks to your help,
    Florian

    Edited once, last by seriesparlotte ().

  • Hello ;


    What is the result of that command:


    Code
    1. netstat -plunt | grep '^udp.*53'


    Thanks

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

    Edited once, last by Nuxwin ().

  • i have same problem and this command show me :


    udp 0 0 127.0.0.1:53 0.0.0.0:* 2420/named
    udp6 0 0 ::1:53 :::* 2420/named
    [hr]
    ho well i have fixed this problem.


    If anyone have this problem... u should be modify this file : /etc/bind/named.conf.options


    Replace : listen-on { 127.0.0.1; };


    By : listen-on { server_ip; };


    Save, exit and reboot.


    SOURCE : http://www.forumradio.fr/topic…ns-53-arrete-la-solution/

    Edited once, last by coolternet ().