• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

Issue Plesk panel not working ipv6 issues

Winnstorm

Basic Pleskian
Hello,

After I've enabled static ip address on eth0 (and disabled IPV6 on boot on that network file) plesk is still listening to IPv6 ports and nginx for example and all plesk services cannot start since they are failing with these errors:

nginx: [emerg] socket() [::]:8443 failed (97: Address family not supported by protocol)

If I do a kernel disable ipv6 I receive the following errors (no ipv6 folder found)
sysctl -p
sysctl: cannot stat /proc/sys/net/ipv6/conf/all/disable_ipv6: No such file or directory
sysctl: cannot stat /proc/sys/net/ipv6/conf/default/disable_ipv6: No such file or directory
sysctl: cannot stat /proc/sys/net/ipv6/ip_nonlocal_bind: No such file or directory

How can I solve this? I tried several things without any luck, for example to make mysql work I've to manually bind ipv4 address, I dont know why centos is trying to listen to ipv6.

Thanks
Best regards
 
Have you already told Plesk to read the currently available IP addresses?
# plesk bin ipmanage --reread
 
Back
Top