Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    How is IPv6 disabled, in particular? Otherwise, --ipv4 is a relevant flag to curl in that situation. Commented Feb 24, 2016 at 23:41
  • 2
    I removed v6 addresses from /etc/hosts and did the following.. sysctl -w net.ipv6.conf.all.autoconf=0, sysctl -w net.ipv6.conf.default.accept_ra=0, sysctl -w net.ipv6.conf.all.disable_ipv6=1 Commented Feb 24, 2016 at 23:52
  • @Manohar I can't thank you enough for your answer. Disabling ipv6 was the easiest workaround and saved my tons of hours Commented May 23, 2021 at 11:49