Cant access admin on fresh install

Discussion in 'Installation/Configuration' started by unsichtbare, Mar 14, 2009.

  1. unsichtbare

    unsichtbare Member HowtoForge Supporter

    OK, after using ISPConfig for almost two years very successfully, I built a fresh server and now I feel like a NOOB again!

    I followed "The Perfect Server" for Ubuntu 8.10 to a T and ISPConfig installed fine. When I try to browse to the admin interface at https://24.121.ABC.EFG:81 I get nothing. When I browse to the IP http://24.121.ABC.EFG I get a page stating "It Works"

    It must be simple, any ideas?
    -J
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    please post the output of:

    netstat -tap

    and:

    iptables -L
     
  3. unsichtbare

    unsichtbare Member HowtoForge Supporter

    Code:
    root@media:~# netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
    tcp        0      0 *:mysql                 *:*                     LISTEN      4034/mysqld
    tcp        0      0 *:www                   *:*                     LISTEN      4595/apache2
    tcp        0      0 *:81                    *:*                     LISTEN      1388/ispconfig_http
    tcp        0      0 media.azwebdesig:domain *:*                     LISTEN      4720/named
    tcp        0      0 media.azwebdesig:domain *:*                     LISTEN      4720/named
    tcp        0      0 localhost:domain        *:*                     LISTEN      4720/named
    tcp        0      0 *:ssh                   *:*                     LISTEN      3915/sshd
    tcp        0      0 *:smtp                  *:*                     LISTEN      4711/master
    tcp        0      0 localhost:953           *:*                     LISTEN      4720/named
    tcp        0      0 *:https                 *:*                     LISTEN      4595/apache2
    tcp        0    300 media.azwebdesigns.:ssh cm-24-121-80-214.f:2001 ESTABLISHED 23904/0
    tcp6       0      0 [::]:imaps              [::]:*                  LISTEN      4212/couriertcpd
    tcp6       0      0 [::]:pop3s              [::]:*                  LISTEN      4268/couriertcpd
    tcp6       0      0 [::]:pop3               [::]:*                  LISTEN      4236/couriertcpd
    tcp6       0      0 [::]:imap2              [::]:*                  LISTEN      4180/couriertcpd
    tcp6       0      0 [::]:ftp                [::]:*                  LISTEN      4737/proftpd: (acce
    tcp6       0      0 [::]:domain             [::]:*                  LISTEN      4720/named
    tcp6       0      0 [::]:ssh                [::]:*                  LISTEN      3915/sshd
    tcp6       0      0 [::]:smtp               [::]:*                  LISTEN      4711/master
    tcp6       0      0 localhost:953           [::]:*                  LISTEN      4720/named
    root@media:~#
    
    Code:
    root@media:~# iptables -L
    Chain INPUT (policy ACCEPT)
    target     prot opt source               destination
    
    Chain FORWARD (policy ACCEPT)
    target     prot opt source               destination
    
    Chain OUTPUT (policy ACCEPT)
    target     prot opt source               destination
    root@media:~#
    
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig seems to be running finr. Please try to access ispconfig with the firefox browser as other browsers like IE do not show useful error messages on ssl certificate errors.
     
  5. unsichtbare

    unsichtbare Member HowtoForge Supporter

    Firefox shows:
    but does not offer to add an exception.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

Share This Page