Brandon Caudle,

On Friday January 03, 2003 11:30, Brandon Caudle wrote:
> Hello,
>
>      I'm new to the list, my name is Brandon Caudle and I'm a 16 year old
> admin of my own server at my house, my grandparents business and my school.
> I recently upgraded to Redhat 8.0 (I have been using linux for quite a
> while now, but just recently have I gotten a domain name for my server at
> home) I had bind running on 7.2 (Redhat) but now that I have upgraded I
> have moved to 8.0 (Redhat) and it upgraded Bind to 9.2.1 so my
> configuration no longer works. I can only think of a couple reasons why.
>
> 1) Does named.conf under /etc/ need to be owned by named (user and group)
> or by root?

Doesn't matter (well, for better security, I would leave it as root) as long 
as it is _readable_ by the user "named".

> 2) Does it need to be chmod 755?

NO! 644 is sufficient.

> 3) Is there anything wrong with my named.conf?

Possibly, if you did a cut-n-paste of the file...

> options {
>       directory "/var/named";
>       // query-source address * port 53;
>       allow-query {
>               216.227.49.36;
>               216.227.80.36;
>               };
>       allow-transfer {
>               216.227.49.36;
>               216.227.80.36;
>               };
> };
>
> };
^^^
Looks like a stray.

<snip rest of file>

> 4) The rndc.key is root (owner) and named (group) is there anything wrong
> with that?

No.

> 5) If my host files worked with the last version and I haven't changed
> anything in them should they still work with this version?

The syntax parser is stricter. So some things that may have been let go before 
are not now.

Also, it is always good to check /var/log/messages for any errors. If the 
above typo doesn't fix the problem (or wasn't actually in the file) the check 
for errors in there.

-- 
Brian Ashe                                                     CTO
Dee-Web Software Services, LLC.                  [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to