Richard G
Verified User
Hmmz... I'm not sure. Reload forbidden might have to do with the ip present in the /etc/named.conf of the DS server. But that should all be fine as you didn't change anything of named itself on the DA or DS server."Domain 'domeinnaam.nl' reload forbidden for 'IP-of-Old-VPS'"
Now it could be caused because of previous issues indeed, so it's important to see which nameserver has the old ip. Is it in the /var/named/domeinnaam.nl.db on the DA server or in the /etc/named/secondary/domeinnaam.nl.db (if you kept the default structure) on the DS server?
If it's only on the DS server, then in theory a new sending of the named from the DA server should do the trick.
Execute this command on the DA server:
Code:
echo "action=rewrite&value=named" >> /usr/local/directadmin/data/task.queue
Wait until the task.queue in the /usr/local/directadmin/data is finished (gone) and keep an eye on the DS error log.
It could take a few minutes after transfer is complete, but then the domeinnaam.nl.db with correct ip address should be present on the DS server.