Step-by-Step IPP based Print Server using CUPS
Step-by-Step IPP based Print Server using CUPSThis tutorial describes how to install a Linux print server with CUPS. It also covers the installation and configuration of printer drivers on the print server as well as the printer setup on a Windows 2000 client. Contents: 1. IPP Server SetupStep #1 - Installing CUPS Service # su root Step #2 - Configuring CUPS # vi /etc/cups/cupsd.conf The default CUPS configuration limits administration to the local machine. To open up access, edit the /etc/cups/cupsd.conf and comment out the lines reading: The Below lines restricts web administration access to localhost Comment lines 842, 843, 844 so it should look like this Order deny,allow
Deny from all
Allow from 127.0.0.1
The Below lines restricts the printer access to system users Comment lines 838, 839 so the user can print without authentication AuthType Basic
AuthClass System
Step #3 - Restart the CUPS server # service cups restart Step #4 - Run the steps described in "IPP_PrintDrivers_Setup" document Step #5 - Restart the CUPS Service # service cups restart Step #6 – If required the CUPS can be managed with http://localhost:631 - on local system or http://192.168.6.210:631 - on remote system (Replace the IP) Note: Here IP: 192.168.6.210 is for the example use your own
Step #6 – Run the steps described in “IPP_Client_Setup” document Step #7 - Trouble shooting CUPS If you find the error message in the log file /var/log/cups/error_log: application/octet-stream application/octet-stream application/vnd.cups-raw
|




Recent comments
1 day 9 hours ago
1 day 12 hours ago
1 day 14 hours ago
1 day 15 hours ago
1 day 17 hours ago
1 day 18 hours ago
1 day 19 hours ago
2 days 11 hours ago
2 days 12 hours ago
2 days 16 hours ago