From owner-freebsd-hackers@FreeBSD.ORG Tue May 4 03:59:04 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78F1F16A4CE for ; Tue, 4 May 2004 03:59:04 -0700 (PDT) Received: from gremlin.foo.is (gremlin.foo.is [194.105.250.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3804043D5A for ; Tue, 4 May 2004 03:59:04 -0700 (PDT) (envelope-from baldur@foo.is) Received: from 127.0.0.1 (localhost.foo.is [127.0.0.1]) by injector.foo.is (Postfix) with SMTP id 7CB7D3A1B9 for ; Tue, 4 May 2004 10:59:03 +0000 (GMT) Received: by gremlin.foo.is (Postfix, from userid 1000) id 9BCCC3A1B7; Tue, 4 May 2004 10:59:01 +0000 (GMT) Date: Tue, 4 May 2004 10:59:01 +0000 From: Baldur Gislason To: freebsd-hackers@freebsd.org Message-ID: <20040504105901.GA27896@gremlin.foo.is> User-Agent: Mutt/1.4.1i X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on gremlin.foo.is X-Spam-Level: X-Spam-Status: No, hits=-4.7 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=2.61 X-Sanitizer: Foo MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline X-Mailman-Approved-At: Tue, 04 May 2004 05:18:03 -0700 Subject: Scanning for printers on remote host X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2004 10:59:04 -0000 I was wondering how I can get a list of the printers attached to LPD on a remote host. I know Windoze can do this when you enter an IP address of a print server it gives you a list of the printers available on it, and asks which one you want to add. How can I do this on FreeBSD? I have a 3 port ethernet printserver and I don't know what the ports are called in the LPD on it. Baldur