Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- plugin
- 단축키
- Source
- grep
- bash
- find
- import
- lsof
- Windows 10
- IntelliJ
- port
- Mac
- context
- 네트워크
- web.xml
- Windows
- 줄바꿈 문자
- xargs
- GIT
- vscode
- VirtualBox
- tomcat
- profile
- netsh
- maVen
- ssh
- Quartz
- resource
- Eclipse
- JavaScript
Archives
- Today
- Total
develog
server can't find 도메인: NXDOMAIN 본문
nslookup 시 조회가 안되는 경우
$ nslookup 도메인
Server: 192.168.1.1
Address: 192.168.1.1#53
** server can't find 도메인: NXDOMAIN
dns 서버를 변경해서 조회해본다
$ nslookup 도메인 8.8.8.8
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
Name: 도메인
Address: x.x.x.x
Comments