ping: Temporary failure in name resolution

1 개요[ | ]

ping: Temporary failure in name resolution
root@localhost:~# ping example.com
ping: example.com: Temporary failure in name resolution
root@localhost:~# curl -v example.com
* Expire in 0 ms for 6 (transfer 0x5791eac36fb8)
...
* Expire in 1 ms for 1 (transfer 0x5791eac36fb8)
* Expire in 0 ms for 1 (transfer 0x5791eac36fb8)
* Expire in 0 ms for 1 (transfer 0x5791eac36fb8)
* Could not resolve host: example.com
* Expire in 0 ms for 1 (transfer 0x5791eac36fb8)
* Closing connection 0
curl: (6) Could not resolve host: example.com

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}