LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   CUPS auto-detects and shows remote queues, how to disable? (https://www.linuxquestions.org/questions/linux-general-1/cups-auto-detects-and-shows-remote-queues-how-to-disable-388000/)

tisource 11-30-2005 02:10 PM

CUPS auto-detects and shows remote queues, how to disable?
 
I'm not sure if this question is best put into this thread, but here goes...

I have CUPS running on my linux workstation. I have 3 printers (1 local, 2 network) set up. However, when I go to print, I have about 7 printers in my list. The extra 4 are remote print queues that have not been manually set up. In other words, they're residing on another computer (an OS-X machine, to be specific), and my CUPS is automatically detecting them and adding them to my printers list.

I don't want CUPS to do this. Is there a way to turn this feature off?

macemoneta 12-01-2005 11:53 AM

If you don't share the printers on the other system(s) they won't show up. If you share them, the implication is that you want other machines to have access, so CUPS does the "right thing". You could firewall off IPP protocol (port 631); that should stop it.

tisource 12-01-2005 06:47 PM

If the remote computer were under my jurisdiction, I could ask them to stop sharing it, but that isn't the case. I'm looking for a way to stop MY cups from looking for other cups servers. The remote machine is an OS-X box.

PDock 12-02-2005 06:02 AM

try reading your cups.conf file! browse no jumps out during my read.

tisource 12-02-2005 12:26 PM

I have read the cupsd.conf file, and I didn't see anything that would stop CUPS from adding other auto-detected printers.

PDock 12-02-2005 07:29 PM

Code:

########
######## Browsing Options
########

#
# Browsing: whether or not to broadcast and/or listen for CUPS printer
# information on the network.  Enabled by default.
#

#Browsing On


tisource 12-02-2005 09:37 PM

Well, that fixed it.

I saw the browsing subnet options, but failed to see the on/off option.

Thanks for the info.


All times are GMT -5. The time now is 03:54 PM.