Samba
Hallo,
ich habe einen Server "server" (192.168.1.1) mit Sarge und einen Client
"client" (192.168.1.2) mit WinXP. Ich habe keinen Domain-Controller. Die
Workgroup heist "group" und das Netz ist eigentlich nur ein VPN (sollte aber
egal sein). Am Server ist Samba installiert. Am Server gibt es den User
"user" mit dem Passwort "password".
Nun sehe ich server wenn ich die Netzwerkumgebung am Client anzeige. Wenn
ich server öffnen will, muss ich User und Password eingeben. Wenn ich "user"
und "password" eingebe, wird der Dialog aber gleich wieder geöffnet,
allerdings ist "user" durch "client\user" ersetzt.
Ich komm also nicht an den Server.
Ich kann in keinem Log aktuelle Eintragungen finden.
Könnt Ihr mir bitte weiter helfen!
Gruß
Mick
/var/log/samba/log.client:
EINIGE STUNDEN DAVOR, 0] lib/util_sock.c:read_socket_data(384)
read_socket_data: recv failure for 4. Error = Connection reset by peer
Smb.cnf:
[global]
workgroup = group
server string = %h
dns proxy = no
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
encrypt passwords = true
passdb backend = tdbsam guest
obey pam restrictions = yes
invalid users = root
socket options = TCP_NODELAY
wins support = no
[homes]
comment = Home Directories
browseable = yes
writable = yes
create mask = 0700
directory mask = 0700
[printers]
comment = All Printers
browseable = no
path = /tmp
printable = yes
public = no
writable = no
create mode = 0700
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no
[xyshare]
comment = Data Share Folder
writable = yes
; locking = no
path = /home/share
public = yes
browseable = yes
; guest ok = no
Reply to:
- Follow-Ups:
- Re: Samba
- From: Andreas Kretschmer <akretschmer@despammed.com>