dr@odroid:~$ export http_proxy=http://[fe80::9864:b6ff:fe00:3410%eth0]:3128/
dr@odroid:~$ curl -o gl.deb
http://deb.odroid.in/5422-s/pool/main/m/mali-x11/mali-x11_20170718-r17p0-20503ff-3_armhf.deb
% Total% Received % Xferd Average Speed TimeTime Time Current
Maybe this is helpful for fixing:
On a router with LEDE-based OS, I have two different "versions" of wget:
With full wget 1.18, I cannot use an IPv6 address with interface as
described above.
However, with the wget included in BusyBox v1.25.1, the same command is
working!
Command (in both cases)
Gold star for this man ^^^. Thanks.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1566930
Title:
wget does not support IPv6 address with scoped zone (RFC 4007)
To manage notifications about this bu
Workaround is to use IPv4/NAT networking instead of link-local
IPv6/http_proxy.
1. configure your lxdbr0 network with (private) IPv4 addresses and DHCP
pool in /etc/default/lxd-bridge. Also set LXD_IPV4_NAT="true" and
LXD_IPV6_PROXY="false". Restart.
2. "lxc profile edit default" to no longer use
How do I work around this?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1566930
Title:
wget does not support IPv6 address with scoped zone (RFC 4007)
To manage notifications about this bug go to:
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: wget (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1566930
Title:
wget
RFC 4007 : https://www.ietf.org/rfc/rfc4007.txt
Discussion upstream :
http://lists.gnu.org/archive/html/bug-wget/2009-06/msg0.html
Attaching a POC patch from upstream mailing list to demonstrate the fix,
but it is hackish.
** Attachment added: "Naive-IPv6-zone-identifier-implementation-for-H