Install BIND Utilities on Windows
Jump to navigation
Jump to search
This was tested on Windows 7 and is essentially a copy from another website.
- Download the latest BIND windows binaries.
https://www.isc.org/downloads/file/bind-9-10-3-p4/?version=win-32-bit
or
https://www.isc.org/downloads/file/bind-9-10-3-p4/?version=win-64-bit
- Unzip and run BINDInstall.exe
- Check the box marked "Install Tools Only"
- After installation is finished open system properties.
Control Panel\All Control Panel Items\System
- Advanced System Settings
- Environmental Variables
- Highlight PATH and click "Edit..."
- This is a semicolon separated list, so if something already exists go to the end of the line and add
;C:\Program Files\ISC BIND 9\bin
If the line is empty, remove the semicolon before the "C:\..."
- Hit all the OKs until all the windows are gone.
- Open a terminal and type
C:\Users\michael.mast>dig google.com ; <<>> DiG 9.10.3-P4 <<>> google.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 8896 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4000 ;; QUESTION SECTION: ;google.com. IN A ;; ANSWER SECTION: google.com. 300 IN A 216.58.195.142 ;; Query time: 46 msec ;; SERVER: xxx.xxx.xxx.xxx#53(xxx.xxx.xxx.xxx) ;; WHEN: Mon Apr 04 16:53:15 Eastern Daylight Time 2016 ;; MSG SIZE rcvd: 55
This will hopefully get you through until your Linux workstation is built.