• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved sw-cp-server not listening for ipv6

Balanca

New Pleskian
Hello everyone,

I can't seem to figure out why sw-cp-server service is not listening for ipv6 on port 8443. This is causing warnings when I try to upgrade Plesk.

# netstat -tulpn | grep 443
tcp 0 0 5.189.175.178:443 0.0.0.0:* LISTEN 1734/nginx: master
tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 1110/sw-cp-server:
tcp6 0 0 2a11:c207:2012:6596:443 :::* LISTEN 1734/nginx: master

IPv6 is enabled in the system
# ifconfig -a | grep inet6
inet6 2a11:c207:2012:6596::1 prefixlen 64 scopeid 0x0<global>
inet6 ::1 prefixlen 128 scopeid 0x10<host>


Same thing applies to port 8880. Any help would be greatly appreciated.
 
What is content of file /etc/sw-cp-server/conf.d/ipv6_ports.inc ?
 
What is your Plesk version? On my Plesk Onyx 17.8 I see:

# cat /etc/sw-cp-server/conf.d/ipv6_ports.inc
listen [::]:8443 ipv6only=on ssl;
listen [::]:8880 ipv6only=on;
 
What is your Plesk version? On my Plesk Onyx 17.8 I see:

# cat /etc/sw-cp-server/conf.d/ipv6_ports.inc
listen [::]:8443 ipv6only=on ssl;
listen [::]:8880 ipv6only=on;

I eneded up creating this file and restarting sw-cp-server service. Then plesk upgrade went ok without any warnings.

Thanks for helping.
 
Back
Top