Although this isn't really a wireless problem, I'll see if I can help any.
It sounds like either they are blocking a port that apt uses, or apt needs special configuration to use a proxy. When I run the man apt command (see see the apt manual), it mentions an apt.conf file. I don't see a file like that on my system, but you may need to create one.
Take a look at the manual for the apt.conf file ( man apt.conf). There is some mention of proxies under the http and ftp sections. It looks like you can copy an example file, and modify it for your needs. It says to put it in /etc/apt/apt.conf. Quote:
http
HTTP URIs; http::Proxy is the default http proxy to use. It is in the standard form of http://[[user][:pass]@]host[:port]/. Per host proxies can also be specified by using the form
http::Proxy::<host> with the special keyword DIRECT meaning to use no proxies. The http_proxy environment
variable will override all settings.
| It still doesn't say what the default port is (80?).
__________________
Paul
Please do not PM me with requests for help. I will not reply.
|