Article 4XGKC Unable to connect to SMB share from Win 10 Workstation

Unable to connect to SMB share from Win 10 Workstation

by
gtribe
from LinuxQuestions.org on (#4XGKC)
First time installing and setting up samba on a CentOS 7 server. I can connect to the share from a Mac OS computer but can not connect to the share from a Windows 10 workstation on our university domain.

When I try to connect I get the message "The specified network password is not correct". I'm using the IP to try and connect so the server address is \\ip-address\share and the username is clustershare02\username where clustershare02 is the hostname of the CentOS server. I can ping the server from Windows 10.

Here is my smb.conf file
Code:[global]
workgroup = WORKGROUP
security = user

passdb backend = tdbsam

printing = cups
printcap name = cups
load printers = yes
cups options = raw

; [homes]
; comment = Home Directories
; valid users = %S, %D%w%S
; browseable = No
; read only = No
; inherit acls = Yes

;[printers]
; comment = All Printers
; path = /var/tmp
; printable = Yes
; create mask = 0600
; browseable = No

;[print$]
; comment = Printer Drivers
; path = /var/lib/samba/drivers
; write list = @printadmin root
; force group = @printadmin
; create mask = 0664
; directory mask = 0775

[share]
path = /media/raid02/samba/share
writable = yes
browsable = yes
guest ok = no
valid users = @smbgroupNot sure if this is related but when I check the nmb.service I get this message.
Code:Jan 06 09:28:54 clustershare02 nmbd[30776]: [2020/01/06 09:28:54.853116, 0] ../source3/nmbd/nmbd_become_lmb.c:533(become_local_master_browser)
Jan 06 09:28:54 clustershare02 nmbd[30776]: become_local_master_browser: Error - cannot find server CLUSTERSHARE02 in workgroup WORKGROUP on subnet 192.168.122.1
Jan 06 09:33:49 clustershare02 nmbd[30776]: [2020/01/06 09:33:49.351726, 0] ../source3/nmbd/nmbd_become_lmb.c:533(become_local_master_browser)
Jan 06 09:33:49 clustershare02 nmbd[30776]: become_local_master_browser: Error - cannot find server CLUSTERSHARE02 in workgroup WORKGROUP on subnet 169.230.142.166
Jan 06 09:33:49 clustershare02 nmbd[30776]: [2020/01/06 09:33:49.352411, 0] ../source3/nmbd/nmbd_become_lmb.c:533(become_local_master_browser)
Jan 06 09:33:49 clustershare02 nmbd[30776]: become_local_master_browser: Error - cannot find server CLUSTERSHARE02 in workgroup WORKGROUP on subnet 192.168.122.1
Jan 06 09:38:57 clustershare02 nmbd[30776]: [2020/01/06 09:38:57.479141, 0] ../source3/nmbd/nmbd_become_lmb.c:533(become_local_master_browser)
Jan 06 09:38:57 clustershare02 nmbd[30776]: become_local_master_browser: Error - cannot find server CLUSTERSHARE02 in workgroup WORKGROUP on subnet 169.230.142.166
Jan 06 09:38:57 clustershare02 nmbd[30776]: [2020/01/06 09:38:57.479511, 0] ../source3/nmbd/nmbd_become_lmb.c:533(become_local_master_browser)
Jan 06 09:38:57 clustershare02 nmbd[30776]: become_local_master_browser: Error - cannot find server CLUSTERSHARE02 in workgroup WORKGROUP on subnet 192.168.122.1latest?d=yIl2AUoC8zA latest?i=SHi2lAdcOwg:pcbxNovr_dQ:F7zBnMy latest?i=SHi2lAdcOwg:pcbxNovr_dQ:V_sGLiP latest?d=qj6IDK7rITs latest?i=SHi2lAdcOwg:pcbxNovr_dQ:gIN9vFwSHi2lAdcOwg
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments