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. PostgreSQL异步客户端(并模拟redis 数据结构)

    以前为了不在游戏逻辑(对象属性)变更时修改数据库,就弄了个varchar字段来表示json,由服务器逻辑(读取到内存)去操作它. 但这对运维相当不友好,也不能做一些此Json数据里查询. 所以后面就用 ...

  2. Java Properties类

    Properties 是哈希表的一个子类.它是用来维持值列表,其中的键是一个字符串,值也是一个字符串. Properties类被许多其他的Java类使用.例如,它是对象通过System.getProp ...

  3. iOS webView与js交互在文本空格上输入文字

    项目要求:webview加载html网址,内容为填空题型文本,需要在横线上添加答案,并点击提交按钮后再将答案进行回显 正常加载的效果图片: 这个是用js交互后的效果图: 点击空格,输入想输入的答案,如 ...

  4. Umbraco(6)-Creating More Pages Using the Master - Part 2(翻译文档)

    创建一个Contact Us页面 我们将创建一个新的”联系我们“页面,在该页面我们将放置简单的联系信息.对于添加这个功能你可能想替换为一个完全成熟的形式. 一些有效的解决方案: 使用表面控制器构建自己 ...

  5. 剑指Offer25 二叉搜索树转换为排序双向链表

    /************************************************************************* > File Name: 25_BSTCon ...

  6. poj动态规划列表

    [1]POJ 动态规划题目列表 容易: 1018, 1050, 1083, 1088, 1125, 1143, 1157, 1163, 1178, 1179, 1189, 1208, 1276, 13 ...

  7. 第三回 Bootstrap3.x 起步

    基本模版 <!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset="u ...

  8. C++类(一)

    #include<iostream> #include<string> using namespace std; //找了很久,似乎都是类放在Main方法体上 class Pe ...

  9. 跟我一起学习ASP.NET 4.5 MVC4.0(一)(转)

    由于上面一个项目使用的是ASP.NET4.0 MVC3.0,在招人的时候发现很多人有听说过MVC,但是却是没用过,对MVC也只是一知半解,最近想给团队成员做一个系统的解说,让大家都可以学习一下ASP. ...

  10. Oracle 学习笔记3:新建数据库没有scott用户解决办法

    新建一个数据库,若选择Oracle组件时,没有选择实例方案,完成后进行口令管理,默认列表中是找不到scott用户解锁的.若要解锁scott用户,可以进行如下操作: 使用system或者sys连接数据库 ...