Why i Tink Migrate From Mydns to Bind. I need make DNS more reliable and not dependent of mysql. Some times if mysql fail DNS fail too. Have a howto to it?
1) uninstall mydns 2) install bind 3) resync the dns records: http://www.howtoforge.com/forums/showpost.php?p=248916&postcount=2
Hi Till, I want to switch from MyDNS to Bind as well. Is the uninstallation of MyDNS just: /etc/init.d/mydns stop rm /usr/local/sbin/mydns rm /etc/init.d/mydns Or some more steps to be taken? Are the prerequisites g++ libc6 gcc gawk make texinfo libmysqlclient15-dev still needed on an ISPConfig3 server if MyDNS is not installed anymore? After the 3 steps you mentioned, is it necessary to run the update.php script again which comes with ISPConfig3 ?
Please run first: update-rc.d mydns remove to remove the start links before you remove the int script and mydns binary. They might be required by jailkit as well, so I wont remove them. Yes. Please run the update before you do the dns sync that I mentioned in my first post.