[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Proxy at very first stage



On Wed, Dec 22, 2010 at 02:48:23PM +0100, Tomasz Klicki wrote:
> On 22.12.2010 14:42, intrigeri wrote:
> > export http_proxy=http://YOUR_PROXY_IP:YOUR_PROXY_PORT/
> 
> It would be too simple ;-) It does not work, I've tried. I've also tried
> all possible parameters related to proxy from manual.
> 
> Proxy is not used until next (I guess - called chroot) stage.
> 
I always do:

sudo -i
export http_proxy="http://YOUR_PROXY_IP:YOUR_PROXY_PORT";

(note the quotes -- I think it didn't work before I added the quotes,
but it's been a while since I've tried).

-Rob


Reply to: