[WARN] ip addresses from hostname differ from ifconfig output.

Discussion in 'Installation/Configuration' started by Wolf Halton, Apr 17, 2015.

  1. Wolf Halton

    Wolf Halton New Member

    I see a straight html page, rather than the login dialog
    Code:
    root@023XCC-C2Q:~# uname -a
    Linux 023XCC-C2Q 3.13.0-49-generic #83-Ubuntu SMP Fri Apr 10 20:11:33 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
    =====================================
    Code:
    ##### SERVER #####
    IP-address (as per hostname): [shows the hostname here, not an ip address]
    IP-address(es) (as per ifconfig): ***.***.***.***
    [WARN] ip addresses from hostname differ from ifconfig output. Please check your
    ip settings.
    [INFO] ISPConfig is installed.
    
    ##### ISPCONFIG #####
    ISPConfig version is 3.0.5.4p5
    
    
    ##### VERSION CHECK #####
    
    [INFO] php (cli) version is 5.5.9-1ubuntu4.7
    
    ##### PORT CHECK #####
    
    [WARN] Port 143 (IMAP server) seems NOT to be listening
    [WARN] Port 993 (IMAP server SSL) seems NOT to be listening
    [WARN] Port 110 (POP3 server) seems NOT to be listening
    [WARN] Port 995 (POP3 server SSL) seems NOT to be listening
    [WARN] Port 465 (SMTP server SSL) seems NOT to be listening
    ##### MAIL SERVER CHECK #####
    
    [WARN] I found no "submission" entry in your postfix master.cf
    [INFO] this is not critical, but if you want to offer port 587 for smtp connections you have to enable this.
    [WARN] I found no "smtps" entry in your postfix master.cf
    [INFO] this is not critical, but if you want to offer SSL for smtp (not TLS) connections you have to enable this.
    
    ##### RUNNING SERVER PROCESSES #####
    
    [INFO] I found the following web server(s):
            Apache 2 (PID 2769)
    [INFO] I found the following mail server(s):
            Postfix (PID 2616)
    [WARN] I could not determine which pop3 server is running.
    [WARN] I could not determine which imap server is running.
    [INFO] I found the following ftp server(s):
            PureFTP (PID 2641)
    ##### LISTENING PORTS #####
    (only           ()
    Local           (Address)
    [anywhere]:22           (1035/sshd)
    [anywhere]:25           (2616/master)
    [localhost]:953         (1076/named)
    [localhost]:10025               (2616/master)
    [anywhere]:3306         (1571/mysqld)
    [localhost]:11211               (2506/memcached)
    [anywhere]:21           (2641/pure-ftpd)
    ***.***.***.***:53              (1076/named)
    [localhost]:53          (1076/named)
    *:*:*:*::*:22           (1035/sshd)
    *:*:*:*::*:25           (2616/master)
    *:*:*:*::*:953          (1076/named)
    *:*:*:*::*:443          (2769/apache2)
    *:*:*:*::*:8080         (2769/apache2)
    *:*:*:*::*:80           (2769/apache2)
    *:*:*:*::*:8081         (2769/apache2)
    *:*:*:*::*:21           (2641/pure-ftpd)
    *:*:*:*::*:53           (1076/named)
    ##### IPTABLES #####
    Chain INPUT (policy ACCEPT)
    target     prot opt source               destination
    fail2ban-postfix-sasl  tcp  --  [anywhere]/0            [anywhere]/0            multiport dports 25
    fail2ban-dovecot-pop3imap  tcp  --  [anywhere]/0            [anywhere]/0            multiport dports 110,995,143,993
    fail2ban-pureftpd  tcp  --  [anywhere]/0            [anywhere]/0            multiport dports 21
    fail2ban-ssh  tcp  --  [anywhere]/0            [anywhere]/0            multiport dports 22
    
    Chain FORWARD (policy ACCEPT)
    target     prot opt source               destination
    
    Chain OUTPUT (policy ACCEPT)
    target     prot opt source               destination
    
    Chain fail2ban-dovecot-pop3imap (1 references)
    target     prot opt source               destination
    RETURN     all  --  [anywhere]/0            [anywhere]/0
    
    Chain fail2ban-postfix-sasl (1 references)
    target     prot opt source               destination
    RETURN     all  --  [anywhere]/0            [anywhere]/0
    
    Chain fail2ban-pureftpd (1 references)
    target     prot opt source               destination
    RETURN     all  --  [anywhere]/0            [anywhere]/0
    
    Chain fail2ban-ssh (1 references)
    target     prot opt source               destination
    REJECT     all  --  ***.***.***.***       [anywhere]/0            reject-with icmp-port-unreachable
    RETURN     all  --  [anywhere]/0            [anywhere]/0
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This means that the hostname of the serevr is most likely pointing to a different system in dns, so when you try to reach ispconfig by using the hostname, you will end up at a different server and this can explain why you dont see a ispconfig login.
     

Share This Page