• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Plesk update webpage on tcp4 port 8447 not running

Status
Not open for further replies.

Sven Neukirchner

New Pleskian
Hi,
I cannot use updates and upgrades on the webgui because the webpage is not available.
I took a look on the shell and dit a "netstat -anp | grep :8447" which shows that the update service is only listingen on tcp6:
Code:
root@h2347049:~# netstat -anp | grep :8447
tcp6       0      0 :::8447                 :::*                    LISTEN      12982/parallels_ins

Any idee how can I run parallels_ins also on tcp4?

Thanks for help.
Sven
 
Do you have any IPv6 network interface? Try to disable IPv6 completely if you do not use it with

# echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6

and restart psa service after that.
 
After this parallels_ins is not listining on tcp6 but also not on tcp4
Code:
root@h2347049:~# netstat -anp | grep :8447
root@h2347049:~#

Is there a log file where i can look whats going wrong?
 
It will work when you open "Updates and Upgrades" page:

[root@ppu12-0 ~]# netstat -anp | grep :8447
tcp 0 0 :::8447 :::* LISTEN 21009/parallels_ins
tcp 0 0 ::ffff:10.58.103.102:8447 ::ffff:10.50.2.47:56131 ESTABLISHED 21009/parallels_ins
 
It finally works!
The problem was not plesk.
The problem was the firewall from our local network which blocks outgoing connections to port 8447.
My fault.
Thanks fpr your help.
Have a nice weekend Igor.

Sven
 
Status
Not open for further replies.
Back
Top