* [gentoo-user] CUPd for all.
@ 2004-12-05 22:33 Adam
2004-12-05 22:52 ` Scott Taylor
0 siblings, 1 reply; 2+ messages in thread
From: Adam @ 2004-12-05 22:33 UTC (permalink / raw
To: gentoo-user
I would like to share my Printer with all my Linux machines and it's
on my main client machine with CUPS. I hear there is an easy way to do
this, but I have no idea where to look or which method to take.
--
Love Joy, Peace, Patience, Kindness, Goodness, Faithfullnes,
Gentleness, Self-Control.
^^ You need all of these.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [gentoo-user] CUPd for all.
2004-12-05 22:33 [gentoo-user] CUPd for all Adam
@ 2004-12-05 22:52 ` Scott Taylor
0 siblings, 0 replies; 2+ messages in thread
From: Scott Taylor @ 2004-12-05 22:52 UTC (permalink / raw
To: gentoo-user
On Sun, 2004-12-05 at 17:33 -0500, Adam wrote:
> I would like to share my Printer with all my Linux machines and it's
> on my main client machine with CUPS. I hear there is an easy way to do
> this, but I have no idea where to look or which method to take.
Here are the lines to change in your /etc/cups/cupsd.conf of the various
machines, I'll assume your lan is 192.168.0.* and you want it to
announce itself to that whole subnet.
On the server to be the print server:
BrowseAddress 192.168.0.255
BrowseAllow 192.168.0.0/24
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.0.
</Location>
You might want to add a similar "Allow From" line for the
<Location /admin>, or perhaps only allow one or two individual addresses
to be able to modify the printer settings.
On client machines, if you don't have the server announcing, or if the
server is in a different subnet, you can force them to ask a particular
print server for the devices it has available by specifying its address
manually like so:
BrowsePoll 192.168.0.6:631
--
Scott Taylor - <security@303underground.com>
BOFH Excuse #377:
Someone hooked the twisted pair wires into the answering machine.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-12-05 22:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-05 22:33 [gentoo-user] CUPd for all Adam
2004-12-05 22:52 ` Scott Taylor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox