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?
Yum Plesk Install
-
- Long Time Forum Regular
- Posts: 2813
- Joined: Sat Aug 20, 2005 9:30 am
- Location: The Netherlands
Re: Yum Plesk Install
Have you checked the Plesk daemon is actually running? Are you connecting using HTTPS?
Lemonbit Internet Dedicated Server Management
-
- Atomicorp Staff - Site Admin
- Posts: 8355
- Joined: Wed Dec 31, 1969 8:00 pm
- Location: earth
- Contact:
Re: Yum Plesk Install
Check the firewall rules too, by default it would block port 8443
Re: Yum Plesk Install
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.
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.
- mikeshinn
- Atomicorp Staff - Site Admin
- Posts: 4155
- Joined: Thu Feb 07, 2008 7:49 pm
- Location: Chantilly, VA
Re: Yum Plesk Install
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
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
Michael Shinn
Atomicorp - Security For Everyone
Atomicorp - Security For Everyone
Re: Yum Plesk Install
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 ~]#
- mikeshinn
- Atomicorp Staff - Site Admin
- Posts: 4155
- Joined: Thu Feb 07, 2008 7:49 pm
- Location: Chantilly, VA
Re: Yum Plesk Install
You need to install a sniffer on your system. You can install ethereal with this command:
yum -y install ethereal
yum -y install ethereal
Michael Shinn
Atomicorp - Security For Everyone
Atomicorp - Security For Everyone
Re: Yum Plesk Install
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.