ISPConfig3 Server doesn't listen/answer on port 53 for UDP protocol

Discussion in 'Installation/Configuration' started by drub4n, Aug 28, 2009.

  1. drub4n

    drub4n New Member

    [Solved]ISPConfig3 Server doesn't listen/answer on port 53 for UDP protocol

    Hello,

    I've install ISPConfig3 on a debian lenny using the tutorial.
    I've got an error with mydns and the firewall,
    I've added my domain
    configure firewall for my server by default

    Open TCP Ports 20,21,22,25,53,80,110,143,443,3306,8080,10000
    Open UDP Ports 53,3306

    But when I try a zonecheck, i got this
    Server doesn't listen/answer on port 53 for UDP protocol
    Code:
    netstat -tanpu
    Connexions Internet actives (serveurs et établies)
    Proto Recv-Q Send-Q Adresse locale          Adresse distante        Etat        PID/Program name
    tcp        0      0 0.0.0.0:993             0.0.0.0:*               LISTEN      13195/couriertcpd
    tcp        0      0 0.0.0.0:995             0.0.0.0:*               LISTEN      13223/couriertcpd
    tcp        0      0 127.0.0.1:10024         0.0.0.0:*               LISTEN      12552/amavisd (mast
    tcp        0      0 127.0.0.1:10025         0.0.0.0:*               LISTEN      12473/master
    tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      12297/mysqld
    tcp        0      0 127.0.0.1:940           0.0.0.0:*               LISTEN      16028/famd
    tcp        0      0 0.0.0.0:110             0.0.0.0:*               LISTEN      13206/couriertcpd
    tcp        0      0 0.0.0.0:143             0.0.0.0:*               LISTEN      13176/couriertcpd
    tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      15852/portmap
    tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      3683/apache2
    tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      3683/apache2
    tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      13283/pure-ftpd (SE
    tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      8184/named
    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      2606/sshd
    tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN      12473/master
    tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN      8184/named
    tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      3683/apache2
    udp        0      0 127.0.0.1:53            0.0.0.0:*                           16774/named
    udp        0      0 127.0.0.1:53            0.0.0.0:*                           8184/named
    udp        0      0 0.0.0.0:111             0.0.0.0:*                           15852/portmap
    
    
    how to setup udp port 53 to listen ?

    thanks
     
    Last edited: Aug 28, 2009
  2. drub4n

    drub4n New Member

    Solved

    stopped bind process and recumove from rc
    was not working fine
    have to stop and then start

    thanks
     

Share This Page