vi /etc/sysctl.d/
disable-ipv6.conf
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1Then issue sysctl -pHowever you still try to contact IPv6 addresses, so the solution consists in adding this lineip_resolve=4to
/etc/yum.conf
Thanks
ReplyDelete