DNS 세팅 문제

dalho의 이미지


ISP들에서 도메인의 NS서버 정보를 가져오지 못하여 IP로 못바꿔주고 있습니다.
ISP DNS서버에 문제인가요? 아니면 설정의 문제인가요?

정상동작된 설정 정보

1. WHOIS 정보
Domain Name: LALAGAME.NET
Registrar: TUCOWS INC.
Whois Server: whois.tucows.com
Referral URL: http://domainhelp.opensrs.net
Name Server: NS.LALAGAME.NET
Status: ok
Updated Date: 31-mar-2008
Creation Date: 24-jan-2008
Expiration Date: 24-jan-2009

2. nslookup의 LALAGAME.NET의 SOA

Name: lalagame.net
Address: 218.25.59.212
lalagame.net nameserver = ns.lalagame.net.
lalagame.net
origin = ns.lalagame.net
mail addr = hostmaster.lalagame.net
serial = 2008040200
refresh = 900
retry = 600
expire = 86400
minimum = 3600

===============================
이제부터가 문제입니다.

server 168.126.63.1 // 코넷 DNS 서버경우

lalagame.net
origin = kns.kornet.net
mail addr = domain.ns.kornet.net
serial = 2008021400
refresh = 43200
retry = 3600
expire = 604800
minimum = 43200
lalagame.net nameserver = kns.kornet.net.
Name: lalagame.net
Address: 211.44.251.249

server 210.94.0.7 // 하나로 DNS 서버경우

lalagame.net
origin = localhost
mail addr = root.localhost
serial = 2008021411
refresh = 10800
retry = 3600
expire = 604800
minimum = 86400
lalagame.net nameserver = localhost.
Name: lalagame.net
Address: 116.125.127.146

server 210.94.0.7 // 두루넷 DNS 서버경우

lalagame.net
origin = localhost
mail addr = root.localhost
serial = 2007071012
refresh = 10800
retry = 3600
expire = 604800
minimum = 86400
lalagame.net nameserver = localhost.
Name: lalagame.net
Address: 58.121.85.178

=============================

nslookup 에서 set type=soa 로 검색해본 결과입니다.

어디서부터 잘못된 이유일까요?

#dig @168.126.63.1 . net <-- dig 로 코넷DNS에서 .net의 gtld 서버 검색
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46079
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;. IN A

;; AUTHORITY SECTION:
. 10258 IN SOA A.ROOT-SERVERS.NET. NSTLD.VERISIGN-GRS.COM. 2008040200 1800 900 604800 86400

;; Query time: 1 msec
;; SERVER: 168.126.63.1#53(168.126.63.1)
;; WHEN: Thu Apr 3 12:46:47 2008
;; MSG SIZE rcvd: 92

; <<>> DiG 9.3.4 <<>> @168.126.63.1 . net
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6455
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;net. IN A

;; AUTHORITY SECTION:
net. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1207194392 1800 900 604800 900

;; Query time: 3 msec
;; SERVER: 168.126.63.1#53(168.126.63.1)
;; WHEN: Thu Apr 3 12:46:47 2008
;; MSG SIZE rcvd: 94

#dig @a.gtld-servers.net lalagame.net <--- gtld 서버에서 lalagame.net 정보 검색

; <<>> DiG 9.3.4 <<>> @a.gtld-servers.net lalagame.net
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24196
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

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

;; AUTHORITY SECTION:
lalagame.net. 172800 IN NS ns.lalagame.net.

;; ADDITIONAL SECTION:
ns.lalagame.net. 172800 IN A 218.25.59.212

;; Query time: 227 msec
;; SERVER: 192.5.6.30#53(192.5.6.30)
;; WHEN: Thu Apr 3 12:47:10 2008
;; MSG SIZE rcvd: 63

gtld에서는 정보를 제대로 가지고 있으며, zone 파일의 serial 버전도 낮지 않습니다.

댓글 달기

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