Raffaele Sandrini <[EMAIL PROTECTED]> wrote:
>I'd like to install Debian on another Computer in my LAN. It will be only the 
>Base and few additional packages. I have hreared from an APT "PROXY" 
>envairement variable with it i can install over my net with a transparent 
>Proxy? Is that true? If yes, what is the correct variable?

If it's already a transparent proxy, no need to do anything ...
otherwise, you want http_proxy, e.g. 'export
http_proxy=http://proxy.example.com:8000/'.

You can also set this in /etc/apt/apt.conf:

  Acquire::http::Proxy "http://proxy.example.com:8000/";;

-- 
Colin Watson                                     [EMAIL PROTECTED]

Reply via email to