help me pls!

Ryan mailinglist at hugletech.com
Wed Jan 21 18:21:11 UTC 2004


Hi Ike... Double check your zone. Maybe you define invalid file or
directory.

-----Original Message-----
From: bind-users-bounce at isc.org [mailto:bind-users-bounce at isc.org] On =
Behalf
Of phn at icke-reklam.ipsec.nu
Sent: Tuesday, January 20, 2004 10:36 AM
To: comp-protocols-dns-bind at isc.org
Subject: Re: help me pls!

ike lozada <ikelozada at yahoo.com> wrote:
> hi all,

> Objective:

> We'd like to make this machine the primary ns for our domain and not a
> resolving cache only server so that we are not dependent on our ISP.


> Error messages:

> Tail =96f /var/log/messages

> Loading configuration from =91/etc/named.conf'
> /etc/named.conf:9: unknown option =91zone'

Ok, line 9 in /etc/named.conf has an error

> /etc/named.conf:13: unknown option =91zone'

line 13 has an error

> Pls help?


> Here is the text in  my named.conf file:
> Options {
> Directory  "/var/named";

> 	Forward first;
> 	Forwarders {
> 		My ISP's dns servers;

*** missing closing brace '}; ' should go here ; you have to "close"=20
the options part before zone(s).


> zone "my.domainname.com.ph" in {

> type master;
> file "primary/domain-info";

> };

> zone "0.0.127.in-addr.arpa" in {
> type master;
> file "primary/loopback-domain-info";
> };

> while my primary/domain-info file looks like

> @ in SOA machinehostname.domainname.com.ph.
> root.machinehostname.domainame.com.ph. (
> 		12345678
> 		8H=09
> 		2H=09
> 		1W
> 		1D)
> ;

> 	NS  machine's public ip address (xxx.xxx.xxx.90)
> 	MX 10 machinehostname.domainname.com.ph
 Missing trailng dot here                      ^^

> ;

> localhost A 127.0.0.1
> ns   machines' public ip address (xxx.xxx.xxx.90)
> mail machine's public ip address (xxx.xxx.xxx.90)
> ;

> while my primary/loopback-domain-info

> (this machine will both be a mail server and dns server)

>  @ in SOA machinehostname.domainname.com.ph.
> root.machinehostname.domainame.com.ph. (
> 		12345678
> 		8H=09
> 		2H=09
> 		1W
> 		1D)
> ;

> 	NS  dns.external.bcda.gov.ph.

> ;

> 90  PTR localhost

Hmmm. the only valid entry here is :
1	PTR	localhost.  ( or localhost.domain.ph. )

> };


--=20
Peter H=E5kanson        =20
        IPSec  Sverige      ( At Gothenburg Riverside )
           Sorry about my e-mail address, but i'm trying to keep spam =
out,
	   remove "icke-reklam" if you feel for mailing me. Thanx.



More information about the bind-users mailing list