Zone files not syncing after changing DNS servers

Discussion in 'Installation/Configuration' started by fbarcenas, Apr 10, 2016.

  1. fbarcenas

    fbarcenas Member

    I made the ip changes in the HOSTS and ZONE files.
    Removed the server from the control panel.
    Added the SQL PRIVILEDGE for the IP to the database.
    Installed IPCONFIG on the new name server and added it to panel again.
    Ran a resync and the zone files would not create.
     
  2. fbarcenas

    fbarcenas Member

    SOlved, had to go into the database and run.
    UPDATE dns_rr SET `server_id` = '8';
    UPDATE dns_soa SET `server_id` = '8';

    This appears to fix it.
     

Share This Page