LFD cannot download some blockslists when ipv6 is disabled.
Posted: 12 Sep 2016, 16:15
When ipv6 is disabled by Anaconda then we are seeing this in the LFD logs (Note that IPv6 is disabled in the csf.conf via IPV6 = "0");
Code: Select all
Unable to retrieve blocklist MAXMIND - Unable to download: Can't connect to www.maxmind.com:443 (socket: Address family not supported by protocol)
Code: Select all
[root@server modprobe.d]# cat /etc/modprobe.d/ipv6.conf
# Anaconda disabling ipv6
options ipv6 disable=1
Code: Select all
[root@server]# cat /etc/redhat-release
CentOS release 6.8 (Final)