Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Mar 2008 12:58:39 -0700
From:      Predrag Punosevac <punosevac@math.arizona.edu>
To:        herbert langhans <herbert.raimund@gmx.net>,  questions@freebsd.org
Subject:   Re: Cups server and client
Message-ID:  <47CDA9EF.2020400@math.arizona.edu>
In-Reply-To: <20080304145150.5be279be.herbert.raimund@gmx.net>
References:  <20080304145150.5be279be.herbert.raimund@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
herbert langhans wrote:
> Hi Daemons,
> a basic question before I run into experiments. I run a Cups printserver installation on a Slackware server. And now I want to connect from a BSD7.0 workstation to this server to print.
>
> I have to install Cups as well on the BSD-client? Is that right? Or can I access it even simply by setting up printcap? 
>
>   
Yes you do unless you want to use LPR protocol. As you know the CUPS 
normally uses  IPP protocol for communication over the network which is 
not supported by native LPD spooling system.

You also have to add the file  client.conf inot /usr/local/etc/cups with 
the server name which can be IP address. Something like ServerName 
192.168.0.2.

Check the documentation http://www.cups.org/doc-1.1/sam.html


> Cheers
> herbs
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>   




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