Hi,
I have configured a samba share following the below link in RHEL 7 VM in
Azure.
https://www.tecmint.com/install-samba4-on-centos-7-for-file-sharing-on-windows/
https://www.youtube.com/watch?v=IMPEjYoP3N4- followed steps in this video
While mounting the directory from windows 10 I am not able to mount
\\<Azure Server IP\sharename and after a long time it fails. I have enabled
SMB client CIFS1,0 options are also in WIndows 10.
I am suspecting there is some issue with smb.conf. Can someone help me with
the correct smb.conf working one to compare with my config to get some clue?
[root at ancloudrehosting ~]# smbclient -L localhost -U test
Enter WORKGROUP\test's password:
Sharename Type Comment
--------- ---- -------
print$ Disk Printer Drivers
samba-public Disk Public samba share
samba-private Disk Private samba share
IPC$ IPC IPC Service (Samba 4.10.4)
test Disk Home Directories
Reconnecting with SMB1 for workgroup listing.
Server Comment
--------- -------
Workgroup Master
--------- -------
WORKGROUP
Regards
Pradeep
On 30/08/2020 20:13, Bubunia Patra via samba wrote:> Hi, > > I have configured a samba share following the below link in RHEL 7 VM in > Azure. > > https://www.tecmint.com/install-samba4-on-centos-7-for-file-sharing-on-windows/ > https://www.youtube.com/watch?v=IMPEjYoP3N4- followed steps in this video > > > While mounting the directory from windows 10 I am not able to mount > \\<Azure Server IP\sharename and after a long time it fails. I have enabled > SMB client CIFS1,0 options are also in WIndows 10.Stop me if I wrong, but isn't 'azure' short for 'we are running your AD server on a server somewhere in the world' ? If so, then I bet SMBv1 has been turned off on it.> > I am suspecting there is some issue with smb.conf.Lets start by seeing your smb.conf Rowland