Networking Forums

Networking Forums > Computer Networking > Linux Networking > Bind 9 zone transfers from MS DNS

Reply
Thread Tools Display Modes

Bind 9 zone transfers from MS DNS

 
 
news
Guest
Posts: n/a

 
      10-26-2004, 02:59 PM
I setup a slave zone on my SuSE 9 Linux box, and trying to transfer records
from a Microsoft DNS server which is running Windows 2000 SP4.

When trying to transfer, the MS server says the transfer completed
succesfully, but the Linux box has the following error message... "dumping
master file: /var/lib/named/tmp-XXXXPbXbQ2: open: permission denied" and
"transfer of 'domain.com/IN' from serverip#53: failed while receiving
responses: permission denied

Anyone have an idea? Thanks for your help.

Please only reply to this post, and not the e-mail addy.



 
Reply With Quote
 
 
 
 
Paul Black
Guest
Posts: n/a

 
      10-26-2004, 03:11 PM
news wrote:
> I setup a slave zone on my SuSE 9 Linux box, and trying to transfer records
> from a Microsoft DNS server which is running Windows 2000 SP4.
>
> When trying to transfer, the MS server says the transfer completed
> succesfully, but the Linux box has the following error message... "dumping
> master file: /var/lib/named/tmp-XXXXPbXbQ2: open: permission denied" and
> "transfer of 'domain.com/IN' from serverip#53: failed while receiving
> responses: permission denied
>
> Anyone have an idea? Thanks for your help.


The directory where the zone files is stored is not writable by the BIND
process.

In /etc/named.conf, there will be a line like
directory "/var/named";

and a line like:
file "domain.com";
or
file "slaves/domain.com";

In the first case, /var/named has to be writable by the user that BIND
runs as (could be the named user). In the second case, /var/named/slaves
has to be writable by the user that BIND runs as.

Have a poke around to see what your setup is expecting.

--
Paul Black mailto(E-Mail Removed)
Oxford Semiconductor Ltd http://www.oxsemi.com
25 Milton Park, Abingdon, Tel: +44 (0) 1235 824 909
Oxfordshire. OX14 4SH Fax: +44 (0) 1235 821 141
 
Reply With Quote
 
Marco Benton
Guest
Posts: n/a

 
      10-26-2004, 03:21 PM
news wrote:
> I setup a slave zone on my SuSE 9 Linux box, and trying to transfer records
> from a Microsoft DNS server which is running Windows 2000 SP4.
>
> When trying to transfer, the MS server says the transfer completed
> succesfully, but the Linux box has the following error message... "dumping
> master file: /var/lib/named/tmp-XXXXPbXbQ2: open: permission denied" and
> "transfer of 'domain.com/IN' from serverip#53: failed while receiving
> responses: permission denied
>
> Anyone have an idea? Thanks for your help.
>
> Please only reply to this post, and not the e-mail addy.
>
>
>


the problem is exactly what it says, "permission denied".

change the owner of the /var/lib/named to named:named or whatever you
run named as.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reverse zone - one zone or multiple zones ? Alex Windows Networking 2 06-12-2007 02:58 PM
BIND forwarding zone / Proxy zone? How? kurczaq Linux Networking 0 07-01-2006 11:47 AM
BIND forwarding zone / Proxy zone? How? kurczaq Linux Networking 0 07-01-2006 11:45 AM
DNS Start of Authority and Zone Transfers =?Utf-8?B?dGJvbmU=?= Windows Networking 2 06-08-2004 01:22 PM
Newbie: DNS/Bind problem with adding zone john Linux Networking 4 12-27-2003 10:46 PM



1 2 3 4 5 6 7 8 9 10 11