Samba network problem

Hi!

15.1 XFCE x86_64. I set up Samba shares, it works in principle.

Virtually all Windows sees is that I type the IP address directly. When you open it on the network, the share does not appear.

testparm shows everything as good. Both machines are on Wi-Fi on the same network. Apparently all is well, I knew I missed one step because I did it as described.

Where should I go for him?

Thanks in advance!

If I understand you correctly, you have set up a samba server, and Windows does not find the samba server automatically as desired. Is that right?

The WS-Discovery protocol can be used advertise samba servers to Windows hosts.

https://software.opensuse.org/search?utf8=✓&baseproject=ALL&q=wsdd

Once installed, be sure to enable and start the wsdd service

sudo systemctl enable wsdd
sudo systemctl start wsdd

A similar thread
https://forums.opensuse.org/showthread.php/540083-Samba-Network-Device-Type-for-Windows-10?p=2934732#post2934732

OK! Thank you very much!