I think I have bind setup correctly.. how can I test it?

Also, how do I add hosts to my domain?  For example:
ftp.3dillusion.com
mail.3dillusion.com

..and finally, is this a safe way to update named (ran monthly):
---
#!/bin/sh

cd /var/named
if [ -f named.root.new ]; then
    rm -f named.root.new
fi
ftp -n ftp.rs.internic.net << !
user anonymous [EMAIL PROTECTED]
cd /domain
get named.root named.root.new
quit
!
chmod 0644 named.root.new
chown root.root named.root.new
mv -f named.root.new named.root
/etc/init.d/bind reload
---

Many thanks in advance,
-Paul


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to