Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Nov 2005 08:46:29 +0100 (CET)
From:      "P.U.Kruppa" <root@pukruppa.de>
To:        freebsd-questions@freebsd.org
Subject:   Printing from Solaris to FreeBSD via Cups
Message-ID:  <20051113081227.O1047@www.pukruppa.net>

next in thread | raw e-mail | index | archive | help
Hi!

I would like to print from a Solaris 10 workstation 
(192.168.10.3) to my FreeBSD server (192.168.10.1). My idea
was to use Cups and ipp protocol on both 
machines since I have already got Cups up and running on my 
FreeBSD machine.

Cups on Solaris seems to be up to (I can access 
http://localhost:631) but whatever printer configuration I try to 
set, I keep receiving
 	Send Error: 7 code=403 (Forbidden) 
when I try to print the test page.

Perhaps I don't use the correct ipp URI ?
Perhaps my cupsd.conf is missing something?
Do I need to set some kind of authentication from Solaris to 
FreeBSD?

Error logs don't show anything but a message about sending the 
above error.

Thanks for your help or links to some howto's ,

Uli.


Here come two of my configs:

/etc/printcap	-------------------------------------

# This file was automatically generated by cupsd(8) from the
# /usr/local/etc/cups/printers.conf file.  All changes to this file
# will be lost.
hpdj|hpdj:rm=www.pukruppa.net:rp=hpdj:
 		-------------------------------------

/usr/local/etc/cups/cupsd.conf  ---------------------------
[snip]
LogLevel info
Port 631

<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.2.*
</Location>

Order Deny,Allow
Deny From All
Allow From 192.168.10.*
 	----------------------------------------------------



*********************************************
* Peter Ulrich Kruppa - Wuppertal - Germany *
*********************************************



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051113081227.O1047>