I've restored Samba data but the DNS records it holds is of 192.168.2.0/24
as opposed 192.168.0.0/24
network the system it was restored to operates on. As such, the AD can't even resolve itself properly. How may I reset all the records?
Tentatively, I've tried to add the server's IP using samba-tool dns add
, but it asks for DOMAIN\root
password instead of DOMAIN\administrator
or administrator@DOMAIN.SECRET.COM
as in the Samba Wiki example:
$ sudo samba-tool dns add localhost domain.international.com domain A 192.168.0.10
Password for [DOMAIN\root]:
I'm at my wit's end here.