19.03.2024, 07:14 UhrDeutsch | English
Hallo Gast [ Registrierung | Anmelden ]
Setting up cups, so that other computers in the local network can print

In the standard configuration, other computers in the local area network may not use a printer connected to the Kanotix computer.

That can be fixed by changing the file /etc/cups/cupsd.conf:
## The section 'location' looks like this by default: 
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location> 


Additions can be made by adding a further Allow for the local area network:
Allow From 192.168.1.0/24 
Where 192.168.1.0 is the address of the local network.

Then the section 'location' looks overall like this:
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1.0/24
</Location>


To keep it more general, you can type instead of Allow From 192.168.1.0/24 :!
Allow From @LOCAL 


Good luck!

Martin Hauptmann
XML Revisions of $tag
Seiten-History :: Letzter Editor : Richard :: Eigentümer : OffTopic ::
Powered by pnWikka 1.0
 
 
Deutsch | English
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2004 - 2006 by Jörg Schirottke (Kano).
Consult Impressum and Legal Terms for details. Kanotix is Free Software released under the GNU/GPL license.
This CMS is powered by PostNuke, all themes used at this site are released under the GNU/GPL license. designed and hosted by w3you. Our web server is running on Kanotix64-2006.