Hello,
We had a problem with DNS not resolving to our new server for four days.
In the end, on a whim, I commented this line from /etc/named.conf
Only because it looked like that would only allow queries for localhost.
After I did that, everything started to resolve.
Is this the usual setting? I have never had this problem before, so it was very bizarre.
We had a problem with DNS not resolving to our new server for four days.
In the end, on a whim, I commented this line from /etc/named.conf
Code:
allow-query { localhost; };
After I did that, everything started to resolve.
Is this the usual setting? I have never had this problem before, so it was very bizarre.