From owner-freebsd-questions@FreeBSD.ORG Tue Feb 14 22:27:37 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EC68106564A for ; Tue, 14 Feb 2012 22:27:37 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (unknown [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id 2D9AD8FC15 for ; Tue, 14 Feb 2012 22:27:37 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id q1EMRaLX091033 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 14 Feb 2012 14:27:36 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.14.2/Submit) with UUCP id q1EMRauj091032 for freebsd-questions@freebsd.org; Tue, 14 Feb 2012 14:27:36 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: from fbsd81 ([192.168.200.81]) by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA26343; Tue, 14 Feb 12 14:14:06 PST Date: Tue, 14 Feb 2012 14:12:59 -0800 From: perryh@pluto.rain.com To: freebsd-questions@freebsd.org Message-Id: <4f3b3edb.7rKm0nktcI7/onEY%perryh@pluto.rain.com> References: <20120214145748.6aeaa1cc@scorpio> In-Reply-To: <20120214145748.6aeaa1cc@scorpio> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Printing directly to IP address X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 22:27:38 -0000 Jerry wrote: > I know it is possible; however, I cannot find any actual > documentation under the "printing" section in the FreeBSD > manual. If anyone could provide a link to such documentation, > it would be appreciated. Provided the printer supports lpd protocol, i.e. it looks like a remote BSD machine operating as a print server, the setup is covered in the "Networked Printing" handbook section (as of 6.1 -- I don't seem to have any newer doc package installed). The comments in /etc/printcap are also useful, and there's some coverage in the Corporate Networker's Guide: "Setting up LPR/LPD on FreeBSD" and "Printing from UNIX".