Mainos / Advertisement:

Cups

Kohteesta Taisto
Versio hetkellä 25. maaliskuuta 2015 kello 11.47 – tehnyt Minh (keskustelu | muokkaukset)
(ero) ← Vanhempi versio | Nykyinen versio (ero) | Uudempi versio → (ero)
Siirry navigaatioon Siirry hakuun

Asennus

 aptitude install cups

{{#allow-groups:user}} Avaa Cupsin konfigurointi tiedosto

 nano /etc/cups/cupsd.conf

Editoi kuuntelu portti

# Listen for connections on Port 631.
Port 631
#Listen localhost:631
# Allow access to the server from any machine on the LAN
<Location />
  Order allow,deny
  #Allow localhost
  Allow 192.168.1.* # change to local LAN settings
</Location>
# Allow access to the admin pages from any machine on the LAN
<Location /admin>
  #Encryption Required
  Order allow,deny
  #Allow localhost
  Allow 192.168.1.* # change to local LAN settings
</Location>


Siirry graafiseen ip:631

Mainos / Advertisement: