MENU

腾讯云轻量级服务器ubuntu20.04无法解析域名问题

December 17, 2021 • linux相关

1. DNS解析问题

  • 本地ping域名失败
  • nslookup xxx.com域名失败

2. 修复

  • 2.1 编辑下面这个文件,添加DNS服务IP

    /etc/systemd/resolved.conf
    DNS=183.60.83.19 183.60.82.98
  • 2.2.重建解析配置文件软链接

    ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf
  • 2.3.重启解析服务

    systemctl restart systemd-resolved