---
title: 正确配置网络后仍无法联网
description: "正确配置网络后仍无法联网。提示如下："
url: https://www.hiascend.com/document/detail/zh/Atlas200IDKA2DeveloperKit/latest/Appendices/faq/faq_0014.html
sourcePath: /source/zh/Atlas200IDKA2DeveloperKit/23.0.RC2/Appendices/faq/faq_0014.html
indexId: 8b58fc0f5dc15c0cf7cb89c70ebaf2a90da9faaad106e0b9e6fa50d136f8985c74
---
# 正确配置网络后仍无法联网

#### 现象描述

正确配置网络后仍无法联网。提示如下：

```
(base) root@davinci-mini-devkit-1:
~
# ping baidu.com
ping: baidu.com: Temporary failure in name resolution
```


#### 解决方案

添加DNS，命令如下：

```
echo "nameserver 8.8.8.8" >> /etc/resolv.conf
```
