Ubuntu change dns
现象
- Can not ping, but curl ok
apt
can notupdate
Could not resolve 'nvidia.github.io'
- Can not ping
8.8.8.8
, but223.5.5.5
(ali dns) ok
如何解决
- 更改dns
-
ubuntu 18
sudo vim /etc/systemd/resolved.conf DNS=223.5.5.5 sudo systemctl restart systemd-resolved.service
- 检查
systemd-resolve --status
Global
DNS Servers: 223.5.5.5