How to make your CUPS server broadcast itself: Difference between revisions

From www.ReeltoReel.nl Wiki
Jump to navigation Jump to search
(New page: In order for your clients to automatically recognize the printers that CUPS has, edit the following setting in /etc/cups/cupsd.conf: BrowseAddress @LOCAL In this way, your clients won't h...)
 
No edit summary
 
Line 1: Line 1:
In order for your clients to automatically recognize the printers that CUPS has, edit the following setting in /etc/cups/cupsd.conf:
In order for your clients to automatically recognize the printers that CUPS has, add/edit the following setting in /etc/cups/cupsd.conf:
  BrowseAddress @LOCAL
  BrowseAddress @LOCAL
In this way, your clients won't have to do anything, as their (local) CUPS server will recognize the broadcasts from your (global) CUPS server!
In this way, your clients won't have to do anything, as their (local) CUPS server will recognize the broadcasts from your (global) CUPS server!

Latest revision as of 15:20, 13 December 2007

In order for your clients to automatically recognize the printers that CUPS has, add/edit the following setting in /etc/cups/cupsd.conf:

BrowseAddress @LOCAL

In this way, your clients won't have to do anything, as their (local) CUPS server will recognize the broadcasts from your (global) CUPS server!