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

Samba-Server nur von Windows aus sichtbar

bluejg

Member
Hallo,

ich habe ein eigenartiges Problem mit Samba. In einem heterogenen Netzwerk laufen zwei Samba-Server und zwei XP-Rechner.
Von Windows aus sind alle Samba-Freigaben sichtbar, ebenso klappt das Drucken über die freigegebenen Samba-Drucker.
Möchte ich aber mein Netzwerk über den Netzwerk-Browser ansehen, wird zwar die korrekte Arbeitsgruppe angezeigt aber nach Auswahl dieser kommt nur die Meldung "Zeitüberschreitung Server".
Über die IP-Adressen bzw. Netbios-Namen sind die Rechner allerdings erreichbar. Smb4k läuft eigenartigerweise problemlos.
Hier meine samba.conf
Code:
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2006-02-15
[global]
	workgroup = ARBEITSGRUPPE
	printing = cups
	printcap name = cups
	printcap cache time = 750
	cups options = raw
	map to guest = Bad User
	include = /etc/samba/dhcp.conf
	logon path = \\%L\profiles\.msprofile
	logon home = \\%L\%U\.9xprofile
	logon drive = P:
	add machine script = /usr/sbin/useradd  -c Machine -d /var/lib/nobody -s /bin/false %m$
	domain logons = No
	domain master = No
	netbios name = ASUS
	security = user
[homes]
	comment = Home Directories
	valid users = %S, %D%w%S
	browseable = No
	read only = No
	inherit acls = Yes
[profiles]
	comment = Network Profiles Service
	path = %H
	read only = No
	store dos attributes = Yes
	create mask = 0600
	directory mask = 0700
[users]
	comment = All users
	path = /home
	read only = No
	inherit acls = Yes
	veto files = /aquota.user/groups/shares/
[groups]
	comment = All groups
	path = /home/groups
	read only = No
	inherit acls = Yes
[printers]
	comment = All Printers
	path = /var/tmp
	printable = Yes
	create mask = 0600
	browseable = No
[print$]
	comment = Printer Drivers
	path = /var/lib/samba/drivers
	write list = @ntadmin root
	force group = ntadmin
	create mask = 0664
	directory mask = 0775

## Share disabled by YaST
# [netlogon]

Weiß einer Rat?

Gruß
bluejg
 

Yehudi

Guru
Vielleicht bin ich ja blind, aber ich sehe außer den homes keine Freigaben, und die sind auf browsable: no.
 
Oben