比如你想查域名:sohu.com的MX记录
在windows的命令提示符下输入:
C:\>nslookup
接着会出现:
Default Server: ns1.**.com.cn
Address: **.**.**.1
**是我隐藏的。
然后在提示符下依次输入如下两条命令:
> set q=mx
> sohu.com
就会出现:
Default Server: ns1.**.com.cn
Address: **.**.**.1
Non-authoritative answer:
sohu.com MX preference = 10, mail exchanger = sohumx.sohu.com
sohu.com nameserver = dns.sohu.com
sohu.com nameserver = itc.com.cn
sohu.com nameserver = ns2.sohu.com
sohumx.sohu.com internet address = 61.135.132.100
dns.sohu.com internet address = 61.135.131.1
itc.com.cn internet address = 168.160.224.88
ns2.sohu.com internet address = 168.160.224.188
______________________________________________________________________________________________
答4:
在上面的输出中:
sohu.com MX preference = 10, mail exchanger =sohumx.sohu.com
就是你要查的MX记录