"Ping: Temporary failure in name resolution"의 두 판 사이의 차이

(새 문서: ==개요== ;ping: Temporary failure in name resolution <syntaxhighlight lang='console'> root@localhost:~# ping example.com ping: example.com: Temporary failure in name resolution </s...)
 
 
(같은 사용자의 중간 판 3개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;ping: Temporary failure in name resolution
{{소문자}}
;<nowiki>ping: Temporary failure in name resolution</nowiki>


<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
22번째 줄: 23번째 줄:
* [[리눅스 ping]]
* [[리눅스 ping]]
* [[curl: (6) Could not resolve host]]
* [[curl: (6) Could not resolve host]]
* [[nslookup ;; connection timed out; no servers could be reached]]


[[분류: 리눅스]]
[[분류: 리눅스]]

2023년 5월 15일 (월) 14:28 기준 최신판

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 }}