Hi, I'm no longer able to connect to the SMB server in LE 11.0.3:
I'm not sure when the last time it worked was, but it definitely did work in the past. And it appears to be working for a Linux smbclient.
HW: RPi 4B w/ 4GB RAM
The client PC is on the same LAN switch, running Win 8.1, and is able to connect via SMB to my TrueNAS and to other PCs.
NMAP shows the ports are open on LE, and SSH and HTTP both work:
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 9.2 (protocol 2.0)
111/tcp open rpcbind
139/tcp open netbios-ssn Samba smbd 4.6.2
445/tcp open netbios-ssn Samba smbd 4.6.2
8080/tcp open http-proxy?
What's the best way to completely reset the SMB Server settings? Is loading the defaults in the GUI enough?
Config parameters:
server min protocol = SMB3
server max protocol = SMB3
(I have tried lowering these already. Also, they worked in the past like this.)
I did notice there is a file
/storage/.config/samba.conf.sample
but no
/storage/.config/samba.conf
Is that normal?
Ditto for /usr/config/samba.conf.sample
If I try from a Linux (CentOS 7.9) client, it does appear to be working:
$ smbclient -L 192.168.11.14
Enter SAMBA\barry's password:
Sharename Type Comment
--------- ---- -------
Update Disk
Videos Disk
Music Disk
TV Shows Disk
Recordings Disk
Downloads Disk
Pictures Disk
Emulators Disk
Configfiles Disk
Userdata Disk
Screenshots Disk
Logfiles Disk
Backup Disk
Picons Disk
IPC$ IPC IPC Service (LibreELEC)
SMB1 disabled -- no workgroup available
Here's a WireShark capture on the PC; .13 is the PC, .14 the LE Pi:
I don't know enough about SMB to understand if those errors are critical.
Thanks!