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?
2) Does it need to be chmod 755?
3) Is there anything wrong with my named.conf?

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;
};
};

};
zone "." IN {
type hint;
file "named.ca";
};

zone "localhost" IN {
type master;
file "localhost.zone";
allow-update { none; };
};

zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
allow-update { none; };
};

//include "/etc/rndc.key";
zone "indypatriots.com" {
type master;
file "/var/named/indypatriots.com.hosts";
also-notify {
216.227.49.36;
216.227.80.36;
};
allow-query {
216.227.49.36;
216.227.80.36;
};
allow-transfer {
216.227.49.36;
216.227.80.36;
};
allow-update {
216.227.49.36;
216.227.80.36;
};
};

server 216.227.49.36 {
transfers 10000;
};
server 216.227.80.36 {
transfers 10000;
};
logging {
};
//include "/etc/rndc.key";
zone "ezzyclean.com" {
type master;
file "/var/named/ezzyclean.com.hosts";
also-notify {
216.227.49.36;
216.227.80.36;
};
allow-query {
216.227.49.36;
216.227.80.36;
};
allow-transfer {
216.227.49.36;
216.227.80.36;
};
allow-update {
216.227.49.36;
216.227.80.36;
};
};

server 216.227.49.36 {
transfers 10000;
};
server 216.227.80.36 {
transfers 10000;
};
logging {
};

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

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?

Thanks,
Brandon


_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail



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

Reply via email to