mslookup
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的更多相关文章
- 外媒速递:系统管理员必须掌握的20条Linux命令
[51CTO.com原创稿件]外媒速递是核子可乐精选的近日国外媒体的精彩文章推荐,希望大家喜欢! 今天推荐的内容包括:系统管理员必须掌握的20条Linux命令.五款最佳Linux屏幕记录应用.MySQ ...
随机推荐
- iOS开发-解决AVAudioRecorder录音文件无法保存的问题
我们在开发iOS客户端APP时,有时候会用到录音的功能,一般会使 AVAudioRecorder 这个类.如下面这样: @interface MyViewController : UIViewCont ...
- angularjs表格方式显示数据
<table> <tr ng-repeat="x in names"> <td>{{ x.Name }}</td> <td&g ...
- 剑指Offer18 顺时针打印矩阵
/************************************************************************* > File Name: 18_PrintM ...
- 自定义TabBarController报错 - Unbalanced calls to begin/end appearance transitions for <>
自定义了TabBarController 之后必须实现以下方法才能避免报错 -(void)viewWillAppear:(BOOL)animated { [self.selectedViewContr ...
- innerHTML与innerText的PK
一.innerText属性用来定义对象所要输出的文本,在本例中innerText把对象it中的文本"您喜欢看微微一笑很倾城吗?"变成了"超级喜欢!"(语句it. ...
- Kettle 连接 oracle
问题1:加载不了驱动 Kettle 不包含jdbc的驱程 所以需要把Ojdbc6.jar 放到 Kettle目录下 4.X: \libext\JDBC 5.x: \lib 问题2:没打开监听 症状 ...
- MSI安装程序在Win8/Win10及以上系统中DLL安装问题
报的错误是: There is a problem with this Windows Installer package. A DLL required for this install to co ...
- highcharts 图表库的简单使用
Highcharts简介: Highcharts是一款纯javascript编写的图表库,能够很简单便捷的在Web网站或Web应用中添加交互性的图表,Highcharts目前支持直线图.曲线图.面积图 ...
- 理解C#系列 / 结束
结束 开始写的原因 因为不知道自己有多牛. 因为需要一个备忘录. 因为要把知识梳理清楚,以便机器学习. 结束写的原因 因为想知道自己有多牛,不是把知识统统都摆出来,而是运用知识去做出东西来. 即将开发 ...
- 详解JSTL的forEach标签
详解JSTL的forEach标签 为循环控制,它可以将集合(Collection)中的成员循序浏览一遍. <c:forEach> 标签的语法 说明 : 语法:迭代一集合对象之所有 ...