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 …
不错不错,楼主您辛苦了。。。 微机原理闹危机,随机过程随机过,实变函数学十遍,汇编语言不会编! 相当不错,感谢无私分享精神! 不知该说些什么。。。。。。就是谢谢 流氓不可怕,就怕流氓有文化。 漏洞与补丁齐飞,蓝屏共死机一色!
页:
[1]