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 *
*********************************************
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to