Greetings Alexander ,
Sorry for intruding ,
Alexander Dalloz wrote:
rpm -qa | grep bind
or nslookup
nslookup -q=txt -class=CHAOS version.bind. 0
What does the above line mean ?
Well , the only understandable thing i got from nslookup , was that it's use was depreceated . Othen than that i tried giving the above command but the result was a lot different than a bind version .
or dig
dig @YOUR_NAME_SERVER version.bind CHAOS txt
Are you asking the DNS Server to print it's Version number , which is presumably stored in some sort of RR ?
[root@Magellan root]# dig @10.0.0.1 version.bind CHAOS txt
; <<>> DiG 9.2.2-P3 <<>> @10.0.0.1 version.bind CHAOS txt ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33778 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION: ;version.bind. CH TXT
;; ANSWER SECTION: VERSION.BIND. 0 CH TXT "Not available"
;; Query time: 3010 msec ;; SERVER: 194.219.227.2#53(194.219.227.2) ;; WHEN: Sat Sep 11 01:28:12 2004 ;; MSG SIZE rcvd: 68
Alexander , well i have changed the actual IP Address to a fake one , but other than that the output is original
"named -v" does it too.
[root@Magellan root]# named -v
BIND 9.2.2-P3
Well finally that's a bind version that is actually understandable
My computer is an FC1 with as much updates as i can get .
Kind regards , Kostas