On Sat, 8 Oct 2016 17:50:07 -0300
Rodrigo Cunha via samba <samba at lists.samba.org> wrote:
> [root at samba etc]# cat smb.conf
> # Global parameters
> [global]
> netbios name = SAMBA
> realm = ODUVALDOCOZZI.INTRANET
> workgroup = ODUVALDOCOZZI
> dns forwarder = 8.8.8.8
> server role = active directory domain controller
> allow dns updates = nonsecure
>
> [netlogon]
> path >
/usr/local/samba/var/locks/sysvol/oduvaldocozzi.intranet/scripts
> read only = No
>
> [sysvol]
> path = /usr/local/samba/var/locks/sysvol
> read only = No
> [root at samba etc]# ^C
> [root at samba etc]#
>
>
> 2016-10-08 17:46 GMT-03:00 Rodrigo Cunha <rodrigo.root.rj at
gmail.com>:
>
> > .
> > Dear,
> > My samba is not working, I can not access the DNS other hosts on the
> > network, only localhost.
> > I think it's a problem in your configuration.
> > The following is the configuration file.
> >
> > --
> > Atenciosamente,
> > Rodrigo da Silva Cunha
> >
> >
>
>
OK, your first post mentioned Bind, but the smb.conf you posted shows
you are using the internal DNS server. If Bind9 is running on the DC
that the smb.conf came from, turn it off, you cannot have two DNS
servers running on the same computer.
Rowland