我刚刚通过 USB Live (ubuntu 17.04) 在我的 Asus EEE Netbook 上安装了 Kubuntu 映像。安装过程顺利,驱动程序安装没有错误。通过图形界面,我能够连接到我的无线网络并获取 IP 地址。
但我无法继续apt-get update
,这会返回
could not resolve the <linux repo link>
Ping8.8.8.8
成功,但其他站点被列为未知名称或服务。如果我 ping IP 地址,它就会工作。这似乎与 DNS 配置有关。所以我尝试编辑/etc/resolv.conf
以包含nameserver 8.8.8.8
但仍然没有 DNS 解析。电缆有同样的行为。
有人能帮忙吗?
答案1
我的resolv.conf配置如下:
nameserver 127.0.1.1
search 192.168.178.1 <MyRouterName>
如果我尝试以下操作,第一行是我获得的本地地址:
$ nslookup google.de
Server: 127.0.1.1
Address: 127.0.1.1#53
Non-authoritative answer:
Name: google.de
Address: 172.217.18.163
$
也许对你有用。