How to connect ipkg program to internet through a proxy?
Topic: Proxy
The content of this topic has been archived on 5 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.
From http://wiki.openwrt.org/OpenWrtDocs/Using-
To use ipkg through a proxy, add the following to /etc/ipkg.conf
option http_proxy http://aaa.bbb.ccc.ddd:port/
option ftp_proxy ftp://aaa.bbb.ccc.ddd:port/
From http://wiki.openwrt.org/OpenWrtDocs/Using-
To use ipkg through a proxy, add the following to /etc/ipkg.conf
option http_proxy http://aaa.bbb.ccc.ddd:port/
option ftp_proxy ftp://aaa.bbb.ccc.ddd:port/
My proxy require authorizaton. But described by linked page authorization methods don't work.
Busybox's wget (used by ipkg) doesn't support proxy authentication.
Try replacing wget with the one from Florian's repository and then setting the proxy_user and proxy_password in your .wgetrc.
Hope this helps,
Charlie
The discussion might have continued from here.
