Help !!

Danny Mayer mayer at gis.net
Tue Oct 15 02:51:15 UTC 2002


At 09:26 PM 10/14/02, Mark_Andrews at isc.org wrote:

> >
> > Dear Danny Mayer :
> >
> > Thank You Help !!
> >
> > Maybe I can't get right to express error message
> >
> > I know use notepad to edit named.conf
> >
> > My named.conf is
> > ----------------------------------------------------
> >
> > # Use with the following in named.conf, adjusting the allow list as=
 needed:
> > key "rndc-key" {
> >   algorithm hmac-md5;
> >   secret "7dmR8alAYKMgVw/PrNv6rw=3D=3D";
> > };
> >
> > controls {
> >   inet 127.0.0.1 port 953
> >    allow { 127.0.0.1; } keys { "rndc-key"; };
> > };
> > # End of named.conf
> > ------------------------------------------------------
> >
> > Than it's can work , I can find the services is run in windows 2000
> >
> > But whenever I add
> > ----------------------------------------------------------
> > zone "." {type hint; file "db.cache"; };
> > -----------------------------------------------------------
> > or add other zone .
> >
> > I can stop named service
> >
> > But I can't restart named service
> >
> > I make sure have db.cache the files.
>
>         Add a options block with a directory clause.
>
>         options {
>                 directory "C:/window/dns";
>         }:

This should probably be:

directory "C:/windows/dns/etc";

depending on where you set it up during the install.

>         or use fully qualified filenames is the zone
>         declarations.
>
>         Also make sure that named.conf ends with a CR/LF (you may need to
>         add a completely blank line to the end with notepad).
>
>         The event viewer will tell you why named didn't start.

Specifically the application event log in the event viewer.

Danny

>         Mark
>
> > Thank You Help me !!
> >
> > ----------
> > Janus Lin
> > 2002-10-15
> >
> >
> >
> >
> >
> > ----- Original Message -----
> > From: "Danny Mayer" <mayer at gis.net>
> > To: "=B2=B3=A6=DC=B8=EA=B0T--=AA=F9=AF=AB" <janus at sharetech.com.tw>;=
 <bind-users at isc.org>
> > Sent: Tuesday, October 15, 2002 7:35 AM
> > Subject: Re: Help !!
> >
> >
> > > At 04:59 AM 10/13/02, =3D?big5?B?srOm3LjqsFQtLar5r6s=3D?=3D wrote:
> > > >Excuse me ! I want to use BIND9 setup on Windows 2000  , But I don't=
=20
> know
> > > >how to edit named.conf
> > >
> > > If you really just mean edit, any text editor like notepad will do.=20
> If you
> > > really
> > > mean create a named.conf file, that's a different matter. You can look=
 at
> > > Cricket Liu's DNS & BIND 4th edition book.  The files are the same on
> > > both Unix and Win32. You could also look at http://bind8.meiway.com/
> > > which has some information on setting up BIND 8 on Win32. BIND 9's
> > > files are the same. The site is a little old but most of the=
 information
> > is
> > > still good.  Also read the ARM which is included as a set of HTML=
 pages
> > > in the binary kit. Note that you cannot start the BIND service until=
 you
> > > have a valid named.conf file and loadable zones (if any). Use
> > > named-checkconf to check named.conf and named-checkzone to
> > > check each zone file you want to load.
> > >
> > > >Dp you have sample file . let't me to consult . Or other documents=
 that
> > > >me  to consult
> > >
> > > See above.
> > >
> > > >Thank You Help !!
> > > >
> > > >
> > > >Janus Lin from Taiwan
> > > >
> > > >2002-10-13
> > >
> > > Danny
> >
> >
>--
>Mark Andrews, Internet Software Consortium
>1 Seymour St., Dundas Valley, NSW 2117, Australia
>PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at isc.org



More information about the bind-users mailing list