ISPConfig 3.0.1.6 all server OFF in monitor

Discussion in 'Installation/Configuration' started by Elber, Oct 27, 2009.

  1. Elber

    Elber New Member

    Hi, i have a problem, the screen of my server is
    Code:
    Web-Serwer:  	Offline
    FTP-Serwer: 	Offline
    SMTP-Serwer: 	Offline
    POP3-Serwer: 	Offline
    IMAP-Serwer: 	Offline
    myDNS-Serwer: 	Offline
    mySQL-Serwer: 	Offline 
    Why ?? How to fix it ?
    Ubuntu 9.04 server in OVH
    I install ISPConfig 3.0.1.6 with this tutorial http://www.howtoforge.com/perfect-server-ubuntu-9.04-ispconfig-3

    Help my please and sorry to my English :)
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Most likely you do not have a correct line for "localhost" in /etc/hosts pointing to IP 127.0.0.1
     
  3. Elber

    Elber New Member

    This is my /etc/hosts
    Code:
    root@ns***736:~# cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1       localhost
    91.***.***.229  ns***736.ovh.net
    # The following lines are desirable for IPv6 capable hosts
    #(added automatically by netbase upgrade)
    ::1     ip6-localhost ip6-loopback
    feo0::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
     
    Last edited: Oct 27, 2009
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Looks ok. Please post the output of:

    netstat -tap

    And is this a vserver?
     
  5. Elber

    Elber New Member

    No, this is dedicated server

    Code:
    root@ns***736:~# netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State                                                                                    PID/Program name
    tcp        0      0 *:imaps                 *:*                     LISTEN                                                                                   3699/couriertcpd
    tcp        0      0 *:pop3s                 *:*                     LISTEN                                                                                   3737/couriertcpd
    tcp        0      0 *:mysql                 *:*                     LISTEN                                                                                   3062/mysqld
    tcp        0      0 *:pop3                  *:*                     LISTEN                                                                                   3715/couriertcpd
    tcp        0      0 *:imap2                 *:*                     LISTEN                                                                                   3677/couriertcpd
    tcp        0      0 *:http-alt              *:*                     LISTEN                                                                                   3965/apache2
    tcp        0      0 *:www                   *:*                     LISTEN                                                                                   3965/apache2
    tcp        0      0 *:ftp                   *:*                     LISTEN                                                                                   3827/pure-ftpd (SER
    tcp        0      0 ns***736.ovh.net:domain *:*                     LISTEN                                                                                   3743/mydns
    tcp        0      0 *:ssh                   *:*                     LISTEN                                                                                   2935/sshd
    tcp        0      0 *:https                 *:*                     LISTEN                                                                                   3965/apache2
    tcp        0      1 ns***736.ovh.net:50869  localhost:ftp           SYN_SENT                                                                                 13783/php
    tcp        0    248 ns***736.ovh.net:ssh    izd2.internetdsl.:62142 ESTABLISHED 13765/0
    root@ns***736:~#
    
     
  6. Elber

    Elber New Member

    Help my please ...
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    The output looks ok, the services are listening on all ports.

    And you tested if the services are working e.g. email with your mailclient?
     

Share This Page