Determining version of BIND running on RHEL 4.0 box

Mark Andrews Mark_Andrews at isc.org
Thu Sep 4 23:41:08 UTC 2008


> On Thu, 2008-09-04 at 11:57 -0400, Jeff Lightner wrote:
> > Run "rpm -qa |grep bind".  This should show you which BIND packages are
> > installed.
> > 
> > To see "version" from BIND's standpoint you'd need to run "named -v" but
> > you may not have permission to do that without root - you may need
> > System Admins to setup sudo access to the named command and other BIND
> > utilities and directories.
> > 
> 'dig -v' may give an indication, or perhaps try:
> 
>           dig -c ch -t txt  version.bind

	You missed a few essential arguments.

	dig -c ch -t txt  version.bind +norec @server

	You need to specify the server you are checking.

	You need to not recurse or otherwise you may be checking
	the version of a forwarder.

	Mark

 
> John.
> 
> -- 
> ---------------------------------------------------------------
> John Horne, University of Plymouth, UK  Tel: +44 (0)1752 587287
> E-mail: John.Horne at plymouth.ac.uk       Fax: +44 (0)1752 587001
> 
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark_Andrews at isc.org


More information about the bind-users mailing list