From owner-freebsd-questions@FreeBSD.ORG Wed Nov 3 07:39:29 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 341BA16A4CE for ; Wed, 3 Nov 2004 07:39:29 +0000 (GMT) Received: from sffwd0.suedfactoring.de (port-212-202-224-251.static.qsc.de [212.202.224.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 881EF43D5A for ; Wed, 3 Nov 2004 07:39:27 +0000 (GMT) (envelope-from agruner@suedfactoring.de) Received: from pcs28.suedfac.com ([10.2.1.228]) ESMTP id iA37dOMI016276 for ; Wed, 3 Nov 2004 08:39:24 +0100 Received: by pcs28.suedfac.com (Postfix, from userid 1001) id E9B5EB8E2; Wed, 3 Nov 2004 08:41:24 +0100 (CET) Date: Wed, 3 Nov 2004 08:41:24 +0100 From: "Axel S. Gruner" To: freebsd-questions@freebsd.org Message-ID: <20041103074124.GA92127@pcs28.suedfactoring.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: SuedFactoring GmbH Adress1: 70191 Stuttgart Adress2: Heilbronnerstrasse 86 Phone: (+49)711/127-3865 User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new Subject: Problem with mount_smbfs (not working for me) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: axel.gruner@suedfactoring.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 07:39:29 -0000 Hi. I run into a problem with "mount_smbfs". Trying to mount a SMB-share on a AS/400 from a FreeBSD 4.10 or FreeBSD 5.3-RC1 gives me the error: mount_smbfs: unable to open connection: syserr = Connection reset by peer Well, i dont like Mr. Peer, and, trying to reach the SMB-share via "smbclient" works perfectly (but i need a mount on my FreeBSD-System, so thats no choice). Also if i try to mount the SMB-share from a SuSE Linux Box (with mount -t smbfs) it will work, as a result, i think the problem is not the share, it must be "mount_smbfs". The syntax i tried was: mount_smbfs -I 10.4.1.222 //qsecadm@10.4.1.222/sfimages /mnt also with the FQDN: mount_smbfs -I suedzwo.suedfac.com //qsecadm@10.4.1.222/sfimages /mnt After typing the password, the error message above came up. Thats it. So, the question is, whats wrong with my syntax, or what could cause the problem? On my FreeBSD 4.10 box i also have the following stuff compiled in the kernel: options NETSMB options NETSMBCRYPTO options LIBMCHAIN options LIBICONV options SMBFS Thanks in advance. asg