[Samba] Samba + BIND9 DLZ. DNS dosen't resolve FQDN, only short hostname

Rowland Penny rpenny at samba.org
Fri Feb 8 20:56:27 UTC 2019


On Fri, 8 Feb 2019 21:19:20 +0100
Peter Tuharsky via samba <samba at lists.samba.org> wrote:

> like this, Rowland:
> 
> samba-tool dns add -U administrator 10.20.1.1 interbronz.local 
> asus.interbronz.local A 10.20.4.69
> 

The syntax is:
samba-tool dns add <server> <zone> <name> A <data>

From the above:

<server> = 10.20.1.1
<zone> = interbronz.local
<name> = asus.interbronz.local
<data> = 10.20.4.69

Provided '10.20.1.1' is a Samba AD DC, this is okay.
Provided 'interbronz.local' is the forward zone, this is okay.
Provided '10.20.4.69' is the IP of 'asus.interbronz.local', this is okay.

The <name> is wrong, it should just be 'asus'

If 'local' is your TLD, then turn off Avahi if it is running, this
means anywhere in your Samba AD domain

Rowland



More information about the samba mailing list