On Sat, 08 Jan 2005 10:47:54 GMT, Murphy <(E-Mail Removed)> wrote:
> I thought that to have a Linux workstation print to this printer would
> be straight forward, simply install the printer on the workstation as
> I did on the server but this time instead of selecting "Parallel Port
> #1" I'd select "Internet Printing Protocol (ipp)" or "Internet
> Printing Protocol (http)".
Probably you forgot to enable remote access on the server. In the
server's /etc/cups/cupsd.conf put something like:
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1.0/24
</Location>
Something similar should already be there but commented out. Substitute
the correct address for your LAN of course. Look in /var/log/cups for
errors if you have more troubles.
But you're also making it too hard on the client. The easiest way with
clients that run CUPS is to get the server working first. Then set it
up to broadcast it's presence on the LAN. Finally, install CUPS on the
clients and let them find the server automatically.
In the server's /etc/cups/cupsd.conf:
BrowseAddress @LOCAL
On the client the defaults should work.
--
-| Bob Hauck
-| To Whom You Are Speaking
-|
http://www.haucks.org/