From owner-freebsd-questions@FreeBSD.ORG Tue Feb 8 18:55:54 2005 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 0883816A4CE for ; Tue, 8 Feb 2005 18:55:54 +0000 (GMT) Received: from spatula.dreamhost.com (spatula.dreamhost.com [66.33.205.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA1F643D45 for ; Tue, 8 Feb 2005 18:55:53 +0000 (GMT) (envelope-from lists@tntluoma.com) Received: from [192.168.1.2] (adsl-68-252-33-33.dsl.wotnoh.ameritech.net [68.252.33.33]) by spatula.dreamhost.com (Postfix) with ESMTP id 97A2817D02D for ; Tue, 8 Feb 2005 10:55:52 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v619.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: FreeBSD Mailing List From: Timothy Luoma Date: Tue, 8 Feb 2005 13:55:52 -0500 X-Mailer: Apple Mail (2.619.2) Subject: CUPS server + Windows client 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: Tue, 08 Feb 2005 18:55:54 -0000 The good news is that I can print from a Windows machine to my Brother 1240 connected via USB by using CUPS. The bad news is that whenever you look at the printer on the Windows machine, it says "Access denied, unable to connect" in the "Status" Therefore it does not show jobs waiting to be printed, nor does it allow for their control (delete / pause jobs especially). I've looked through the CUPS config stuff and don't see anything missing, but I'm far from an expert. Here's the relevant config info (NOTE: the Windows machine is on 192.168.1.x) $ fgrep -v '#' /usr/local/etc/cups/cupsd.conf|grep "." LogLevel info Port 631 Browsing On BrowseProtocols cups BrowseAllow address Order Deny,Allow Deny From All Allow From 127.0.0.1 Allow from 192.168. AuthType None AuthType None Order Deny,Allow Deny From All Allow From 127.0.0.1 Allow from 192.168.1