Hi everyone I am on Opensuse LEAP 15.6, and this is my smb.conf configuration file via dolphin (KDE), or via a windows machine I do not see my samba server is hidden.
But I can access and everything works perfectly via smb://IP
Where could be the problem? Sorry I’m a beginner, thanks in advance
#======================= Global Settings ==============================>
[global]
workgroup = WORKGROUP
server string = Samba Server
netbios name = [NOME_SERVER]
security = user
map to guest = Bad User
dns proxy = no
local master = yes
preferred master = yes
wins support = yes
#============================ Share Definitions =======================>
[Musica-scrittura]
comment = Musica con permessi completi per [NOME_UTENTE]
path = /[PERCORSO]/Music
browseable = yes
guest ok = no
read only = no
valid users = [NOME_UTENTE]
create mask = 0777
directory mask = 0777
[Musica-lettura]
comment = Musica con permessi di sola lettura per altri utenti
path = /[PERCORSO]/Music
browseable = yes
guest ok = yes
read only = yes
[CalibreLibrary]
comment = Biblioteca di Calibre
path = /[PERCORSO]/calibre/config/Biblioteca_di_Calibre
browseable = yes
guest ok = no
read only = no
valid users = [NOME_UTENTE]
create mask = 0777
directory mask = 0777
With respect to Dolphin, are you referring to samba shares on the local host? In any case, for linux hosts Aavhi is used for service discovery. The samba servers should be enumerated via Network > Samba Folder (SMB)…
Could be a firewall issue. Try first with firewall disabled and see if it works.
If it does: activate home profile and add rules for detection of smb servers.
I just tested network discovery on my Windows laptop, (and a Leap host providing a samba share and advertised via wsdd2 service). The Linux samba server is shown…