CUPS + Ubuntu server: Help
December 31, 2007 1:46 PM
Subscribe
CUPS server config issues. Why can't I see or use installed printers on my Ubuntu server?
I have an Ubuntu server (Gutsy) running LAMP, CUPS and DHCP, acting as a router for my local network. I have CUPS up and running. Printer is an HP LaserJet 6MP on the parallel port. CUPS found and installed this printer with no issues. I can print test pages from the server or remotely from the CUPS config page at server.address:631. I cannot for the life of me figure out why the hell my laptop is not allowed to print to the server. Every attempt to set up the printer fails (http backend fail, usually). My Mac refuses to see the printer, even though my net access is provided through this server.
I need this printer to be visible on the local subnet (running off of eth1). If I could also access it from home (over eth0, the external NIC) I would be even happier.
Bits from the CUPS config file below:
LogLevel warning
SystemGroup lpadmin
# Allow remote access
Port 631
Listen /var/run/cups/cups.sock
# Share local printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAddress @LOCAL
DefaultAuthType Basic
DefaultEncryption Never
Access and admin are set to Allow all; valid user required for admin access. What am I missing here? I've been searching for help on this for three days. Getting kind of pissed that all of what I am finding assumes I either have a GUI rather than command line, and that I'm trying to configure a client rather than a server.
(For those trying to helpfully suggest that a networked printer would be easier: Yeah, it sure would, but I'm not in charge of the IT budget in my workplace. IT funding is locked down. If I can't get this to work, I can't print at all.)
posted by caution live frogs to computers & internet (5 comments total)
posted by Orb2069 at 10:00 AM on January 1, 2008