Hey hi, I had troubles to access a share on my Solus machine from a Win10 1806.
Digging in the samba log (/var/log/samba/log.smbd ) I see a lot of this:
[2019/05/31 12:48:31.921662, 0] ../lib/util/access.c:365(allow_access)
Denied connection from fe80::c476:a155:d616:469a (fe80::c476:a155:d616:469a)
[2019/05/31 12:48:31.921735, 1] ../source3/smbd/process.c:3822(smbd_add_connection)
Connection denied from ipv6:fe80::c476:a155:d616:469a:61518 to ipv6:fe80::bc27:6d7a:e1ee:421c:445
Also this problem only happen if I try to connect using the domain "\\MY-PC\MyShare"
Using the IP "\\192.168.1.123\MyShare" works fine.
To make it works I had to add this to my smb.conf
interfaces = 127.0.0.1 enp1s0
bind interfaces only = yes
So is the default Solus 4 samba config ok? is that ipv6 related?
p.s.
I did not find anything about this problem in https://getsol.us/articles/software/samba/en/