From owner-freebsd-questions@FreeBSD.ORG Tue Nov 23 15:26:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76E6816A4CE for ; Tue, 23 Nov 2004 15:26:36 +0000 (GMT) Received: from vsmtp1.tin.it (vsmtp1.tin.it [212.216.176.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7678C43D45 for ; Tue, 23 Nov 2004 15:26:35 +0000 (GMT) (envelope-from v.demartino2@virgilio.it) Received: from ims3e.cp.tin.it (212.216.176.219) by vsmtp1.tin.it (7.0.027) id 418A7A6B008030FF for freebsd-questions@freebsd.org; Tue, 23 Nov 2004 16:26:34 +0100 Received: from [192.168.70.227] by ims3e.cp.tin.it with HTTP; Tue, 23 Nov 2004 16:26:33 +0100 Date: Tue, 23 Nov 2004 16:26:33 +0100 Message-ID: <41536B85000B1B58@ims3e.cp.tin.it> From: v.demartino2@virgilio.it To: "FreeBSD" MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: quoted-printable Subject: First start with Samba 3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2004 15:26:36 -0000 After installing and launching samba 3.0.7 daemons under my postgresql FB= SD5.3 stable server at office, I'm having trouble in connecting to whatever win= dows share in the M$ LAN. Here you are what's going on: 1) I can ping to my windows server srvs1.myco; 2) If I issue smbclient -L srvs1.myco -U myuserid pasword:**** it works and gives me the complete list of services and share (among them= ../Data, what I need to share); 3) If I issue smbclient //srvs1.myco/Data -U myuserid pasword:**** at the >smb prompt I can navigate into the dirs; BUT if I issue mount_smbfs -I srvs1.myco //myuserid@srvs1.myco/Data /mnt/smb password:***** mount_smbfs: unable to open connection: syserr =3D Connection reset by pe= er This error pops up. Could you please help me, a poor samba newbie, straight things up? Thanks in advance Vittorio