Jan 6 22:28:10 pride named[83449]: lame server resolving 'flasharcadegames.net' (in 'FLASHARCADEGAMES.NET'?): xx.xx.xx.xx#53
Jan 6 22:28:10 pride named[83449]: lame server resolving 'flasharcadegames.net' (in 'FLASHARCADEGAMES.NET'?): xx.xx.xx.xx#53
I get this whenever I try and do an nslookup on the domain after it's added. All of my other domains work no problems at all. I have been doing my DNS for over two years and have never had a problem like this, so I am stumped.
Wondering if anyone else has had this problem or if anyone has any ideas. I added the domain in named.conf and created a zone file just like every other domain. Checked all the entried, everything looks perfect.
Below is my zone file for flasharcadegames.net:
CODE
$TTL 300
@ IN SOA flasharcadegames.net. support.darkcatalyst.com. (
2006010605; Serial
3600 ; Refresh
900 ; Retry
3600000; Expire
3600 ) ; Minimum
IN NS ns1.darkcatalyst.com.
IN NS ns2.darkcatalyst.com.
IN MX 10 mail.darkcatalyst.com.
IN A 70.85.147.204
www IN A 70.85.147.204
* IN A 70.85.147.204
@ IN SOA flasharcadegames.net. support.darkcatalyst.com. (
2006010605; Serial
3600 ; Refresh
900 ; Retry
3600000; Expire
3600 ) ; Minimum
IN NS ns1.darkcatalyst.com.
IN NS ns2.darkcatalyst.com.
IN MX 10 mail.darkcatalyst.com.
IN A 70.85.147.204
www IN A 70.85.147.204
* IN A 70.85.147.204
And the entry inside of named.conf:
CODE
zone "flasharcadegames.net" {
type master;
file "zones/db.flasharcadegames.net";
};
type master;
file "zones/db.flasharcadegames.net";
};
Please someone help me!