How configurate DNS serwer (2 IP)

Did you get it fixed? The only error I see today is the standard one about using cacheing (resolving) nameservers as authoritative servers. There have been several posts on these forums on how to fix that.

Jeff
 
I see this post`s but i have Debian and this is difrent. Can You help me ?
 
I am not exactly sure where the named.conf file is located on your operating system but that is the file you need to edit.

More then likely it is located in /etc/named.conf

You want to search for the listen-on directive in the file. If the file does not have this directive in there then that means that bind is not setup to listen on a certain ip address.

You can check out what ips are being bound to the port 53 with the following command:

netstat -na | grep -i list | grep 53

This will at least tell you if the port is being used on the ip that you are testing.

The next thing I would check would be a firewall.

You can temporarily disable firewall with command

/sbin/service iptables stop
 
Last edited:
thanks for the info, I'm gonna take a look at that now. heres a pic of my DNS configuration
nsinfo6kz.jpg

does this look correct?
i got everything working except reverse DNS.. asking my host to do it for me :D
 
Last edited:
I don't see what you're doing wrong either, the link shows working DNS.

Jeff
 
Back
Top