From owner-freebsd-questions@FreeBSD.ORG Thu Feb 28 18:02:31 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 10EA1A75 for ; Thu, 28 Feb 2013 18:02:31 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id C423C78A for ; Thu, 28 Feb 2013 18:02:30 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r1SI1feB066330; Thu, 28 Feb 2013 11:01:41 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r1SI1fNC066327; Thu, 28 Feb 2013 11:01:41 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 28 Feb 2013 11:01:41 -0700 (MST) From: Warren Block To: =?ISO-8859-15?Q?Trond_Endrest=F8l?= Subject: Re: connect to a network printer to be able to print In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/Mixed; BOUNDARY="2055831798-1227097059-1362035866=:95994" Content-ID: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 28 Feb 2013 11:01:41 -0700 (MST) Cc: FreeBSD Questions , Antonio Olivares X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:02:31 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --2055831798-1227097059-1362035866=:95994 Content-Type: TEXT/PLAIN; CHARSET=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT Content-ID: On Thu, 28 Feb 2013, Trond Endrestøl wrote: > The rm (remote machine) property in /etc/printcap should be changed to > 10.155.135.3, i.e. > > :rm=10.155.135.3:\ > > Then it's simply a matter of restarting lpd, i.e. > /etc/rc.d/lpd restart > > If you're lucky, your first print job should appear as hardcopy. lpd(8) really wants DNS to be working. I forget the exact symptoms, but using raw IP addresses does not always work. It's not clear why just adding an entry to /etc/hosts is not possible, but that or an entry in the DNS server is generally the best way. --2055831798-1227097059-1362035866=:95994--