From owner-freebsd-questions@FreeBSD.ORG Mon Nov 1 12:21:54 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 560F316A4CE for ; Mon, 1 Nov 2004 12:21:54 +0000 (GMT) Received: from mail4.hsphere.cc (mail4.hsphere.cc [216.157.145.24]) by mx1.FreeBSD.org (Postfix) with SMTP id 6017143D5C for ; Mon, 1 Nov 2004 12:21:53 +0000 (GMT) (envelope-from freebsd@ubersoft.co.za) Received: (qmail 81985 invoked by uid 399); 1 Nov 2004 12:21:52 -0000 Received: from unknown (HELO bailey) (freebsd@ubersoft.co.za@196.31.69.30) by mail4.hsphere.cc with SMTP; 1 Nov 2004 12:21:50 -0000 Message-ID: <002101c4c00d$5a21f820$0b00a8c0@bailey> From: "Gareth" To: "freebsd mail" Date: Mon, 1 Nov 2004 14:20:48 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Mounting an XP share in FreeBSD 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: Mon, 01 Nov 2004 12:21:54 -0000 Hi all, I've been experiencing some problems mounting a Windows XP SP2 share in FreeBSD 4.10. My samba version is samba-2.2.8a_2. I have turned off the firewall on the windows machine, and all traffic on the FreeBSD machine's internal 192.168.0 subnet flows freely. I am trying to mount a share called 'backups' on the windoze machine with the following command: mount_smbfs -I 192.168.0.11 //guest@192.168.0.11/backups /mnt/backups/ ... i am prompted for a password and i enter it. I then get this message: mount_smbfs: unable to open connection: syserr = Connection reset by peer If I give mount_smbfs the -N switch it makes no difference. The connection keeps getting reset. I can ping the windows machine and the windows machine can browse the samba shares on the FreeBSD machine. Can anyone offer a helping hand? Thanks, Gareth