Habe Suse 8.2 installiert, läuft alles super, nur winXP findet die Sambashares nicht. smbd läuft netzwerk auch. Kann mir irgendwer helfen?
Linux 15.036 Themen, 107.107 Beiträge
Meine smb.conf sieht wie folgt aus:
# ===========================================================
# /etc/samba/smb.conf
# ===========================================================
# --- Global ------------------------------------------------
[global]
# --- Grundeinstellungen ---
workgroup = Arbeitsgruppe
netbios name = Samba File Server
server string = SMB-Server %h
socket options = TCP_NODELAY IPTOS_LOWDELAY \
SO_RCVBUF=8192 SO_SNDBUF=8192
public = yes
# --- Sicherheit ---
security = user
encrypt passwords = yes
veto files = /*.eml/*.nws/riched20.dll/
hosts allow = 127.0.0.1 192.168.0.1/255.255.255.0
interfaces = eth0
# --- Browser Control ---
os level = 80
preferred master = yes
domain master = yes
# --- User ---
admin users = root daniel
;guest account = nobody
;invalid users = root
# --- Log ---
log file = /var/log/samba/log.%m
log level = 0
max log size = 50
syslog = 0
# --- WINS ---
wins support = yes
;dns proxy = no
# --- Character set ---
character set = ISO8859-1
client code page = 850
# --- Shares ------------------------------------------------
[homes]
comment = Benutzerverzeichnis
valid users = %S
read only = no
browseable = no
create mask = 0600
directory mask = 0700
[netlogon]
comment = Netzwerkanmeldung
path = /etc/samba/netlogon
read only = yes
browseable = no
write list = wullmann
public = yes
create mask = 0644
directory mask = 0755
[root]
comment = Dateisystem von %h
path = /
read only = yes
browseable = yes
valid users = wullmann
# write list =
