dns에 대한 질문

익명 사용자의 이미지

dns 서버를 설치했는데요...
nslookup하면
ns.xxx.xxx.kr
210.110.xx.xxx로
나오거든요
그리고
>www.yahoo.co.kr
***ns.xxx.xxx.kr can't find www.yahoo.co.kr server failed 나거든요
그리고
>server 168.126.63.1 (새로 한국통신(?))
이렇게 하고 야후를 하면 아이피랑 갖고 오거든요

제가 dns 서버를 잘못 설정한거 같은데
책에서 하라는대로 했는데 안되는데 이런 경우에는
어떤 부분이 잘못 설정되어서 이런 현상이 일어나나요?

익명 사용자의 이미지

단순하게 말하자면, 상위 DNS 서버가 없어서 그렇습니다.

DNS 구조는 tree 구조라고 보시면 됩니다.(조금 틀리기는 하지만)

그래서 자기가 없는 정보가 있다면, 보다 상위의 DNS에게 물어보게

되는거죠. 상위 DNS 서버를 설정해 두시면, 아마도 되겠죠.

그럼 고운 하루되시길...

익명 사용자의 이미지

모르는이 wrote..
dns 서버를 설치했는데요...
nslookup하면
ns.xxx.xxx.kr
210.110.xx.xxx로
나오거든요

어떤 통신회사를 이용하는지 모르겠지만 통신회사에서 제공한
DNS 서버 이름과 IP 를 /etc/resolv.conf 내용과 일치시켜보세요.
만약 위에나온 210 으로 시작하는 IP 가 맞다면 문제는 통신회사
DNS(즉 210.110.xxx.xxx) 에 문제가 있는 겁니다.
따라서 밑에 나온 168.126.63.1 를 /etc/resolv.conf 에 넣으세요.

예) /etc/resolv.conf 의 내용
search kns.kornet.net ---> 이 줄은 생략가능
nameserver 168.126.63.1 ---> 이 줄은 꼭 추가

그럼...좋은 하루..

그리고
>www.yahoo.co.kr
***ns.xxx.xxx.kr can't find www.yahoo.co.kr server failed 나거든요
그리고
>server 168.126.63.1 (새로 한국통신(?))
이렇게 하고 야후를 하면 아이피랑 갖고 오거든요

제가 dns 서버를 잘못 설정한거 같은데
책에서 하라는대로 했는데 안되는데 이런 경우에는
어떤 부분이 잘못 설정되어서 이런 현상이 일어나나요?

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.