ISPConfig Setup

Discussion in 'Installation/Configuration' started by Nalum, Aug 5, 2008.

  1. Nalum

    Nalum New Member

    Hey,
    I've just set up ISPConfig but when I try to access it using the IP address I get an error saying that the network timed out. Does anyone have any idea's about how I'd go about getting this to work?

    I'm running Ubuntu 7.04
    Thanks for your help

    Nalum.
     
  2. Ben

    Ben Active Member Moderator

    you mean you accessed it via browser? then use :81 as port due the admin-server listens on port 81.

    e.g. https://1.2.3.4:81 (in case you activated https for the admin panel).

    Or how do you mean you "access via IP"?
     
  3. Nalum

    Nalum New Member

    Sorry yes, I'm trying to get to it via the browser by going to the IP eg 1.2.3.4:81 but I keep getting the network timed out error.
    I've tried both https and http but neither are working.
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    netstat -tap
    ?
     
  5. Nalum

    Nalum New Member

    Hi falko
    This is what i get back
    Code:
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
    tcp        0      0 *:pop3                  *:*                     LISTEN     13712/couriertcpd
    tcp        0      0 *:imap2                 *:*                     LISTEN     13663/couriertcpd
    tcp        0      0 *:www                   *:*                     LISTEN     15621/apache2
    tcp        0      0 *:81                    *:*                     LISTEN     14299/ispconfig_htt
    tcp        0      0 *:ftp                   *:*                     LISTEN     16201/proftpd: (acc
    tcp        0      0 IPADDRESS:domain        *:*                     LISTEN     16110/named
    tcp        0      0 ADDRESS:domain          *:*                     LISTEN     16110/named
    tcp        0      0 *:ssh                   *:*                     LISTEN     13897/sshd
    tcp        0      0 *:smtp                  *:*                     LISTEN     32386/master
    tcp        0      0 ADDRESS:953             *:*                     LISTEN     16110/named
    tcp        0      0 *:https                 *:*                     LISTEN     15621/apache2
    tcp        0      0 *:imaps                 *:*                     LISTEN     13685/couriertcpd
    tcp        0      0 *:pop3s                 *:*                     LISTEN     13750/couriertcpd
    tcp        0      0 *:mysql                 *:*                     LISTEN     13510/mysqld
    tcp        0    796 IPADDRESS:ssh           IPADDRESS:7835          ESTABLISHED24374/0
    
     
  6. Ben

    Ben Active Member Moderator

    What happens if you try it directly on the box e.g. wget or with lynx, because the httpd daemon of ispconfig is running and listening on port 81.

    Do you see incoming packets if you run the following command and try to access your machine? If not than there is your problem ;)

     
  7. Nalum

    Nalum New Member

    Hey,
    I can get to it with lynx and this is what I get running that command

    Code:
    0 packets captured
    1 packets received by filter
    0 packets dropped by kernel
    
     
  8. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    iptables -L
    ?
     

Share This Page