Re: DNS Configuration Problem

2005-05-21 Thread sbr
H, Sandro -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Sent: May 21, 2005 10:03 AM To: misc@openbsd.org Subject: DNS Configuration Problem Hello. I have recently installed OpenBSD 3.7 on my future router and I had the surpise to see that

Re: DNS Configuration Problem

2005-05-21 Thread Sandro
anged anything at all etc... HTH, Sandro > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Michael > Sent: May 21, 2005 10:03 AM > To: misc@openbsd.org > Subject: DNS Configuration Problem > > Hello. > > I have recently in

DNS Configuration Problem

2005-05-21 Thread Michael
Hello. I have recently installed OpenBSD 3.7 on my future router and I had the surpise to see that I am not able to properly config DNS (bind) on this box. I have generated "/etc/rndc.key" with the help of rndc-confgen. The file is successfully generated and I "cat" and see its content, it is nic

Re: DNS Configuration Problem

2005-05-21 Thread Matthew L. Shobe
On Sat, May 21, 2005 at 07:02:46AM -0700, Michael wrote: > I have recently installed OpenBSD 3.7 on my future > router and I had the surpise to see that I am not able > to properly config DNS (bind) on this box. > I have generated "/etc/rndc.key" with the help of > rndc-confgen. > > The file is su

Re: DNS Configuration Problem

2005-05-21 Thread Dimitry Andric
On 2005-05-21 at 16:02:46 Michael wrote: > This is when I check again, and yes, "/etc/rndc.key" > is there but "/usr/sbin/named" again tells me that it > is not there. Read the named(8) manpage; it uses a chroot to /var/named by default. Put your rndc.key file in /var/named/etc, and you should be

Re: DNS Configuration Problem

2005-05-21 Thread Stuart Henderson
--On 21 May 2005 07:02 -0700, Michael wrote: I have generated "/etc/rndc.key" with the help of rndc-confgen. You don't need to do this manually, it's done by /etc/rc automatically. Set named_flags="" in rc.conf.local (or rc.conf if you want to make slightly more work for yourself next upgrad