siabost9deas wrote: ↑Sun Mar 12, 2023 6:41 pm
@CharlesV
on one of the AVLinux seems to reveal an error, if I read it correctly
('No compatible protocol selected by server')?
Code: Select all
AV Linux MX Edition
kenny@HP-Music-PC:~
$ smbtree
Enter WORKGROUP\kenny's password:
WORKGROUP
\\ Kenny-Main-Laptop server (Samba, Ubuntu)
\\\ Kenny-Main-Laptop server (Samba, Ubuntu)
\\\DLINK-SHARE DNS-320L
\\\HP-MUSIC-PC Samba 4.13.13-Debian
\\DLINK-SHARE DNS-320L
\\DLINK-SHARE\Volume_1
\\DLINK-SHARE\IPC$ IPC Service (DNS-320L)
\\DLINK-SHARE\lp USB Printer
\\HP-MUSIC-PC Samba 4.13.13-Debian
smbXcli_negprot_smb1_done: No compatible protocol selected by server.
smbc_opendir: Invalid argument
So it looks like your two computers have different samba protocols and cannot talk to each other. I saw no server protocol specified, so it probably went to SMB3.. I think I would try in both computers /etc/samba/smb.conf files setting, I use:
Code: Select all
workgroup = CEO
client min protocol = COREPLUS
server max protocol = SMB3
name resolve order = host wins bcast lmhosts
wins support = yes
I also always set my host files to show my machines I want to look at, I find it works faster and is stable ! But supposedly the proper name resolve is
Code: Select all
name resolve order = bcast wins host lmhosts
Also, I dont see any drives shared on your computers, and according to the samba docs, it will ONLY activate as a server if you have one or more shares.