![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FTP Server doesn't work?? | cthinh | UNIX for Advanced & Expert Users | 2 | 05-13-2008 05:24 AM |
| Script that works on one server does not work on another | luft | Shell Programming and Scripting | 6 | 05-11-2008 08:24 PM |
| Checking Server work load | aojmoj | SUN Solaris | 3 | 03-08-2007 10:28 PM |
| how to work on remote server | ajaya | UNIX for Dummies Questions & Answers | 5 | 03-02-2006 02:46 PM |
| home network - can you have a primary name server, or only a caching-only name server | xyyz | UNIX for Dummies Questions & Answers | 3 | 02-18-2004 01:13 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
i'm pulling my hair out getting a solaris 8 box to work as a caching name server
i've gone through the sun docs as well as a Solaris Network Admin book.
while the book is fair, it lacks detail and i'm sure there are things it's missing on getting a caching only name server working. as for the sun docs... what it has is really miserable. i can't make anything out of it. anyways, i've been told you need a named.boot, named.conf and named.ca. i downloaded the latest named.root file and renamed it to named.ca. then i used the example for the named.conf and slightly altered the named.boot. # cat named.conf options { directory "/etc/named"; pid-file "/etc/named.pid"; }; zone "." in { type hint; file "named.ca"; }; # cat named.conf options { directory "/etc/named"; pid-file "/etc/named.pid"; }; zone "." in { type hint; file "named.ca"; }; and idea what to do. this is what i get when i try the nslookup: # nslookup *** Can't find server name for address 127.0.0.1: Server failed |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|