> > there is no notify variable in my conf file at all.. so i guess, the
> > default value for notify is assumed.
> >
> > this is how my conf file on the slave server goes
> >
> > options {
> >         version "";     // remove this to allow version queries
> >         listen-on    { any; };
> >
> Put these two lines
>
> notify=yes
> allow updates=yes
>

those two lines dont work. so i put it in the style the other directives are
defined even they did not work. this is my slave dns named.conf file now.

options {
        allow-updates { yes; };
        notify { yes; };
};

logging {
        category lame-servers { null; };
};

// Standard zones
//
zone "." {
        type hint;
        file "root.hint";
};

// Slave zones
//
zone "localhost" {
        type master;
        file "localhost.zone";
};

zone "0.0.127.in-addr.arpa" {
        type master;
        file "0.0.127.in-addr.arpa.zone";
  };

zone "mydomain.com" {
        type slave;
        file "mydomain.com.zone";
        masters { 200.200.100.135; };
};

zone "100.200.200.in-addr.arpa" {
        type slave;
        file "100.200.200.in-addr.arpa.zone";
        masters { 200.200.100.135; };
};





if i comment both those directives , then i dont get any error and then my
log reading

and this is my log reading.

"  Jul  2 16:33:27 obsd named[27095]: dumping master file: tmp-MSuzm27095:
open: permission denied " this is one line i dont quite understand as seen
below.


Jul  2 16:29:28 obsd named[27095]: reloading configuration failed: file not
found
Jul  2 16:30:36 obsd named[27095]: /etc/named.conf:26: unknown option
'allow'
Jul  2 16:30:36 obsd named[27095]: /etc/named.conf:28: unexpected token near
'}'
Jul  2 16:30:36 obsd named[27095]: reloading configuration failed:
unexpected token
Jul  2 16:31:46 obsd named[27095]: /etc/named.conf:26: unknown option
'allow-updates'
Jul  2 16:31:46 obsd named[27095]: /etc/named.conf:27: boolean expected near
'{'
Jul  2 16:31:46 obsd named[27095]: reloading configuration failed:
unexpected token

Jul  2 16:32:58 obsd named[15544]: starting BIND 9.2.2
Jul  2 16:32:59 obsd named[15544]: command channel listening on
127.0.0.1#953
Jul  2 16:32:59 obsd named[15544]: command channel listening on ::1#953


Jul  2 16:33:27 obsd named[27095]: dumping master file: tmp-MSuzm27095:
open: permission denied
Jul  2 16:33:27 obsd named[27095]: transfer of 'mydomain.com/IN' from
200.200.100.135#53: failed while receiving responses: p
ermission denied
Jul  2 16:33:33 obsd named[27095]: dumping master file: tmp-EfasB27095:
open: permission denied
Jul  2 16:33:33 obsd named[27095]: transfer of '100.200.200.in-addr.arpa/IN'
from 200.200.100.135#53: failed while receiving r
esponses: permission denied


Can understand why its listening on #953 ?


Arvind



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to