How to disable ipv6 on MacOS and never see an address resolved to ipv6
Posted
by
shabunc
on Super User
See other posts from Super User
or by shabunc
Published on 2013-10-28T21:35:24Z
Indexed on
2013/10/28
21:56 UTC
Read the original article
Hit count: 272
osx
|networking
On MacOS (10.8.5 if that matters) I'm trying to disable off ipv6 via networksetup -setv6off Wi-Fi
.
Nevertheless, when I'm trying to wget a specific files URL resolves to ipv6 address and download fails.
I just wonder what I am missing in order not to feel as stupid as I currently feel.
ifconfig
shows that some of interfaces have inet6 enabled, but I just don't know whether this is relevant at all. networksetup -listallnetworkservices
does not show anything extraordinary I've forgot about.
© Super User or respective owner