Disabling IPv6 on Linux

Those inexplicable network timeouts.... >.<

When you’re looking at a seemingly stuck network process and you realise there’s some kind of IPv6 problem, here’s a command that will shut the IPv6 stack down straight away and hand control back to the IPv4 stack allowing your application to continue: echo 1 &gt; /proc/sys/net/ipv6/conf/all/disable_ipv6 ... [Read More]