RE: rndc in chroot?

This is a discussion on RE: rndc in chroot? within the Bind Users forums, part of the DNS and Related Forums category; Can you post your rndc.conf and named.conf? I run Bind in a chroot. My rndc configs and related ...


Go Back   Usenet Forums > DNS and Related Forums > Bind Users

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 12-16-2004
Lou Goddard
 
Posts: n/a
Default RE: rndc in chroot?

Can you post your rndc.conf and named.conf? I run Bind in a chroot.
My rndc configs and related options may be found below. Also,
make sure that iptables isn't preventing access to port 953. It sounds
like you are defining the rndc key twice.


/var/named/etc/named.conf
---------------------------
key "rndc-key" {
algorithm hmac-md5;
secret "XXXXXXXXXXXXXXXXXXXXX"; =20
};
controls {
inet 127.0.0.1 port 953
allow { 127.0.0.1; } keys { "rndc-key"; };
};
---------------------------

/etc/rndc.conf
---------------------------
key "rndc-key" {
algorithm hmac-md5;
secret "XXXXXXXXXXXXXXXXXXXXX";
};

options {
default-key "rndc-key";
default-server 127.0.0.1;
default-port 953;
};
---------------------------



Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 10:38 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0