I have a problem adding my Ubuntu server to AD. I followed this great tutorial but it fails on join command: sudo domainjoin-cli join myDomain.com Administrator.
It gives me this error:
Error: DNS_ERROR_BAD_PACKET [code 0x0000251e]
A bad packet was received from a DNS server. Potentially the requested address does not exist.
A can ping myDomain.com from server just fine.
How can I solve this?
