Comment 8 for bug 1862739

Revision history for this message
Khawar Munir Abbasi (ekhawmu) wrote :

It gets fixed by enabling ipv6

disable ipv6 by adding the following to /etc/sysctl.conf
net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.default.disable_ipv6 = 0
net.ipv6.conf.lo.disable_ipv6 = 0

sysctl -p