• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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