View Single Post
  #5  
Old October 5th, 2001, 02:52 PM
boysimple boysimple is offline
Some guy
 
Join Date: Aug 2001
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
boysimple is on a distinguished road
StartUpItems moved in 10.1 (?)

First off: Excellent tutorial, thank you very much. i've been having so many problems with slow DNS lookups - just what I needed.

Also - if you have an 'always on' internet connections, and want to automate the updating of root.hints add this to the /etc/crontab file (it's 2 lines, may wrap a lil cause they are long lines):

Code:
# update DNS cache root.hints on the first of every month at noon                
0       12      1       *       *       root dig @h.root-servers.net . ns > /var/named/root.hints
of course, replace h.root-servers.net with the name of the server that you are using.

once the file is saved cron will restart itself when it sees the newer file date.

that's it. It'll take care of itself forever now.

E
__________________
--
me:
http://www.bigethan.com

my job:
http://www.rackmounted.com

Last edited by boysimple; October 5th, 2001 at 06:40 PM.
Reply With Quote