1752800 Members
5527 Online
108789 Solutions
New Discussion юеВ

Re: dns version

 
SOLVED
Go to solution

dns version



I have an old dns here and need to find out which version is running on it. bind and patches, builds and so on. how do I find that out?
7 REPLIES 7
Muthukumar_5
Honored Contributor
Solution

Re: dns version

you can get informations as usign named as,
# what /usr/sbin/named
/usr/sbin/named:
Copyright (c) 1986, 1989, 1990 The Regents of the University of California.
named 4.9.7 Thu Mar 13 09:52:01 GMT 2003 PHNE_28449
# swlist PHNE_28449
# Initializing...
... details ..


HTH.
Easy to suggest when don't know about the problem!
Gavin Clarke
Trusted Contributor

Re: dns version

swlist -l product | grep Bind
seems to return something for me.
I don't know if this helps really.

Re: dns version

Paul
lokk at this to get the updated details
http://www.hp.com/products1/serverconnectivity/infolib/dns.html

regards
SK
Your imagination is the preview of your life's coming attractions
harry d brown jr
Honored Contributor

Re: dns version

get Bind 9.2 from http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=BIND9.2

live free or die
harry
Live Free or Die

Re: dns version

yeah, Im working on getting my company to understand this. At the moment, version 8.1.2 are installed. And that is really old!!! :\
harry d brown jr
Honored Contributor

Re: dns version

Paul,

and all versions prior to 9.2 are full of security issues. I had the same issue (with those that don't have, nor can buy a clue) regarding upgrading BIND to 9.2. But I proved that DNS Caching removes a lot of burden off the DNS servers (that are too busy answering ignorant M$ active directory crap [boy they got "active" right - network pig would be more correct]) and provides lightening name resolution at the same time.

Now all of our unix flavors are running Bind 9.2 and DNS Caching. Keep up the fight.

live free or die
harry d brown jr
Live Free or Die
Geoff Wild
Honored Contributor

Re: dns version

dig version.bind chaos txt @localhost

or

dig version.bind chaos txt @remoteserver


Course, you can modify that in the named.conf file like so:

options {
directory "/var/named";
query-source address * port 53;
version "Wild DNS";
blackhole { bogusnets; };
fetch-glue no;
max-cache-size 128M;


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.