I've never had this problem on shared hosting but now that I have a dedicated server I cannot for the life of me figure out how to fix this. I've pointed the domain names to the proper nameservers. According to the hosting provider:
We have already setup your hostname, nameservers and additional
allocated IP addresses on your server for you (assuming you have a control
panel). We have also setup a reverse PTR DNS record for your primary IP
already to your hostname.
Server IP Address: 66.79.164.68
Server Hostname: server.bluehost.com
Primary Nameserver: ns1.bluehost.com
Primary Nameserver IP: 66.79.164.68
Secondary Nameserver: ns2.bluehost.com
Secondary Nameserver IP: 66.79.181.16
here is a copy of my named.conf file:
[root@server etc]# vi named.conf
include "/etc/rndc.key";
controls {
inet 127.0.0.1 allow { localhost; } keys { "rndckey"; };
};
//
// named.conf for Red Hat caching-nameserver
//
options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
allow-recursion {
127.0.0.1;
205.209.190.5;
205.209.190.4;
66.79.162.0/24;
66.79.163.0/24;
66.79.164.0/24;
66.79.165.0/24;
66.79.166.0/24;
66.79.178.0/24;
66.79.179.0/24;
66.79.168.0/24;
66.79.180.0/24;
66.79.183.0/24;
66.79.184.0/24;
66.79.185.0/24;
66.79.186.0/24;
66.79.189.0/24;
66.79.188.0/24;
66.79.190.0/24;
66.79.191.0/24;
66.79.185.0/24;
66.79.167.0/24;
66.79.181.0/24;
66.79.182.0/24;
66.79.171.0/24;
};
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
};
//
// a caching only nameserver config
//
zone "." IN {
type hint;
file "/var/named/named.ca";
};
zone "localdomain" IN {
type master;
file "/var/named/localdomain.zone";
allow-update { none; };
};
zone "localhost" IN {
type master;
file "/var/named/localhost.zone";
allow-update { none; };
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "/var/named/named.local";
allow-update { none; };
};
zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" IN {
type master;
file "/var/named/named.ip6.local";
allow-update { none; };
};
zone "255.in-addr.arpa" IN {
type master;
file "/var/named/named.broadcast";
allow-update { none; };
};
zone "0.in-addr.arpa" IN {
type master;
file "/var/named/named.zero";
allow-update { none; };
};
zone "server.bluehost.com" {
type master;
file "/var/named/server.bluehost.com.db";
};
zone "ns1.bluehost.com" {
type master;
file "/var/named/ns1.bluehost.com.db";
};
zone "ns2.bluehost.com" {
type master;
file "/var/named/ns2.bluehost.com.db";
};
zone "accident-news.info" {
type master;
file "/var/named/accident-news.info.db";
};
zone "automobile-news.info" {
type master;
file "/var/named/automobile-news.info.db";
};
zone "easyhostguide.com" {
type master;
file "/var/named/easyhostguide.com.db";
};
Can anyone figure how to get the domain names to resolve?
We have already setup your hostname, nameservers and additional
allocated IP addresses on your server for you (assuming you have a control
panel). We have also setup a reverse PTR DNS record for your primary IP
already to your hostname.
Server IP Address: 66.79.164.68
Server Hostname: server.bluehost.com
Primary Nameserver: ns1.bluehost.com
Primary Nameserver IP: 66.79.164.68
Secondary Nameserver: ns2.bluehost.com
Secondary Nameserver IP: 66.79.181.16
here is a copy of my named.conf file:
[root@server etc]# vi named.conf
include "/etc/rndc.key";
controls {
inet 127.0.0.1 allow { localhost; } keys { "rndckey"; };
};
//
// named.conf for Red Hat caching-nameserver
//
options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
allow-recursion {
127.0.0.1;
205.209.190.5;
205.209.190.4;
66.79.162.0/24;
66.79.163.0/24;
66.79.164.0/24;
66.79.165.0/24;
66.79.166.0/24;
66.79.178.0/24;
66.79.179.0/24;
66.79.168.0/24;
66.79.180.0/24;
66.79.183.0/24;
66.79.184.0/24;
66.79.185.0/24;
66.79.186.0/24;
66.79.189.0/24;
66.79.188.0/24;
66.79.190.0/24;
66.79.191.0/24;
66.79.185.0/24;
66.79.167.0/24;
66.79.181.0/24;
66.79.182.0/24;
66.79.171.0/24;
};
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
};
//
// a caching only nameserver config
//
zone "." IN {
type hint;
file "/var/named/named.ca";
};
zone "localdomain" IN {
type master;
file "/var/named/localdomain.zone";
allow-update { none; };
};
zone "localhost" IN {
type master;
file "/var/named/localhost.zone";
allow-update { none; };
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "/var/named/named.local";
allow-update { none; };
};
zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" IN {
type master;
file "/var/named/named.ip6.local";
allow-update { none; };
};
zone "255.in-addr.arpa" IN {
type master;
file "/var/named/named.broadcast";
allow-update { none; };
};
zone "0.in-addr.arpa" IN {
type master;
file "/var/named/named.zero";
allow-update { none; };
};
zone "server.bluehost.com" {
type master;
file "/var/named/server.bluehost.com.db";
};
zone "ns1.bluehost.com" {
type master;
file "/var/named/ns1.bluehost.com.db";
};
zone "ns2.bluehost.com" {
type master;
file "/var/named/ns2.bluehost.com.db";
};
zone "accident-news.info" {
type master;
file "/var/named/accident-news.info.db";
};
zone "automobile-news.info" {
type master;
file "/var/named/automobile-news.info.db";
};
zone "easyhostguide.com" {
type master;
file "/var/named/easyhostguide.com.db";
};
Can anyone figure how to get the domain names to resolve?