Yum Plesk Install

Community support for Plesk, CPanel, WebMin and others with insight from two of the founders of Plesk. Ask for help here! No question is too simple or complicated. :-)
Alec
New Forum User
New Forum User
Posts: 4
Joined: Fri Nov 06, 2009 11:28 pm

Yum Plesk Install

Unread post by Alec »

I used the 'yum install psa*' on my Linux CentOS 5 server, this is the second installation attempt, and each time I install Plesk using the installer.

After it says "Complete!" I try and go to my website using the IP and port 8443, it sits there waits a little while and Firefox spits out the taking to long to respond. Any suggestions?
breun
Long Time Forum Regular
Long Time Forum Regular
Posts: 2813
Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands

Re: Yum Plesk Install

Unread post by breun »

Have you checked the Plesk daemon is actually running? Are you connecting using HTTPS?
Lemonbit Internet Dedicated Server Management
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Yum Plesk Install

Unread post by scott »

Check the firewall rules too, by default it would block port 8443
Alec
New Forum User
New Forum User
Posts: 4
Joined: Fri Nov 06, 2009 11:28 pm

Re: Yum Plesk Install

Unread post by Alec »

Unblocked, and they are running, but still no luck.

When I try to access the page through Firefox, after a while instead of the IP the address changes too "hk."

This HK is the server name if I'm not mistaken, when I log on with root it says "root@hk" so it's not just coming up randomly.

The server at hk is taking too long to respond.
User avatar
mikeshinn
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 4155
Joined: Thu Feb 07, 2008 7:49 pm
Location: Chantilly, VA

Re: Yum Plesk Install

Unread post by mikeshinn »

When you run a sniffer on the box, do you see traffic going to port 8443?

tethereal -i eth0 port 8443

Change eth0 to whatever your interface is.

Also, what do you see with this command:

netstat -anp | grep 8443

and this one:

iptables -L -n
Alec
New Forum User
New Forum User
Posts: 4
Joined: Fri Nov 06, 2009 11:28 pm

Re: Yum Plesk Install

Unread post by Alec »

This is what I got, I find it weird showing 0.0.0.0.

Code: Select all

[root@hk ~]# tethereal -i eth0 port 8443
-bash: tethereal: command not found
[root@hk ~]# netstat -anp | grep 8443
tcp        0      0 0.0.0.0:8443                0.0.0.0:*                   LISTEN      16005/sw-cp-serverd 
[root@hk ~]# iptables -L -n
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0           

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

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         

Chain RH-Firewall-1-INPUT (2 references)
target     prot opt source               destination         
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           
ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0           icmp type 255 
ACCEPT     esp  --  0.0.0.0/0            0.0.0.0/0           
ACCEPT     ah   --  0.0.0.0/0            0.0.0.0/0           
ACCEPT     udp  --  0.0.0.0/0            224.0.0.251         udp dpt:5353 
ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           udp dpt:631 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpt:631 
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:22 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:80 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:8443 
REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
[root@hk ~]# 
User avatar
mikeshinn
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 4155
Joined: Thu Feb 07, 2008 7:49 pm
Location: Chantilly, VA

Re: Yum Plesk Install

Unread post by mikeshinn »

You need to install a sniffer on your system. You can install ethereal with this command:

yum -y install ethereal
Alec
New Forum User
New Forum User
Posts: 4
Joined: Fri Nov 06, 2009 11:28 pm

Re: Yum Plesk Install

Unread post by Alec »

When I run the sniffer, and try and access Plesk the sniffer does show all these stuff; I'm guessing that it is traffic going through. My IP is somewhere in the stuff, just to make it clear.
Post Reply