installation OK.. but no access to the panel

Discussion in 'Installation/Configuration' started by kadoudal, May 27, 2010.

  1. kadoudal

    kadoudal New Member

    all installation seems to be ok....
    ......
    Starting Courier POP3 server: pop3d.
    Stopping Courier POP3-SSL server: pop3d-ssl.
    Starting Courier POP3-SSL server: pop3d-ssl.
    Restarting web server: apache2 ... waiting .
    Restarting ftp server: Running: /usr/sbin/pure-ftpd-mysql-virtualchroot -l mysql:/etc/pure-ftpd/db/mysql.conf -l pam -E -O clf:/var/log/pure-ftpd/transfer.log -u 1000 -b -H -A -B
    Installation completed.
    sd-11919:/tmp/ispconfig3_install/install#
    ....

    but when trying to access the panel

    http://sd-11919.dedibox.fr:8080/
    or using the IP

    cannot connect to the server

    apache server up and running...... mysql running

    did I any small in-between line ?

    thanks for your suggestions
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which tutorial did you use to install the server?
     
  3. fbnewtz

    fbnewtz New Member

    If you do a netstat -anp | grep 8080 do you get anything?

    Did you configure a firewall or was it possibly already configured? What does iptables --list output? Is port 8080 open and available to connect from outside?
     
  4. kadoudal

    kadoudal New Member

    panel displayed after installation ..

    I used : The Perfect Server – Debian Lenny (Debian 5.0) [ISPConfig 3]

    I followed all instructions.. (I gave up from Plesk.... :rolleyes:)
    no indication upon special opening of port 8080

    netstat -anp | grep 8080
    tcp6 0 0 :::8080 :::* LISTEN 24822/apache2


    iptables --list
    Chain INPUT (policy ACCEPT)
    target prot opt source destination
    fail2ban-ssh tcp -- anywhere anywhere multiport dports ssh
    ACCEPT all -- anywhere anywhere
    REJECT all -- anywhere loopback/8 reject-with icmp-port-unreachable
    ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
    ACCEPT tcp -- anywhere anywhere tcp dpt:www
    ACCEPT tcp -- anywhere anywhere tcp dpt:https
    ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:30000
    ACCEPT icmp -- anywhere anywhere icmp echo-request
    LOG all -- anywhere anywhere limit: avg 5/min burst 5 LOG level debug prefix `iptables denied: '
    REJECT all -- anywhere anywhere reject-with icmp-port-unreachable

    Chain FORWARD (policy ACCEPT)
    target prot opt source destination
    REJECT all -- anywhere anywhere reject-with icmp-port-unreachable

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

    Chain fail2ban-ssh (1 references)
    target prot opt source destination
    RETURN all -- anywhere anywhere

    I found the issue : did not open 8080 in iptable , I had only 80 / 443)
     
    Last edited: May 27, 2010
  5. fbnewtz

    fbnewtz New Member

    Well apache is listening on 8080 obviously but it doesn't look like 8080 is open on your firewall. Do you have /etc/Bastille/bastille-firewall.cfg? If so the find the line with:
    TCP_PUBLIC_SERVICES=

    and make sure to add port 81 in there in the space separated list there.

    Save the file and execute /etc/init.d/bastille-firewall restart and see what happens.

    If you get in then I would recommend that you go into System > Firewall > Add Firewall record and make sure that all the ports you need to have open are listed in there. Including 8080 obviously. I always add in 587 and 465 for the mail clients and the passive port range for FTP. There are how-tos available on the site that explain how to setup those features as well.
     

Share This Page