ispCP - Board - Support
problem with DNS after a first install - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: problem with DNS after a first install (/thread-6473.html)



problem with DNS after a first install - ramax - 04-21-2009 06:25 PM

hello Smile

i have installed IspCPOmega on my new server but i can't connect with http://admin.domain.tld

i try with the IP and i check the SERVER STATUS page and i see DNS are down.

Code:
localhost   (Port 9876)      ispCP Daemon      UP
      localhost   (Port 10024)     AMaVis     DOWN
      91.121.29.210   (Port 53)     DNS     DOWN
      91.121.29.210   (Port 21)     FTP     DOWN
      91.121.29.210   (Port 80)     HTTP     UP
      91.121.29.210   (Port 143)     IMAP     UP
      localhost   (Port 12525)     POLICYD-WEIGHT     UP
      91.121.29.210   (Port 110)     POP3     UP
      91.121.29.210   (Port 995)     POP3-SSL     DOWN
      localhost   (Port 60000)     POSTGREY     UP
      91.121.29.210   (Port 25)     SMTP     UP
      localhost   (Port 783)     SPAMASSASSIN     DOWN
      91.121.29.210   (Port 22)     SSH     UP
      91.121.29.210   (Port 23)     TELNET     DOWN

server IP : 91.121.29.210
hostname : ns1.pulsion.net
admin page : admin.pulsion.net
system : ubuntu 8.10

i try this commands :

dig @91.121.29.210 ns1.pulsion.net <- dont work
hostname -f <- work ! i see : ns1.pulsion.net
lsof -i -P -T | grep 53

Code:
root@ns1:~# lsof -i -P -T | grep 53
named     3557     bind   20u  IPv4   8393       TCP ns1.pulsion.net.local:53
named     3557     bind   21u  IPv4   8395       TCP ns1.pulsion.net.local:953
named     3557     bind  512u  IPv4   8392       UDP ns1.pulsion.net.local:53
mysqld    3670    mysql   10u  IPv4   8537       TCP ns1.pulsion.net.local:3306
policyd-w 3781     polw    3u  IPv4   8982       UDP ns1.pulsion.net.local:42137->ns1.pulsion.net.local:53
policyd-w 4522     polw    3u  IPv4  13085       UDP ns1.pulsion.net.local:41555->ns1.pulsion.net.local:53
smtp      7530  postfix   12u  IPv4  26464       TCP ns1.pulsion.net:50725->smtp-in.orange.fr:25
smtp      7531  postfix   12u  IPv4  26465       TCP ns1.pulsion.net:50726->smtp-in.orange.fr:25
smtp      7532  postfix   12u  IPv4  26462       TCP ns1.pulsion.net:48853->smtp-in.orange.fr:25
smtp      7533  postfix   12u  IPv4  26461       TCP ns1.pulsion.net:33685->smtp-in.orange.fr:25
smtp      7534  postfix   12u  IPv4  26463       TCP ns1.pulsion.net:33844->smtp-in.orange.fr:25

do you have an idea ?

edit : i make a user with a domaine ( pulsion.net ) but /var/cache/bind is empty !!! ???

edit 2 : i look the named.conf.option and listen-on is write with 127.0.0.1 and not any !