Uanble to connect to local Samba server

I just examined your change to the Ubuntu samba server. BTW, which version of Ubuntu are you using?

Anyway, I note that you specified ‘client min protocol = SMB2’ and ‘client max protocol = SMB3’, but for server directives this should be

min protocol = SMB2
max protocol = SMB3

These directives a synonyms for ‘server min protocol’ and ‘server max protocol’ respectively.

Reference
https://www.samba.org/samba/docs/current/man-html/smb.conf.5.html

With a share allowing guest access, it should be possible to mount on the fly using…

sudo mount -t cifs -o nosuid,nodev,relatime,gid=100,uid=1000,guest,file_mode=0770,dir_mode=0770 //192.168.178.72/server/Server/Music /media/music

Of course it shouldn’t! ****, that’s quite obvious.
And you know what? It solved my all of my problems! Thanks for the help all, you have been very patient. :slight_smile:

Well done. Glad to have been of guidance. :wink:

That is fine. Often it is just the discussion that helps.