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

Simple Samba Konfiguration [gelöst]

todayeama

Newbie
Hallo, ich möchte meinen Suse 10.1 mit einem XP vernetzen, das heist nur Daten hin und her schieben. versucht habe ich es mit samba und security=share. Config siehe unten. Das Problem: es geht nicht, sehe unter Linux nicht die Windows Freigaben und umgekehrt ebenfalls nicht.

Muss ich noch Domains o.ä. einrichten ? glaube eigentlich nicht.

->Nachtrag: die Firewall auf der Windows Seite (ZoneAlarm) stand im Wege. Danke für die zahlreichen Hinweise

Danke für feedback

# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2007/08/17 20:53:54

[global]
workgroup = LINUX-HOME
security = share
map to guest = Bad User
guest account = ftp
printcap name = cups
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$
logon path = \\%L\profiles\.msprofile
logon drive = P:
logon home = \\%L\%U\.9xprofile
preferred master = no
domain master = no
ldap ssl = No
usershare allow guests = Yes
cups options = raw
include = /etc/samba/dhcp.conf
restrict anonymous = no
max protocol = NT
server signing = Auto

[profiles]
comment = Network Profiles Service
path = %H
read only = No
create mask = 0600
directory mask = 0700
guest ok = Yes
case sensitive = No
msdfs proxy = no

[printers]
comment = All Printers
path = /var/tmp
create mask = 0600
guest ok = Yes
printable = Yes
printer name = Samsung2250
browseable = No

[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin, root
force group = ntadmin
create mask = 0664
directory mask = 0775
guest ok = Yes
case sensitive = No
msdfs proxy = no

[homes]
guest ok = Yes
case sensitive = No
msdfs proxy = no

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

[Photos]
comment = Bilder
path = /windows/e/_benutzer/Photos
guest ok = Yes
 

uhi

Member
msdfs proxy = no
eventuell auskommentieren (vgl. mein Beitrag zu
http://www.linux-club.de/viewtopic.php?t=86868&highlight=
 
Oben