[Cialug] Samba Challenge

Josh More jmore at starmind.org
Sat Feb 20 15:48:50 CST 2016


Do you get the same behavior when you try from the server itself?  i.e.,
can you browse locally but not over the network?

If so, check your routes and gateways.

-Josh

On Sat, Feb 20, 2016 at 3:27 PM, L. V. Lammert <lvl at omnitec.net> wrote:

> On Sat, 20 Feb 2016, Scott Yates wrote:
>
> > Not sure if it will fix your issue, but it seems like it is worth a try
> and
> > restart of the smbd service
> >
> > [global]
> > # this fixes issue with root share
> > #
> > follow symlinks = yes
> > wide links = yes
> > unix extensions = no
> >
> Added and tested again, .. result was;
>
>         $ smbclient -L //Mainserver
>         Enter lvl's password:
>         protocol negotiation failed: NT_STATUS_IO_TIMEOUT
>
> TFTR!
>
>         Lee
>
> Below is the [global] section in case anyone has another thought:
>
> [global]
>         workgroup = PRECISION
>         passdb backend = tdbsam
>         netbios name = Mainserver
>         os level = 99
>         server max protocol = SMB3
>         server string = PES Mainserver
>         encrypt passwords = yes
>         preferred master = yes
>         os level = 66
>         log file = %m.log
>
>         follow symlinks = yes
>         wide links = yes
>         unix extensions = no
>
>         browseable = yes
>         domain logons = Yes
>         domain master = Yes
>         local master = yes
>         wins support = yes
>         name resolve order = hosts bcast
>
>         printing = cups
>         printcap name = cups
>         printcap cache time = 750
>         cups options = raw
>         map to guest = Bad User
>
>         # include = /etc/samba/dhcp.conf
>         logon path = \\%L\profiles\.msprofile
>         logon home = \\%L\%U\.9xprofile
>         logon drive = P:
>         # usershare allow guests = Yes
>         usershare allow guests = No
>         add machine script = /usr/sbin/useradd  -c Machine -d
> /var/lib/nobody -s /bin/false %m$
>
> _______________________________________________
> Cialug mailing list
> Cialug at cialug.org
> http://cialug.org/mailman/listinfo/cialug
>


More information about the Cialug mailing list