I followed the multiple 5 server setup in the manual and setup a secondary BIND dns server that mirrors the primary. It worked fine on the temporary IP's I was using but once I moved it to the permanent IP's it stopped mirroring traffic. Where should I look to resolve this issue?
Any errors in your logs? Are the new IPs allowed to do zone transfers (please check in your named.conf)?
The mirrored DNS server is not truely a secondary server correct? It actually mirrors the primary server so no zone transfers take place etc. Which log should I be looking in?
Found the issue. Had to update the MySQL permissions. mysql database and user table to reflect the new ip addresses. UPDATE user SET Host = 'newip' WHERE Host = 'oldip'; FLUSH PRIVILEGES;