On 07/07/2008 04:09:13 PM, Rainer Dorsch wrote:
Am Montag, 7. Juli 2008 schrieben Sie: > > # Only listen for connections from the local machine. > > Listen localhost:631 > > Listen 192.168.1.10:631 > > Listen /var/run/cups/cups.sock
If this is OT, my apologies. I've not been following this thread. However, it appears there's mention of messing with cupsd.conf, and I just struggled through trying to configure a cups server on a headless box. Rather than muck about in cupsd.conf, which only got me trouble in my browser with messages that indicated I needed to upgrade cups, I instead used ssh to tunnel ipp traffic so that I could access the headless cupsd host via a localhost address on the box where the browser lives. On the box where you have your browser: su - ; # be root ssh -L 632:localhost:631 [EMAIL PROTECTED] Then fire up your browser and go to: http://localhost:632/ When you're done configuring, exit the ssh session. I found a few links (printers) would take me back to http://localhost:631/, the wrong url, but mostly things worked fine and I was able to configure a cups server on a box that does not run a browser. Regards, Karl <[EMAIL PROTECTED]> Free Software: "You don't pay back, you pay forward." -- Robert A. Heinlein -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]