CUPS Printer Server Configuration

CUPS is the most popular printing system on Linux these days.

On the CUPS server, be sure the network access is set sufficiently open:

vim /etc/cups/cupsd.conf

    <Location />
    Order Allow,Deny
    Deny From All
    Allow From 127.0.0.1
    Allow From 127.0.0.2
    Allow From @LOCAL
    </Location>

http://localhost:631