Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。

C:\Users\Administrator>mslookup
'mslookup' 不是内部或外部命令,也不是可运行的程序
或批处理文件。

C:\Users\Administrator>ms lookup
'ms' 不是内部或外部命令,也不是可运行的程序
或批处理文件。

C:\Users\Administrator>nslookup
默认服务器:  ns.szptt.net.cn
Address:  202.96.134.133

> set type=ptr
> 121.34.248.73
服务器:  ns.szptt.net.cn
Address:  202.96.134.133

*** ns.szptt.net.cn 找不到 73.248.34.121.in-addr.arpa.: Non-existent domain
> set type=mx
> chinatelling.com
服务器:  ns.szptt.net.cn
Address:  202.96.134.133

非权威应答:
chinatelling.com        MX preference = 10, mail exchanger = mx.chinatelling.com

chinatelling.com        MX preference = 20, mail exchanger = mx1.chinatelling.co
m
> set type=a
> mx.chinatelling.com
服务器:  ns.szptt.net.cn
Address:  202.96.134.133

非权威应答:
名称:    mx.chinatelling.com
Address:  218.18.52.116

> set type=ptr
> 218.18.52.116
服务器:  ns.szptt.net.cn
Address:  202.96.134.133

非权威应答:
116.52.18.218.in-addr.arpa      name = mx.chinatelling.com
>
> set type=txt
> secomtel.com
服务器:  ns.szptt.net.cn
Address:  202.96.134.133

非权威应答:
secomtel.com    text =

"v=spf1 a:mail.secomtel.com mx:121.34.248.73 IP4:121.34.248.73~all"
> 163.com
服务器:  ns.szptt.net.cn
Address:  202.96.134.133

非权威应答:
163.com text =

"v=spf1 include:spf.163.com -all"
> microsoft.com
服务器:  ns.szptt.net.cn
Address:  202.96.134.133

非权威应答:
microsoft.com   text =

"FbUF6DbkE+Aw1/wi9xgDi8KVrIIZus5v8L6tbIQZkGrQ/rVQKJi8CjQbBtWtE64ey4NJJwj
5J65PIggVYNabdQ=="
microsoft.com   text =

"v=spf1 include:_spf-a.microsoft.com include:_spf-b.microsoft.com includ
e:_spf-c.microsoft.com include:_spf-ssg-a.microsoft.com include:spf-a.hotmail.co
m ip4:131.107.115.215 ip4:131.107.115.214 ip4:205.248.106.64 ip4:205.248.106.30
ip4:205.248.106.32 ~all"
>

mslookup的更多相关文章

  1. 外媒速递:系统管理员必须掌握的20条Linux命令

    [51CTO.com原创稿件]外媒速递是核子可乐精选的近日国外媒体的精彩文章推荐,希望大家喜欢! 今天推荐的内容包括:系统管理员必须掌握的20条Linux命令.五款最佳Linux屏幕记录应用.MySQ ...

随机推荐

  1. iOS -动态可变参数

    #import "ViewController.h" @interface ViewController () @end @implementation ViewControlle ...

  2. mysql_DML_insert

    1.指定字段插入数据 insert into wsb2(stu_name,salary)values ('nan','10000'); insert into wsb2(stu_name,salary ...

  3. Kinect For Windows V2开发日志二:Kinect V2的基本参数

    以下内容节选自Heresy的博客:   彩色影像:1920 x 1080 @ 30 / 15 FPS(根据环境亮度) 深度影像:512 x 424 @ 30 FPS.16bit 距离值(mm).可侦测 ...

  4. BC Harry and Magical Computer (拓扑排序)

    Harry and Magical Computer  Accepts: 350  Submissions: 1348  Time Limit: 2000/1000 MS (Java/Others) ...

  5. 转: 跨终端Web之Hybrid App

    转:  http://www.infoq.com/cn/articles/hybrid-app 编者按:InfoQ开设新栏目“品味书香”,精选技术书籍的精彩章节,以及分享看完书留下的思考和收获,欢迎大 ...

  6. DNA电荷转移:电阻的计算公式 & Marcus电子转移理论

    更新:26 APR 2016 参考文献: [1] Mechanisms for DNA Charge Transport. Chem. Rev. 2010, 110, 3, 1642-1662 [电子 ...

  7. cocos2dx-lua 批量打包及修改

    coco2dx目前大部分开发者肯定是用lua解决问题,问题来了,每次改一下lua配置可能你每次都得运行 cocos luacompile -p android 针对不同的平台,可能会有某些配置会略有不 ...

  8. Access时间日期比较查询的方法总结

    Access日期时间比较查询语句困扰过很多网友,种豆网整理了一下Access日期比较查询的几种方法,假定数据表明为TblName,日期/时间字段名为FDate(这里不能讲FDate设置为字符串,否则比 ...

  9. VxWorks 6.9 内核编程指导之读书笔记 -- Singnals

    Signals 信号是操作系统用于异常处理和异步控制流的关键.在很多方面,信号相当于软件方面的硬件中的中断.操作系统产生的信号包括总线错误和浮点处理异常.信号也提供了API来管理和产生信号.在应用程序 ...

  10. Session State Pattern会话状态模式

    Client Session State 客户会话状态. 在Client端保存会话状态. 运行机制 Client在每次请求时会把所有的会话数据传给Server,Server在响应时把所有的会话状态传给 ...