首页 > Windows开发 > 详细

How to install DIG dns tool on windows 7

时间:2014-11-14 15:35:28      阅读:330      评论:0      收藏:0      [点我收藏+]

This guide explain how to install dig dns tool on windows 7 in few steps:

 

1. First go to http://www.isc.org/downloads and look for BIND, underneath select right version, for windows we have to choose the "(zip)" option of the latest release of BIND 9.

2. Then click on the Download button, after that hyperlinks with requested version appears and we are able to download the actual zipfile.

bubuko.com,布布扣

 

3. when we sucesfully download the archive file, extract the zipfile content to a temporary directory on your workstation.

4. go into this directory and run "BINDInstall.exe", then choose the "Tools only" option and target directory where to install dig, I had choosen c:\dig 

bubuko.com,布布扣

 

5. Next add the path of the dig folder (c:\dig\bin) to the system PATHS variable. We should do it folowing way:

click on the Start button > Right click on "My Computer" > Properties >  Advanced System Settings > Advanced tabs > Environment Variables
then Append ;C:\dig\bin\ to the Path variable. Then restart Command Prompt.

5. Now we are able to run dig tool directly from the command line typing

dig

How to install DIG dns tool on windows 7

原文:http://www.cnblogs.com/walter371/p/4097337.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!