From owner-freebsd-questions@FreeBSD.ORG Wed Dec 10 13:43:40 2003 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 E52FF16A4CF for ; Wed, 10 Dec 2003 13:43:40 -0800 (PST) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9411743D29 for ; Wed, 10 Dec 2003 13:43:39 -0800 (PST) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) hBALkpub034678; Wed, 10 Dec 2003 21:47:03 GMT (envelope-from peter@circlesquared.com) Message-ID: <3FD7944B.6020309@circlesquared.com> Date: Wed, 10 Dec 2003 21:46:51 +0000 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20031102 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marc Smith References: <3FD76900.4070704@comcast.net> In-Reply-To: <3FD76900.4070704@comcast.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Printing from FreeBSD to Windows XP 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: Wed, 10 Dec 2003 21:43:41 -0000 X-List-Received-Date: Wed, 10 Dec 2003 21:43:41 -0000 Marc Smith wrote: > Hello, I have a small home network with 2 computers, one running > FreeBSD and the other with Windows XP Professional. I have a printer > hooked up to the Windows XP machine and I would like to be able to > print to it from my FreeBSD box. I have already install "Printer > Services for Unix" in Windows. That's more for printing to Unix, and other tcp/ip networked, print servers. > I am just a little confused on how to setup the FreeBSD part. Try CUPS, which can work with smbclient to print to windows shared printers. If you like, just use smbclient alone. If you installed samba (which is a good idea in a mixed network like this), you should already have it all. PWR