====== Force Wget to Use IPv4 ====== Esto para que no pierda tiempo tratando de llegar a la dirección ipv6. In case you want wget to only look for IPv4 address and connect to it, you need to use the ''--inet4-only'' flag with ''wget'' command as shown. $ wget --inet4-only https://ftp.gnu.org/gnu/wget/wget-latest.tar.gz