cheng029 发表于 2012-8-19 23:15:54

Window 2008 server DNS 无法解析ISA WPAD

用Windows server 2008 R2 DNS添加ISA WPAD的别名老是解析失败,并且在DNS event view中看到有这样的错误:
Source:DNS,Event ID:7600

原因:
windows 2008 server R2 的DNS 有一个DNS block list 模块,默认禁止解析WPAD.

解决方法:
参考;http://technet.microsoft.com/en-us/library/cc441517.aspx

Updating the block list
Use the dnscmd command-line tool to manage the global query block list. Open a command line prompt, and then do the following:

[*]To check whether the global query block is enabled, type the following:
dnscmd /info /enableglobalqueryblocklist
[*]To display the host names in the current block list, type the following:
dnscmd /info /globalqueryblocklist
[*]To disable the block list and ensure that the DNS Server service does not ignore queries for names in the block list, type the following:
dnscmd /config /enableglobalqueryblocklist 0
[*]To enable the block list and ensure that the DNS Server service ignores queries for names in the block list, type the following:
dnscmd /config /enableglobalqueryblocklist 1
[*]To remove all names from the block list, type the following:
dnscmd /config /globalqueryblocklist
[*]To replace the current block list with a list of the names that you specify, type the following:
dnscmd /config /globalqueryblocklist name …

花蜻宽 发表于 2013-3-13 20:09:48

不错不错,楼主您辛苦了。。。

LXY3800 发表于 2013-5-15 22:46:20

微机原理闹危机,随机过程随机过,实变函数学十遍,汇编语言不会编!

julley 发表于 2013-5-18 09:35:00

相当不错,感谢无私分享精神!

Rainie999 发表于 2013-5-20 11:52:53

不知该说些什么。。。。。。就是谢谢

agangliu0400 发表于 2013-5-22 10:56:27

流氓不可怕,就怕流氓有文化。

bestjoe 发表于 2013-5-25 01:04:23

漏洞与补丁齐飞,蓝屏共死机一色!
页: [1]
查看完整版本: Window 2008 server DNS 无法解析ISA WPAD