네임서버 관련.. 도와주세요~ dig 결과값 추가~

armada의 이미지

자체 DNS, www서버를 돌리고 있는데..

갑자기 어제부터 작동이 안되기 시작합니다 -_-;;

주요 설정파일들을 보면..

/etc/named.conf

zone "134.232.211.in-addr.arpa" IN {
        type master;
        file "named.rev";
        allow-update { none; };
};

zone "irism.net" IN {
        type master;
        file "irism.net.zone";
        allow-update { none; };
};

이고..

/var/named/irism.net.zone 

@       IN      SOA     ns1.irism.net. root.ns1.irism.net.      (
                        1997022700      ; Serial
                        28800           ; Refresh
                        14400           ; Retry
                        3600000         ; Expire
                        86400   )       ; Minimum
                IN      NS      ns1.irism.net.
                IN      NS      cc.worldcarp.org

irism.net.      IN      A       211.232.134.202
ns1             IN      A       211.232.134.202
ns2             IN      A       203.247.221.175
www             IN      A       211.232.134.202
ftp             IN      A       211.232.134.202

입니다.

도메인 네임은 비공개해봤자..^^;; 도움이 안될거 같아서..

셋팅 전부를 그냥 올립니다..

어제오후부터

불특정소수의 컴퓨터에서 irism.net 도메인을 찾지 못하며

저희 집 ( 신비로통신 ) 도 안되더군요..

참고로.. 이 서버에서 운영되고 있는 다른 도메인( 3~4개정도 됨 )들은

잘 작동합니다.

서버 콘솔에서 nslookup irism.net 하면
Non-authoritative answer:
*** Can't find irism.net: No answer

나오구요.. 다른 도메인들은 정상이군요..

혹시 비슷한 증상으로 어려움을 겪으셨던 분이 있으시면

조언해주시면 감사하겠습니다

마지막으로.. dig irism.net 해본 결과입니다 -_-;; 뭔가 이상한듯..


; <<>> DiG 9.2.2 <<>> irism.net
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25403
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;irism.net.                     IN      A

;; AUTHORITY SECTION:
irism.net.              7393    IN      SOA     ns1.irism.net. root.ns1.irism.net. 1997022700 28800 14400 3600000 86400

;; Query time: 21 msec
;; SERVER: 168.126.63.1#53(168.126.63.1)
;; WHEN: Sat Feb 28 11:41:50 2004
;; MSG SIZE  rcvd: 72

제가 생각하기로는

irism.net. 7393 IN SOA ns1.irism.net. root.ns1.irism.net. 1997022700 28800 14400 3600000 86400

이게 아니구

irism.net. 7393 IN SOA 211.232.134.202

이렇게 되어야할것같거든요...

armada의 이미지

아참.. /etc/named.conf는 부분적으로만 보여드립니다. 나머지는 모두 디폴트...

그리고 서버의 hostname도 ns1 입니다.

dgkim의 이미지

저는 사설DNS를 운영중이며(즉, kns.kornet.net같은 것을 사용하지 않고)

제 서버에 nslookup한 결과 정상적인 내용이 보입니다.

그리고 위에서 SOA레코드에 IP주소가 나오는 것이 맞지 않냐고 하셨는데,

SOA는 위와 같이 나오는 것이 정상이며,

확인해 보셔야 할 내용은 dig보다는 좀더 원초적인 방법으로

다음과 같이 해보시면 됩니다.

[dgkim@www mail]$ nslookup
Note:  nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead.  Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
> set debug
> set type=ns
> irism.net
Server:         211.61.158.253
Address:        211.61.158.253#53

------------
    QUESTIONS:
        irism.net, type = NS, class = IN
    ANSWERS:
    ->  irism.net
        nameserver = ns1.irism.net.
    AUTHORITY RECORDS:
    ADDITIONAL RECORDS:
    ->  ns1.irism.net
        internet address = 211.232.134.202
------------
Non-authoritative answer:
irism.net       nameserver = ns1.irism.net.

Authoritative answers can be found from:
ns1.irism.net   internet address = 211.232.134.202
>

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.