Lucy wrote: > On 11/04/2008, Rob Beard <[EMAIL PROTECTED]> wrote:> > >> Is there any web interface built into CUPS that I can install the >> printer and setup sharing with? >> > > The CUPS web interface is installed by default at http://localhost:631 > > There are options under the the Administration tab to share the > printer, although I've not tried it myself. > > Even when I've setup up cups machines on localhost with a GUI, i've often just used the web-interface @ localhost.
Your best bet is to create an ssh tunnel in from your own ubuntu machine like so: ssh [EMAIL PROTECTED] 3456:loclahost:631 then, when you browse to localhost:3456 - it'll forward to localhost:631 on your printer server. That just makes the configuration options make sense (remote admin is disabled by default - but to the box you now look like a localhost user). Then it's pretty much a nice standard web-based GUI for configuration. Best of Luck! Andy -- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.ubuntu.org/UKTeam/