• 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.

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