bind version herrausfinden

Bind, PowerDNS
Post Reply
adiamo
Posts: 17
Joined: 2002-11-26 16:16
Location: NRW
Contact:
 

bind version herrausfinden

Post by adiamo »

hallo,

ich wollte mich heute an das "Nameserver: Nameserver auf einem Puretec Rootserver einrichten" how to machen.

ich habe einen root l mit suse 8.1. wo kann ich sehen welche bind version bereits installiert ist? in dem how to steht nämlich noch was von suse 7.3 :P
robertw
Posts: 165
Joined: 2002-12-17 16:10
Location: Berlin
 

Re: bind version herrausfinden

Post by robertw »

Code: Select all

rpm -qva | grep bind
und schon weisst Du, welche Bind-Version installiert ist.

Robert
adiamo
Posts: 17
Joined: 2002-11-26 16:16
Location: NRW
Contact:
 

Re: bind version herrausfinden

Post by adiamo »

danke,

ich habe jetzt nach mehreren versuchen über yast bind9.rpm und bind9-utils.rpm installiert. fehlt da noch was ?


das wird mir bei rpm -qva | grep bind angezeigt:

-rw-r--r-- 1 root root 1507834 Oct 25 2001 bind9-utils.rpm
-rw-r--r-- 1 root root 1933257 Oct 25 2001 bind9.rpm

grüße
frank
robertw
Posts: 165
Joined: 2002-12-17 16:10
Location: Berlin
 

Re: bind version herrausfinden

Post by robertw »

Hmmm, meine Ausgabe von rpm -qva sieht so aus:

Code: Select all

bind9-utils-9.1.3-263
bind9-9.1.3-263
Bringt Dir

Code: Select all

rpm -qi bind9 
eine lange Erklärung zur Datei?

Aber ansonsten sollte es für eine funktionierende Bind-Installation reichen.

Konfiguration unter /etc/named.conf eintragen, zonen-files erstellen und ausprobieren.
Post Reply