yum access IPv6 reposotory on Centos 7

yum access IPV6 reposotory on Centos 7

The easiest way to disable IPv6


  edit /etc/sysctl.d/disable-ipv6.conf


and add
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1


Then issue sysctl -p

If still yum trying to access IPv6 edit /etc/yum.conf and add
ip_resolve=4






Comments

Popular posts from this blog

How to clean DB from old logs in Magento 1.x

Reduce (shrink) and resize raw disk at Proxmox

Apache 2.4 + mod_wsgi + Python 3.7 + Django installation on Centos 7.10