Cannot Login to Admin 8080

Discussion in 'Installation/Configuration' started by abintipl, Feb 19, 2011.

  1. abintipl

    abintipl Member

    Dear Sir,

    I have ISPconfig on Debain Lenny .

    My Websites are working fine but, I can not login to the administration of ISPConfig on port 8080

    Further, I do not see the ispconfig login screen when I open port 8080 in the browser. I get an error "Unable to connect".

    Please advice

    regards,
    Abin
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What are the outputs of
    Code:
    netstat -tap
    and
    Code:
    iptables -L
    ?
     
  3. abintipl

    abintipl Member

    Output

    Dear Sir,

    Please find below outputs

    ~# netstat -tap

    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State
    PID/Program name
    tcp 0 0 *:pop3s *:* LISTEN
    6770/pop3-login
    tcp 0 0 localhost:10025 *:* LISTEN
    7874/master
    tcp 0 0 *:mysql *:* LISTEN
    7738/mysqld
    tcp 0 0 localhost:11211 *:* LISTEN
    1783/memcached
    tcp 0 0 *:pop3 *:* LISTEN
    6770/pop3-login
    tcp 0 0 *:imap2 *:* LISTEN
    6641/imap-login
    tcp 0 0 localhost:spamd *:* LISTEN
    1062/spamd.pid
    tcp 0 0 *:sunrpc *:* LISTEN
    785/portmap
    tcp 0 0 *:tproxy *:* LISTEN
    1791/mono
    tcp 0 0 xx.xx.xx.xxx:domain *:* LISTEN
    9002/named
    tcp 0 0 mail.myserver:domain *:* LISTEN
    9002/named
    tcp 0 0 localhost:domain *:* LISTEN
    9002/named
    tcp 0 0 *:ftp *:* LISTEN
    8970/pure-ftpd (SER
    tcp 0 0 *:ssh *:* LISTEN
    905/sshd
    tcp 0 0 localhost:953 *:* LISTEN
    9002/named
    tcp 0 0 *:smtp *:* LISTEN
    7874/master
    tcp 0 0 *:imaps *:* LISTEN
    6641/imap-login
    tcp 0 0 localhost:801 *:* LISTEN
    1897/famd
    tcp6 0 0 [::]:www [::]:* LISTEN
    2021/apache2
    tcp6 0 0 [::]:81 [::]:* LISTEN
    2027/lighttpd
    tcp6 0 0 [::]:domain [::]:* LISTEN
    9002/named
    tcp6 0 0 [::]:ftp [::]:* LISTEN
    8970/pure-ftpd (SER
    tcp6 0 0 [::]:ssh [::]:* LISTEN
    905/sshd
    tcp6 0 0 ::1%20794752:953 [::]:* LISTEN
    9002/named
    tcp6 0 0 [::]:https [::]:* LISTEN
    2021/apache2
    :~#





    :~# iptables -L
    Chain INPUT (policy DROP)
    target prot opt source destination
    fail2ban-ssh tcp -- anywhere anywhere multiport dports
    ssh
    DROP tcp -- anywhere loopback/8
    ACCEPT all -- anywhere anywhere state RELATED,ESTAB
    LISHED
    ACCEPT all -- anywhere anywhere
    DROP all -- BASE-ADDRESS/4 anywhere
    PUB_IN all -- anywhere anywhere
    PUB_IN all -- anywhere anywhere
    PUB_IN all -- anywhere anywhere
    PUB_IN all -- anywhere anywhere
    DROP all -- anywhere anywhere

    Chain FORWARD (policy DROP)
    target prot opt source destination
    ACCEPT all -- anywhere anywhere state RELATED,ESTAB
    LISHED
    DROP all -- anywhere anywhere

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination
    PUB_OUT all -- anywhere anywhere
    PUB_OUT all -- anywhere anywhere
    PUB_OUT all -- anywhere anywhere
    PUB_OUT all -- anywhere anywhere

    Chain INT_IN (0 references)
    target prot opt source destination
    ACCEPT icmp -- anywhere anywhere
    DROP all -- anywhere anywhere

    Chain INT_OUT (0 references)
    target prot opt source destination
    ACCEPT icmp -- anywhere anywhere
    ACCEPT all -- anywhere anywhere

    Chain PAROLE (13 references)
    target prot opt source destination
    ACCEPT all -- anywhere anywhere

    Chain PUB_IN (4 references)
    target prot opt source destination
    ACCEPT icmp -- anywhere anywhere icmp destination-un
    reachable
    ACCEPT icmp -- anywhere anywhere icmp echo-reply
    ACCEPT icmp -- anywhere anywhere icmp time-exceeded
    ACCEPT icmp -- anywhere anywhere icmp echo-request
    PAROLE tcp -- anywhere anywhere tcp dpt:ftp-data
    PAROLE tcp -- anywhere anywhere tcp dpt:ftp
    PAROLE tcp -- anywhere anywhere tcp dpt:ssh
    PAROLE tcp -- anywhere anywhere tcp dpt:smtp
    PAROLE tcp -- anywhere anywhere tcp dpt:domain
    PAROLE tcp -- anywhere anywhere tcp dpt:www
    PAROLE tcp -- anywhere anywhere tcp dpt:pop3
    PAROLE tcp -- anywhere anywhere tcp dpt:imap2
    PAROLE tcp -- anywhere anywhere tcp dpt:https
    PAROLE tcp -- anywhere anywhere tcp dpt:mysql
    PAROLE tcp -- anywhere anywhere tcp dpt:http-alt
    PAROLE tcp -- anywhere anywhere tcp dpt:tproxy
    PAROLE tcp -- anywhere anywhere tcp dpt:webmin
    ACCEPT udp -- anywhere anywhere udp dpt:domain
    ACCEPT udp -- anywhere anywhere udp dpt:mysql
    DROP icmp -- anywhere anywhere
    DROP all -- anywhere anywhere

    Chain PUB_OUT (4 references)
    target prot opt source destination
    ACCEPT all -- anywhere anywhere

    Chain fail2ban-ssh (1 references)
    target prot opt source destination
    RETURN all -- anywhere anywhere
    :~#
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Apache isn't listining on port 8080. Please restart it and try again.

    BTW, you have lighttpd running on port 81. Is that how it's supposed to be?
     

Share This Page