Problem after installation

Discussion in 'Installation/Configuration' started by nvn, May 2, 2006.

  1. nvn

    nvn New Member

    Hi..

    I have made a reinstallation of ISPconfig on SUSE 10.

    After the install i can't access ispconfig on port 81 ?

    Netstat:

    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 *:mysql *:* LISTEN 6962/mysqld
    tcp 0 0 *:sunrpc *:* LISTEN 4131/portmap
    tcp 0 0 *:hosts2-ns *:* LISTEN 5129/ispconfig_http
    tcp 0 0 *:ftp *:* LISTEN 5372/proftpd: (acce
    tcp 0 0 server1.vesterlu:domain *:* LISTEN 5355/named
    tcp 0 0 localhost:domain *:* LISTEN 5355/named
    tcp 0 0 localhost:ipcserver *:* LISTEN 4664/fam
    tcp 0 0 localhost:953 *:* LISTEN 5355/named
    tcp 0 0 *:smtp *:* LISTEN 5267/master
    tcp 0 0 *:pop3 *:* LISTEN 4351/couriertcpd
    tcp 0 0 *:imap *:* LISTEN 4236/couriertcpd
    tcp 0 0 *:www-http *:* LISTEN 5197/httpd2-prefork
    tcp 0 0 *:domain *:* LISTEN 5355/named
    tcp 0 0 *:ssh *:* LISTEN 4593/sshd
    tcp 0 0 localhost:953 *:* LISTEN 5355/named
    tcp 0 0 *:smtp *:* LISTEN 5267/master
    tcp 0 0 *:https *:* LISTEN 5197/httpd2-prefork
    tcp 0 1776 server1.vesterlund-:ssh 0x5552c56b.adsl.c:23099 ESTABLISHED 5527/0

    The line with ISPconfig... *:hosts2-ns look's wrong...

    please help :)

    Niki
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Mybe you activated the SuSe firewall and have not opened port 81?
     
  3. nvn

    nvn New Member

    No... not the problem. The firewall is not activated.

    I have just made a clean install of the system, and it's the same problem.

    What do "*:hosts2-ns" mean ?

    tcp 0 0 *:hosts2-ns *:* LISTEN 11387/ispconfig_htt

    I a browse the local IP i get a "Access forbidden" message from Apache ?

    I have followed the Perfect install for SUSE 10.
    Maybe i have forgotten something ?
     
  4. falko

    falko Super Moderator ISPConfig Developer

    You have hosts2-ns listed in /etc/services for port 81. Nothing unusual.

    Please post the output of
    Code:
    iptables -L
     
  5. nvn

    nvn New Member

    Please post the output of
    Code:
    iptables -L
    [/QUOTE]

    ---
    web:~ # 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
    web:~ #

    ----
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you try to connect on your local network or over the internet?
     
  7. nvn

    nvn New Member

    Both.. so my router is open on the ports needed.

    Niki
     
  8. falko

    falko Super Moderator ISPConfig Developer

    Have you tried both http and https on port 81?
    Which browser do you use? Can you try with Firefox? It shows better error messages.
     
  9. nvn

    nvn New Member

    Hi..

    After a reinstall during the night i have located the problem in Firefox:

    The SSL certificat is wrong or broken ?

    Niki
     
  10. falko

    falko Super Moderator ISPConfig Developer

Share This Page