Skip to content

Instantly share code, notes, and snippets.

@zachbrowne
Last active July 27, 2016 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zachbrowne/83c4f4a0ef04409253845387b194102d to your computer and use it in GitHub Desktop.
Save zachbrowne/83c4f4a0ef04409253845387b194102d to your computer and use it in GitHub Desktop.
I solved this on 12.10 by editing /etc/gai.conf and uncommenting the line:
#
# For sites which prefer IPv4 connections change the last line to
#
precedence ::ffff:0:0/96 100
# Problems in Fedora
touch /etc/modprobe.d/disableipv6.conf
echo "install ipv6 /bin/true" >> /etc/modprobe.d/disableipv6.conf
vi /etc/sysconfig/network
NETWORKING_IPV6=no
IPV6INIT=no
reboot
lsmod | grep ipv6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment