Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


[PROBLEM] SCAN mount using SMB
#21
FYI, here's the command used by moOde to determine which protocol versions (aka dialects) are accepted by the SMB server as configured

Code:
nmap <hostname or IP> -p 139 --script smb-protocols


Here I use it to probe a moOde player

Code:
kreed@T520:~$ nmap pi3a.local -p 139 --script smb-protocols
Starting Nmap 7.80 ( https://nmap.org ) at 2022-02-02 17:27 EST
Nmap scan report for pi3a.local (10.0.0.209)
Host is up (0.0045s latency).

PORT    STATE SERVICE
139/tcp open  netbios-ssn

Host script results:
| smb-protocols:
|   dialects:
|     NT LM 0.12 (SMBv1) [dangerous, but default]
|     2.02
|     2.10
|     3.00
|     3.02
|_    3.11

Nmap done: 1 IP address (1 host up) scanned in 0.71 seconds


Regards,
Kent
Reply
#22
@DaveJohnsonOtt

I just posted Common problems mounting SMB music sources in the FAQ and Guides forum. You may find it helpful.

When I can find some more free time, I'll compose a post about some of the command line tools which can help.

Regards,
Kent
Reply


Forum Jump: