Skip to main content

CloudLinux Knowledge Base

Yum mirror issues

Comments

1 comment

  • Permanently deleted user

    If the solution above didn't help, try disabling IPv6 at the kernel level:

    # nano /etc/sysctl.d/70-ipv6.conf
    ----------------------------------------
    net.ipv6.conf.all.disable_ipv6 = 1
    net.ipv6.conf.default.disable_ipv6 = 1

    # sysctl --load /etc/sysctl.d/70-ipv6.conf
    0

Please sign in to leave a comment.