BIND error 특정 DNS에서는 도메인을 쿼리하지 못합니다.

zzozo의 이미지

안녕하세요.
개인 섭에 개인홈피를 운영중입니다.
KT DNS(168.126.63.1) 에서 저의 홈피 도메인 쿼리가 안됩니다.
다른 DNS 등은 되는것 같습니다.

무슨 문제일까요?

고수님들, 답변해주시면 감사하겠습니다.

- OS: 와우 linux7.3

- BIND:
[root@neoside root]# rpm -qa |grep bind
bindconf-1.6.3-1
bind-devel-9.2.1-0.7x
bind-utils-9.2.1-0.7x
bind-9.2.1-0.7x
ypbind-1.10-7

- 웹환경: apache + php + mysql

- named.conf
controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};

zone "." IN {
type hint;
file "named.ca";
};

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

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

zone "test.com" IN {
type master;
file "zone-test.com";
allow-update { none; };
};

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

- /var/named/zone-test.com
$TTL 86400
@ IN SOA ns.neoside.com. root.neoside.com.(
2003070101 ; Serial number
21600 ; Refresh number
14400 ; Retry number
3600000 ; Expire number
86400) ; Minimum number
IN NS ns
ns IN A x.x.x.x
www IN A x.x.x.x
IN A x.x.x.x
; IN MX 10 test.com.
@ IN A x.x.x.x

- /var/named/named.ca

[root@neoside named]# cat named.ca

; <<>> DiG 9.2.1 <<>> . ns
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 60060
;; flags: qr rd ra; QUERY: 1, ANSWER: 13, AUTHORITY: 0, ADDITIONAL: 13

;; QUESTION SECTION:
;. IN NS

;; ANSWER SECTION:
. 370374 IN NS H.ROOT-SERVERS.NET.
. 370374 IN NS I.ROOT-SERVERS.NET.
. 370374 IN NS J.ROOT-SERVERS.NET.
. 370374 IN NS K.ROOT-SERVERS.NET.
. 370374 IN NS L.ROOT-SERVERS.NET.
. 370374 IN NS M.ROOT-SERVERS.NET.
. 370374 IN NS A.ROOT-SERVERS.NET.
. 370374 IN NS B.ROOT-SERVERS.NET.
. 370374 IN NS C.ROOT-SERVERS.NET.
. 370374 IN NS D.ROOT-SERVERS.NET.
. 370374 IN NS E.ROOT-SERVERS.NET.
. 370374 IN NS F.ROOT-SERVERS.NET.
. 370374 IN NS G.ROOT-SERVERS.NET.

;; ADDITIONAL SECTION:
A.ROOT-SERVERS.NET. 456774 IN A 198.41.0.4
B.ROOT-SERVERS.NET. 456774 IN A 192.228.79.201
C.ROOT-SERVERS.NET. 456774 IN A 192.33.4.12
D.ROOT-SERVERS.NET. 456774 IN A 128.8.10.90
E.ROOT-SERVERS.NET. 456774 IN A 192.203.230.10
F.ROOT-SERVERS.NET. 456774 IN A 192.5.5.241
G.ROOT-SERVERS.NET. 456774 IN A 192.112.36.4
H.ROOT-SERVERS.NET. 456774 IN A 128.63.2.53
I.ROOT-SERVERS.NET. 456774 IN A 192.36.148.17
J.ROOT-SERVERS.NET. 456774 IN A 192.58.128.30
K.ROOT-SERVERS.NET. 456774 IN A 193.0.14.129
L.ROOT-SERVERS.NET. 456774 IN A 198.32.64.12
M.ROOT-SERVERS.NET. 456774 IN A 202.12.27.33

;; Query time: 12 msec
;; SERVER: 211.107.75.94#53(211.107.75.94)
;; WHEN: Thu Jun 3 18:41:02 2004
;; MSG SIZE rcvd: 436

- /var/named/named.rev
$TTL 86400
@ IN SOA ns.test.com. root.ns.test.com. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS ns.test.com.

1 IN PTR localhost.
2 IN PTR ns.test.com.
3 IN PTR www.test.com.

[/b]

codebank의 이미지

다른 DNS에서 접근이 가능하다면 특정 DNS가 리셋될때까지 기다리시면 됩니다.
예전에는 짧으면 일주일 길면 한달 수준이였지만 요즘에는 2~3일에 한번정도씩
리셋을 시키므로 2~3일정도 기다려보시기 바랍니다.

------------------------------
좋은 하루 되세요.

댓글 달기

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