yum access IPV6 reposotory on Centos 7
The easiest way to disable IPv6edit /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
No comments:
Post a Comment