From owner-freebsd-questions@FreeBSD.ORG Sun May 2 18:14:31 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 71BD616A4CF for ; Sun, 2 May 2004 18:14:31 -0700 (PDT) Received: from lakermmtao09.cox.net (lakermmtao09.cox.net [68.230.240.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 938EA43D3F for ; Sun, 2 May 2004 18:14:30 -0700 (PDT) (envelope-from bob89@bobj.org) Received: from mail.bobj.org ([24.250.218.207]) by lakermmtao09.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040503011428.HRLZ5659.lakermmtao09.cox.net@mail.bobj.org> for ; Sun, 2 May 2004 21:14:28 -0400 Received: from bobj.wb4jcm.org ([192.168.132.167]) by neti.bobj.org with esmtp; Sun, 02 May 2004 21:14:28 -0400 From: Bob Johnson To: freebsd-questions@freebsd.org Date: Sun, 2 May 2004 21:14:20 -0400 User-Agent: KMail/1.6 References: In-Reply-To: X-Source-System: Bob's Laptop MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405022114.20645.bob89@bobj.org> cc: gerard-seibert@rcn.com Subject: Re: Configuring Samba for Printing on WinXP Machine 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, 03 May 2004 01:14:31 -0000 On Sunday 02 May 2004 05:04 pm, Gerard Seibert > wrote: > I am running FreeBSD 5.2.1. I have three computers networked > together, Two running WinXP Pro and one running FreeBSD. I would like > the one running BSD to be able to use the printer connected to the > WinXP machine. I have had no success in getting this to occur. > If all you need is printing, and not file sharing, then CUPS should do what you need. It can be a little confusing to get it up and running, but probably not as confusing as Samba. /usr/ports/print/cups > The WinXP machine in question is connected to a hub, then a router > and then to my cable modem. I do not want to make any changes to its > network so that it will fail to connect to the internet or to the > other WinXP computer. It would be a bonus if I could actually share > files among all three machines, but it is not a necessity. I do need > the ability to print though. If you decide to use CUPS for printing, you may be able to do adequate file sharing by using the basic SMB networking built in to recent versions of FreeBSD (see mount_smbfs(8) and smbutil(1)). That should let you be a client to the WinXP file servers, although you won't be able to serve files to them. smbutil claims to be able to print to Windows shared printers, but I've never tried it, and I suspect that drivers would be an issue. When I use mount_smbfs to mount shares from my wife's XP Home system, I have to try the mount twice: it times out the first time, and works on the second. I haven't tried to debug that yet... I haven't used Samba in a few years, but when I did, its primary role was to act as a Windows server, not as a client. The client (at least back then) was very limited. > > I have tried configuring Samba but without success. Perhaps someone > could give me some basic configuration tips, or perhaps another > easier to use and setup networking tool other than Samba. > > Thanks in advance! > > Gerard Seibert > gerard-seibert@rcn.com > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"