Difference between revisions of "PaperCut"
From DCWiki
(→Adding a Printer) |
(→Adding a Printer) |
||
Line 54: | Line 54: | ||
# Choose <code>AppSocket/HP JetDirect</code> | # Choose <code>AppSocket/HP JetDirect</code> | ||
# Enter the path to the printer (e.g. <code>socket://loxx4260-1.hampshire.edu:9100</code>) | # Enter the path to the printer (e.g. <code>socket://loxx4260-1.hampshire.edu:9100</code>) | ||
+ | # Enter the Name, Description and Location of the printer and click <code>Share This Printer</code> | ||
+ | # Under <code>Or Provide a PPD File</code> click <code>Choose File</code> and select a PPD (e.g. <code>xr_generic.ppd</code> can be found on <code>\\Balder\private\Xerox</code> for Xerox WorkCentre printers) |
Revision as of 08:32, 17 July 2012
Installing the Client
Macintosh
Run the installer on smb://balder.hampshire.edu/private/papercut-client/mac/client-local-install
The config.properties file should have the following options already set:
auth-ttl-default=0 auth-ttl-values=0 minimized=Y noquit=Y server-ip=192.33.12.94 server-name=salmoneus server-port=9191 user=guest
Add a printer with:
- System Preferences -> Print and Fax
- Click that tiny little plus icon at the bottom of the list of printers
- Protocol: Internet Printing Protocol - IPP
- Address: papercut.hampshire.edu
- Queue: printers/LO_3rd_Floor
- Name: papercut.hampshire.edu
- Location: <blank>
- Print Using: Generic PostScript Printer
Windows
Install client from \\balder.hampshire.edu\private\papercut-client\win\client-local-install.exe
The config.properties file should have the following options already set:
auth-ttl-default=0 auth-ttl-values=0 minimized=Y noquit=Y server-ip=192.33.12.94 server-name=salmoneus server-port=9191 user=guest
Set up a printer by:
- Start -> Devices and Printers -> Add a printer
- Network Printer -> "The printer I want isn't listed"
- Select a shared printer by name -> http://papercut.hampshire.edu:631/printers/LO_3rd_Floor
- Generic -> MS Publisher Color Printer
Adding a Printer
- First create a tunnel to the PaperCut server with
ssh -NL 8080:127.0.0.1:631 papercut
- Browse to http://localhost:8080/admin
- Click
Add Printer
- At this point you will be prompted for your LDAP username and password. A warning may appear that your password will be sent in clear text but remember that it will be sent in the clear to localhost:8080 which is a secure tunnel to papercut:631 so don't worry about it.
- Choose
AppSocket/HP JetDirect
- Enter the path to the printer (e.g.
socket://loxx4260-1.hampshire.edu:9100
) - Enter the Name, Description and Location of the printer and click
Share This Printer
- Under
Or Provide a PPD File
clickChoose File
and select a PPD (e.g.xr_generic.ppd
can be found on\\Balder\private\Xerox
for Xerox WorkCentre printers)