I am having some problem in trying to setup DNS for my domain on my server. This tutorial normally works fine for me but when i tried to lookup my domain it gives the following output
Server: 4.2.2.1 Address: 4.2.2.1#53
Non-authoritative answer: 119.100.79.64.in-addr.arpa name = server.leech4ever.com.
Authoritative answers can be found from:
The server and the address are wrong according to the tutorial
Here is tutorial
/etc/hosts
127.0.0.1 localhost
64.79.100.119 server.leech4ever.com server
/etc/resolve.conf
search leech4ever.com
nameserver 64.79.100.119
/etc/resolv.conf
nameserver 4.2.2.1
nameserver 4.2.2.2
How to solve this problem guys.....The tutorial was flawless until i did a server restore
If the configuration files you posted are from the DNS server: there shouldn't be external resolvers in
/etc/resolv.conf
. The server is authoritative for itself, and forwarders are configured in thenamed
configuration.Then check if
named
is actually running and has a valid configuration.Also check your logs to see if the zone was correctly loaded.