Re: Network Proxy

2013-06-10 Thread Brian
On Mon 10 Jun 2013 at 08:02:38 -0700, visakh vijayan wrote: > Can anybody help me how to set up  network proxy in Wheezy. Actually > when i connect a wired network , I can give only ip,subnet mask, > gateway, and dns. There is no option for giving proxy. Please help. The options you have to give

Re: Network Proxy

2013-06-10 Thread basti
/etc/environment http_proxy=http://proxy.whatever.com:8080 ftp_proxy=http://proxy.whatever.com:8080 if only apt-get use a proxy use apt-setup or create a file like "02proxy" in /etc/apt/apt.d/ with following entry Acquire::http::proxy "http:///[user]/:/[passwd]/@/[proxy]/:/[port]/";; Am 10.