08-21-2021, 08:24 PM
Run the command below. If your network doesn't block SMB discovery then it will return the list of SMB protocol versions supported by your server.
This command is used when creating a Music Source to try and automatically determine the highest SMB protocol supported by the server. If it does not return anything you can try adding the version manually in the Mount flags. Below is the help.
Code:
nmap HOST_OR_IPADDRESS_OF_SERVER -p 139 --script smb-protocols |grep \|
This command is used when creating a Music Source to try and automatically determine the highest SMB protocol supported by the server. If it does not return anything you can try adding the version manually in the Mount flags. Below is the help.
Code:
vers=1.0, 2.0, 3.0, 3.1 etc may be needed and/or sec=ntlm depending on what the NAS device requires.