No.14525 投稿時間:2004年02月02日(Mon) 20:10 投稿者名:taku URL:
はじめまして
「ドメイン名が正引き出来るまで(DNS設定値の伝播遅延をnslookupコマンドで観察)」というところを見させてもらいました。
私はNetworksolutionsより個人的に****.comというドメインを取得しており、
DNS、メールサーバともにNetworksolutionsの管轄にしていたのですが
昨日、思いつきでDynamicDNS+自宅サーバーにしようと思い、ドメインの移行をしました。
Whoisへの反映は数時間でしたが未だに名前解決はできません。。。
そこでちゃんと移行できているかどうかを確認する方法はないものかとこのページに迷い込みました。
「ドメイン名が正引き出来るまで(DNS設定値の伝播遅延をnslookupコマンドで観察)」のページにあるとおりテストすると
今まで登録してあったネームサーバ(ns93.worldnic.com)まではいけるのですがその上位までいけませんでした。
おそらく、ns93.worldnic.comの中の私のドメイン情報は消去され、今は宙ぶらりんなのでしょう・・・
デフォルトサーバをa.gtld-servers.netにへんこうすると
なぜかすべてのルートサーバのアドレスが表示されます。逆も同じ結果でした。
しかし、すべてのサーバに問い合わせたところns93.worldnic.comと表示されました。
つまり、ドメインの新規登録の際にはこのページのように確認が可能ですが
移行の場合はすでに以前の登録内容が反映されているためこの方法とは多少違った結果が出るのですね・・・
とチョット長くなりましたがこの後も細かくnslookupで調べてみます。
変更が反映されるまでにどの程度の時間がかかるのかわかったらまたupします。
2/2 23:49 Networksolutions 登録変更
DB反映
2/4 12:00 プロバイダDNS 反映
一部DNSにて未だ反映なし
ということでだいたい1日半でおおまかな更新は行われたようです。
No.14554 投稿時間:2004年02月04日(Wed) 17:19 投稿者名:鷹の巣@松阪 URL:http://sakaguch.com/
色々とご丁寧に報告して頂いて嬉しいです。
ちょっと書き忘れていましたが、windows NT系でしたら、
D:\>ipconfig /flushdns
Windows IP Configuration
Successfully flushed the DNS Resolver Cache.
とやって、DNSキャッシュを消去して下さい。
また、以下の様にすれば、ipconfigの引数の詳細が見られます。
D:\>ipconfig /?
USAGE:
ipconfig [/? | /all | /renew [adapter] | /release [adapter] |
/flushdns | /displaydns | /registerdns |
/showclassid adapter |
/setclassid adapter [classid] ]
where
adapter Connection name
(wildcard characters * and ? allowed, see examples)
Options:
/? Display this help message
/all Display full configuration information.
/release Release the IP address for the specified adapter.
/renew Renew the IP address for the specified adapter.
/flushdns Purges the DNS Resolver cache.
/registerdns Refreshes all DHCP leases and re-registers DNS names
/displaydns Display the contents of the DNS Resolver Cache.
/showclassid Displays all the dhcp class IDs allowed for adapter.
/setclassid Modifies the dhcp class id.
The default is to display only the IP address, subnet mask and
default gateway for each adapter bound to TCP/IP.
For Release and Renew, if no adapter name is specified, then the IP address
leases for all adapters bound to TCP/IP will be released or renewed.
For Setclassid, if no ClassId is specified, then the ClassId is removed.
Examples:
> ipconfig ... Show information.
> ipconfig /all ... Show detailed information
> ipconfig /renew ... renew all adapters
> ipconfig /renew EL* ... renew any connection that has its
name starting with EL
> ipconfig /release *Con* ... release all matching connections,
eg. "Local Area Connection 1" or
"Local Area Connection 2"