ドメインに設定されているネームサーバーを調べる
C:>nslookup -type=ns lil.la
サーバー: dns.google
Address: 8.8.8.8
権限のない回答:
lil.la nameserver = ns2.value-domain.com
lil.la nameserver = ns1.value-domain.com
lil.la のサーバーのIPアドレスを調べる
C:>nslookup lil.la
サーバー: dns.google
Address: 8.8.8.8
権限のない回答:
名前: lil.la
Address: 202.172.28.123
202.172.28.123 のホスト名を調べる
C:>nslookup 202.172.28.123
サーバー: dns.google
Address: 8.8.8.8
名前: s122.coreserver.jp
Address: 202.172.28.123
lil.la のメールサーバーを調べる
C:>nslookup -type=mx lil.la
サーバー: dns.google
Address: 8.8.8.8
権限のない回答:
lil.la MX preference = 10, mail exchanger = lil.la
C:>nslookup -type=txt lil.la
サーバー: dns.google
Address: 8.8.8.8
権限のない回答:
lil.la text =
"v=spf1 ip4:202.172.28.123 ~all"
コメント