• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

gelöst Samba Server unter Opensuse 11.3 (KDE) nicht sichtbar

Hallo,
ich habe hier drei Computer:
1. Samba-Server (Opensuse 11.3)
2. Desktop-PC (Win 7, Opensuse 11.3)
3. Laptop (Windows XP und Opensuse 11.3)

Unter Windows 7 und Windows XP ist der Sambaserver im Browser sichtbar, Zugrifffe funktionieren usw.. alles wie gewünscht...
Unter Opensuse 11.3 ist in Dolphin (KDE) sehe ich nur die Nertwerkgruppe, aber keine PCs.
Spreche ich unter Dolphin den Samba-Server direkt mit der IP an, kann ich auf alle Freigaben zugeigen. Firewalls sind (versuchsweise) deaktiviert!
Woean kann es liegen?

Grüße

# Samba config file created using SWAT
# from UNKNOWN (192.168.2.104)
# Date: 2010/05/01 12:51:31

[global]
cups options = raw
server string = Samba
socket options = TCP_NODELAY SO_SNDBUF=32768 SO_RCVBUF=32768
default = daten
logon drive = P:
workgroup = MAIKNETZ
logon path = \\%L\profiles\.msprofile
os level = 20
map to guest = Bad User
printcap name = cups
logon home = \\%L\%U\.9xprofile
wins support = true

[homes]
comment = Home Directories
valid users = %S, %D%w%S
read only = No
inherit acls = Yes
browseable = No
available = No

[profiles]
comment = Network Profiles Service
path = %H
read only = No
create mask = 0600
directory mask = 0700
store dos attributes = Yes
browseable = No
available = No

[users]
comment = All users
path = /home
read only = No
inherit acls = Yes
veto files = /aquota.user/groups/shares/
browseable = No
available = No

[groups]
comment = All groups
path = /home/groups
read only = No
inherit acls = Yes
browseable = No
available = No

[printers]
comment = Drucker
path = /var/tmp
create mask = 0600
guest ok = Yes
printable = Yes
browseable = No

[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin, root
force group = ntadmin
create mask = 0664
directory mask = 0775
browseable = No
available = No

[daten]
comment = Maiks Dateien
writeable = yes
public = yes
create mode = 0777
path = /raid1/daten
directory mode = 777
 
Oben