This is my new conf file, is it right?:
named.conf - configuration for bind
#
Generated automatically by redhat-config-bind,
alchemist et al.
Any changes not supported by redhat-config-bind
should be put
in /etc/named.custom
#
controls {
inet 127.0.0.1 allow { localhost; } keys {
rndckey; };
};
include "/etc/named.custom";
include "/etc/rndc.key";
options {
directory "/var/named";
}
zone "0.0.127.in-addr.arpa" {
type master;
file "0.0.127.in-addr.arpa.zone";
};
zone "localhost" {
type master;
file "localhost.zone";
};
zone "phatlyrics.com" {
type master;
file "phatlyrics.com.hosts";
};
I seriouly think the mistake is somewhere in those two.
zone file:
$TTL 86400
@ IN SOA @ root.localhost (
2 ; serial
28800 ; refresh
7200 ; retry
604800 ; expire
86400 ; ttl
)
IN NS ns1.phatlyrics.com.
host file:
$ttl 38400
phatlyrics.com. IN SOA localhost.localdomain. admin.phatlyrics.com. (
1053196026
10800
3600
604800
38400 )
phatlyrics.com. IN NS localhost.localdomain.
ns1.phatlyrics.com. IN A 65.222.75.44
ns1.phatlyrics.com. IN A 192.168.2.6
phatlyrics.com. IN NS ns1.phatlyrics.com