Update der Name Server für /var/named/root.cache

Stefan Ulrich Hegner stefan at hegner-online.de
Fri Jun 2 11:41:05 CEST 2000


Moin,

um meine /var/named/root.cache immer auf dem laufenden zu halten, hatte
ich
mal irgendwo in der SuSE SDB folgendes nettes Script gefunden:

#!/bin/sh
  #
  # Update the nameserver cache information file once per month.
  # This is run automatically by a cron entry.
  #
  (
   echo "To: hostmaster <hostmaster>"
   echo "From: system <root>"
   echo "Subject: Automatic update of the root.cache file"
   echo

   export PATH=/sbin:/usr/sbin:/bin:/usr/bin:
   cd /var/named

   dig @rs.internic.net . ns >root.cache.new

   echo "The named.boot file has been updated to contain the following
  information:"
   echo
   cat root.cache.new

   chown root.root root.cache.new
   chmod 444 root.cache.new
   rm -f root.cache.old
   mv root.cache root.cache.old
   mv root.cache.new root.cache
   ndc restart
   echo
   echo "The DNS has been restarted to ensure that the update is
complete."
   echo "The previous root.cache file is now called
  /var/named/root.cache.old."
  ) 2>&1 | /usr/lib/sendmail -t
  exit 0

Nur leider funktioniert das seit einigen Monaten nicht mehr. Ich bekomme
nur Antworten wie diese:

;; res_send to server rs.internic.net  198.41.0.6: Connection refused
The named.boot file has been updated to contain the following
  information:

; <<>> DiG 2.2 <<>> @rs.internic.net . ns 
; (1 server found)
;; res options: init recurs defnam dnsrch
Name Server Restarted

Warum läßt mich rs.internic.net keinen Dig mehr machen? Hat sich da die
Politik geändert? - Gibt es alternative Server die ich anzapfen könnte?

Danke.

Stefan.





-- 
 /\_____/ "hegi" alias Stefan U. Hegner; Loehne/ Westf.; Germany
\_____/\  
| http://www.hegner-web.de \_/ alt. URL: http://www.cam.net.uk/home/hegi
|
 \ stefan at hegner-online.de / \ alt. mail: Stefan.Hegner at home.cam.net.uk
/

-
Hinweise zur Benutzung dieser (und anderer Mailing-Listen) bitte beachten:
--> http://lug-owl.de/mailinglist_hints.html <--



More information about the Linux mailing list