[Samba] Newly joined DC - Failed to bind to uuid for ncacn_ip_tcp .. NT_STATUS_INVALID_PARAMETER

Rowland penny rpenny at samba.org
Tue Jan 28 21:21:03 UTC 2020


On 28/01/2020 20:49, Jonathan Hunter via samba wrote:
>> What is in:
Concentrating on the nameservers, I forgot to mention these:
>>
>> /etc/hostname
> newdc$ cat /etc/hostname
> newdc.mydomain.org.uk
/etc/hostname should just contain the short hostname 'newdc'
>
>> /etc/hosts
> newdc$ cat /etc/hosts
> 127.0.0.1       localhost
> ::1             localhost ip6-localhost ip6-loopback
> ff02::1         ip6-allnodes
> ff02::2         ip6-allrouters
> 192.168.1.6       newdc.mydomain.org.uk

And the line that starts with the DCs IP, should be:

ipaddress FQDN short hostname

in your case:

192.168.1.6 newdc.mydomain.org.uk newdc

>
>> /etc/resolv.conf
> newdc$ cat /etc/resolv.conf
> # Generated by resolvconf

I would remove resolvconf and then create /etc/resolv.conf like this:

search mydomain.org.uk

nameserver 192.168.0.6

nameserver 192.168.1.3

Rowland





More information about the samba mailing list