ispconfig 3 on Centos 5.5 new install

Discussion in 'Installation/Configuration' started by tobiall, Oct 9, 2010.

  1. tobiall

    tobiall New Member

    I installed ispconfig 3 on Centos 5.5 phpadmin and squirellmail work but when I try to go to the ispconfig admin page I get Forbidden - You don't have permission to access / on this server. I looked at all the other posts but not sure which one fits my problem and I need help.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which exact URL did you use to go to the admin page? The URL to access a newly installed ispconfig is the IP address followed by :8080. e.g.

    http://192.168.0.100:8080
     
  3. tobiall

    tobiall New Member

    yes I tried all of the ones listed in the instructions IP address 192.168.0.x:8080, servername.domain.com:8080, localhost:8080, everything else comes up except when I try the 8080 port,
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    please post the output of the commands:

    netstat -tap

    and

    iptables -L
     
  5. tobiall

    tobiall New Member

    when I use the http://192.168.0.x:8080 I get the error:

    Bad Request

    Your browser sent a request that this server could not understand.
    Reason: You're speaking plain HTTP to an SSL-enabled server port.
    Instead use the HTTPS scheme to access this URL, please.

    Hint: https://web-1.nwsi.com:8080/
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Please use https instead of http.
     
  7. tobiall

    tobiall New Member

    Falko,

    I get the forbidden error when I do https

    till,

    Here is the requested output:

    $ netstat -tap
    (Not all processes could be identified, non-owned process info
    will not be shown, you would have to be root to see it all.)
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 localhost.localdomain:2208 *:* LISTEN -
    tcp 0 0 *:imaps *:* LISTEN -
    tcp 0 0 *:pop3s *:* LISTEN -
    tcp 0 0 localhost.localdomain:10025 *:* LISTEN -
    tcp 0 0 *:mysql *:* LISTEN -
    tcp 0 0 *:pop3 *:* LISTEN -
    tcp 0 0 localhost.local:dyna-access *:* LISTEN -
    tcp 0 0 *:imap *:* LISTEN -
    tcp 0 0 *:xact-backup *:* LISTEN -
    tcp 0 0 *:sunrpc *:* LISTEN -
    tcp 0 0 *:ftp *:* LISTEN -
    tcp 0 0 localhost.localdomai:domain *:* LISTEN -
    tcp 0 0 localhost.localdomain:ipp *:* LISTEN -
    tcp 0 0 localhost.localdomain:smtp *:* LISTEN -
    tcp 0 0 localhost.localdomain:rndc *:* LISTEN -
    tcp 0 0 localhost.localdomain:2207 *:* LISTEN -
    tcp 0 0 nwsi-web-2.nwsi.com:57856 gw-in-f102.1e100.net:https TIME_WAIT -
    tcp 0 0 *:imaps *:* LISTEN -
    tcp 0 0 *:pop3s *:* LISTEN -
    tcp 0 0 *:pop3 *:* LISTEN -
    tcp 0 0 *:imap *:* LISTEN -
    tcp 0 0 *:webcache *:* LISTEN -
    tcp 0 0 *:http *:* LISTEN -
    tcp 0 0 *:tproxy *:* LISTEN -
    tcp 0 0 *:ftp *:* LISTEN -
    tcp 0 0 localhost6.localdoma:domain *:* LISTEN -
    tcp 0 0 *:ssh *:* LISTEN -
    tcp 0 0 localhost6.localdomain:rndc *:* LISTEN -
    tcp 0 0 *:https *:* LISTEN -

    # /sbin/iptables -L
    Chain INPUT (policy ACCEPT)
    target prot opt source destination
    RH-Firewall-1-INPUT all -- anywhere anywhere

    Chain FORWARD (policy ACCEPT)
    target prot opt source destination
    RH-Firewall-1-INPUT all -- anywhere anywhere

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination

    Chain RH-Firewall-1-INPUT (2 references)
    target prot opt source destination
    ACCEPT all -- anywhere anywhere
    ACCEPT icmp -- anywhere anywhere icmp any
    ACCEPT esp -- anywhere anywhere
    ACCEPT ah -- anywhere anywhere
    ACCEPT udp -- anywhere 224.0.0.251 udp dpt:mdns
    ACCEPT udp -- anywhere anywhere udp dpt:ipp
    ACCEPT tcp -- anywhere anywhere tcp dpt:ipp
    ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
    ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ftp
    ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:smtp
    ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:nfs
    ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
    ACCEPT udp -- anywhere anywhere state NEW udp dpt:netbios-ns
    ACCEPT udp -- anywhere anywhere state NEW udp dpt:netbios-dgm
    ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:netbios-ssn
    ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:microsoft-ds
    ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:https
    ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:telnet
    ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:http
    REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
     
    Last edited: Oct 11, 2010
  8. tobiall

    tobiall New Member

    Does any one know what I should do? I am going to try it with Ubuntu 10.10 and see what happens. My Centos 5.5 is still broken though so I would apreciate any help.
     
  9. falko

    falko Super Moderator ISPConfig Developer

    Is there anything else listening on port 8080? Maybe some kind of proxy?
     
  10. tobiall

    tobiall New Member

    Thanks for your reply Falco but your too late. I wiped both of my servers and reinstalled Ubuntu 10.10 with ISPConfig 3.0.3. They are both working now and the install was quick and easy. I have downloaded the ISPConfig manual and will start getting familiar with the adminstrating tasks of ISPConfig 3.
     

Share This Page