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
- netsh
- context
- web.xml
- Windows
- tomcat
- maVen
- bash
- Mac
- xargs
- profile
- port
- VirtualBox
- Windows 10
- 줄바꿈 문자
- JavaScript
- grep
- lsof
- vscode
- Eclipse
- import
- Source
- 단축키
- plugin
- ssh
- find
- 네트워크
- GIT
- resource
- Quartz
- IntelliJ
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