我正在使用 VirtualBox,并且安装了 Ubuntu Server 14.4,我将 dhcp 更改为静态 ip,我的网络接口文件:
auto eth0
iface eth0 inet static
address 10.5.60.7
netmask 255.255.255.0
network 10.5.60.0
broadcast 10.5.60.255
gateway 10.5.60.1
dns-nameservers 10.5.60.2
但是当我尝试更新我的服务器时,出现以下错误:
无法解析“security.ubuntu.com”。