Copyright (C) 2008-2021 Oliver Bohlen.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU Free Documentation License".
This documentation comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
This is a little describtion how to install a CUPS-Printserver and share the printers over Samba.
You can configure your printers with the WebGUI on "http://
If you want to use this solution you need the following howto(s) finished:
emerge net-print/cups
File permissions:
Owner: root
Group: lp
Permissions: -rw-r-----
Click here for a download of the complete file: /etc/cups/cupsd.conf
Changed on 18.11.13Allow connections over the network
Listen localhost:631After change
Listen *:631
Allow printing over the network
Allow localhost Allow from 172.23.* Allow from 172.24.* Allow from 172.25.*
Allow administration from local networks
Allow localhost Allow from 172.23.* Allow from 172.25.*
File permissions:
Owner: root
Group: lp
Permissions: -rw-r-----
Click here for a download of the complete file: /etc/cups/cups-files.conf
Changed on 29.11.11Logging to syslog
AccessLog /var/log/cups/access_logAfter change
AccessLog syslog
Logging to syslog
ErrorLog /var/log/cups/error_logAfter change
ErrorLog syslog
Logging to syslog
PageLog /var/log/cups/page_logAfter change
PageLog syslog
For starting the new service after system reboot you should add it to a runlevel with the following command(s):
rc-update add cupsd
Please send a feedback to: doc<at>gabosh.net
Howto listingHere you can find the official Gentoo Linux Forums where you can find a lot of answers.
Here a link to the official Gentoo Linux Homepage.