我有 Windows 7 作为主机系统,并安装了 Ubuntu 11.10 作为客户机。我正在使用最新版本的 VirtualBox。
网络工作正常,安装正确完成,我可以浏览网页。我BADSIG 40976EAF437D05B5
在使用时遇到了问题apt-get
。我尝试了网络上的所有解决方法(清除缓存、安装 aptitude、从 中删除文件/var/lib/apt/lists/partial
、再次获取密钥、禁用IPv6
等)。我现在看不到BADSIG
错误。但我在尝试运行 时收到以下错误apt-get update
:
Unable to connect to security.ubuntu.com[IP:91.189.92.166]
我无法 ping 通91.189.92.166
任何一个。我可以 ping 通www.google.com
,并且它正常工作。
任何指点都值得赞赏。谢谢,bsr
cat /etc/resolv.conf
domain abc.be
search abc.be
nameserver 10.240.0.x
nameserver 193.xx.xxx.55
其中abc.be
等是有效值。
答案1
我针对该查询获得了两个不同的 IP 地址:
Non-authoritative answer:
Name: security.ubuntu.com
Address: 91.189.92.167
Name: security.ubuntu.com
Address: 91.189.92.166
我也能 ping 两个网络。
您在 VirtualBox 上使用什么网络设置?桥接还是 NAT?
您的 Windows 7 防火墙上有哪些设置(如果有)?
我将尝试使用桥接连接,并为了测试而短暂关闭 Windows 防火墙。(假设您位于 NAT 防火墙后面。)