From owner-freebsd-questions@FreeBSD.ORG Wed Nov 3 08:42:38 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 877B016A4CE for ; Wed, 3 Nov 2004 08:42:38 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DDB343D53 for ; Wed, 3 Nov 2004 08:42:38 +0000 (GMT) (envelope-from nlamprecht@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so130617wri for ; Wed, 03 Nov 2004 00:42:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=F9F/A7VsDAoeK/TTQ2Hbz95fLapxkvr3wMgwntoTawfxbxiXcTuxdDcBbbA2l9hXAiF956OeBdGjVbCqrmFFmuQCMLxqK8k0htrgxuVd0VlJAvfBRmpPH90ppKjPa2rTv+ItWafJxatUiGBSl3fxibCTKAvCsBjr/quHHJLmB3Q= Received: by 10.54.37.47 with SMTP id k47mr152168wrk; Wed, 03 Nov 2004 00:42:34 -0800 (PST) Received: by 10.54.38.55 with HTTP; Wed, 3 Nov 2004 00:42:34 -0800 (PST) Message-ID: <7cbadc8704110300427c1edd1@mail.gmail.com> Date: Wed, 3 Nov 2004 10:42:34 +0200 From: Nelis Lamprecht To: axel.gruner@suedfactoring.de In-Reply-To: <20041103074124.GA92127@pcs28.suedfactoring.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041103074124.GA92127@pcs28.suedfactoring.de> cc: FreeBSD Questions Subject: Re: Problem with mount_smbfs (not working for me) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nelis Lamprecht List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 08:42:38 -0000 On Wed, 3 Nov 2004 08:41:24 +0100, Axel S. Gruner wrote: > 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 > You have to use the netbios name of your samba server. Change 10.4.1.222 to the netbios name. mount_smbfs -I 10.4.1.222 //qsecadm@suedzwo/sfimages /mnt or mount_smbfs -I suedzwo.suedfac.com //qsecadm@suedzwo/sfimages /mnt Nelis