I've just upgraded from Debian 5 to 6 and I noticed bind stopped working. When trying to query for a domain from outside I get "connection timed out; no servers could be reached" error. Querying from localhost gives proper response. What could be the cause?
|
feedback
|
|
Most likely it's listening on localhost only now. In Debian it's probably
listen-on port 53 {
127.0.0.1;
};
Either take the whole It's also possibly that there might be an iptables rule stopping inbound connections. Have a look at the output of | ||||
|
feedback
|