DNS Problem

hello !!!

         I have some problem for Sun Solaris DNS i already configured named.boot , named.rev, named.hosts but when i start the DNS service there is an error " error cannot find named.conf " in my manual there is no named.conf configuration it said that if you configure named.boot , named.rev and named.hosts its already done ... please help here's the link of the tutorial 

http://www.unix.org.ua/orelly/networking/tcpip/ch08_02.htm

THANKS!!!!

Looks like the document you are using is related to BIND 4 but your system is running at least BIND 8.

Try this DNS How to which has named.conf info/example.

Or even better documentation can be found at docs.sun.com
(Putting you right to the page for Solaris 8 - Naming Setup and Configuration Guide

Thank you!!!!

can you give me the DHCP service tutorial which i can setup via CLI

unix fans

giancarlo

One other minor thing. When not sure about what version of named you are running, or how it was compiled, you can run the command line:
"strings `whence named` | grep named" and the output will show you if you have a 'named.boot' or a 'named.conf' AND where this particular 'named' expects its config file to reside. Also, most of the time, "named -v" will tell you what version it is.