[Samba] getting no SRV record

Bob Wooden bob at donelsontrophy.com
Thu Jun 11 00:51:10 UTC 2020


(Sent from home location.)

Bob Wooden

On 6/10/20 4:16 PM, Rowland penny via samba wrote:
> Try checking /etc/resolv.conf, it should be:
>
> search [domain].work
>
> nameserver <the DC's ipaddress>
>
> I seem to remember Bind9 being mentioned, is it running ?
>
> Is /etc/hosts set up correctly ?
>
> Rowland


And here ya go.

root@[[dchost]:~# cat /etc/hosts
127.0.0.1    localhost
192.168.16.50    [dchost].[domain].work    [dchost]

root@[dchost]:~# systemctl status bind9
● bind9.service - BIND Domain Name Server
    Loaded: loaded (/lib/systemd/system/bind9.service; enabled; vendor 
preset: enabled)
    Active: *active (running)* since Wed 2020-06-10 15:20:55 CDT; 2h 
57min ago
      Docs: man:named(8)
  Main PID: 590 (named)
     Tasks: 5 (limit: 4531)
    CGroup: /system.slice/bind9.service
            └─590 /usr/sbin/named -f -u bind

root@[dchost]:~# cat /etc/resolv.conf
nameserver 192.168.16.50
search [domain].work

Scratching my head . . . .



More information about the samba mailing list