4
似乎没有使用apt.conf“ Acquire :: http:Proxy” proxyserver:port”(Win7上Virtual Box下的Ubuntu 13.04)
这用于在VirtualBox VM中安装Ubuntu 13.04 Desktop。我在xyz251:9090上具有HTTP代理的公司网络上。我已经使用自动配置脚本配置了来宾操作系统,因此Firefox可以正常工作,但是无法使用代理连接获得“ apt-get”或“ Ubuntu软件中心”。 我创建了文件“ /etc/apt/apt.conf”,它现在包含一行文本: Acquire::http:Proxy "http://x.y.z.251:9090" 这是我在“系统设置/网络/网络代理”中指定并应用于整个系统的proxy.pac文件。 当我使用Firefox时,数据包跟踪显示TCP连接是通过公司代理在端口9090进行的,当我运行“ Ubuntu软件中心”和“ apt-get”时,数据包跟踪显示带有最终目标IP的TCP SYN数据包地址和端口80。当然,对SYN数据包没有任何响应,因为公司防火墙阻止了端口80上的TCP连接进出。 在终端窗口中使用“ sudo apt-get”,我总是看到: Ign cdrom://Ubuntu 13.04 _Raring Ringtail_ - Release amd64 (20130424) raring/main Translation-en_US Ign cdrom://Ubuntu 13.04 _Raring Ringtail_ - Release amd64 (20130424) raring/main Translation-en Ign cdrom://Ubuntu 13.04 _Raring Ringtail_ - Release amd64 (20130424) raring/restricted …