Install HP Photosmart 2610 All - in - one

'Forum Post ulist at gs1.ubuntuforums.org
Mon Dec 5 04:44:58 UTC 2005


1. Modify cupsd.conf file on your server: sudo gedit
/etc/cups/cupsd.conf

#Port 80
#Port 443
Port 631 (delete #)
#
#Listen 127.0.0.1:631

#BrowseAddress x.y.z.255
#BrowseAddress x.y.255.255
#BrowseAddress x.255.255.255
#BrowseAddress 255.255.255.255
#BrowseAddress @LOCAL
BrowseAddress 192.168.1.255

<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1.101 (replace with your i.p. of server)
</Location>

<Location /admin>
#
# You definitely will want to limit access to the administration
functions.
# The default configuration requires a local connection from a user who
# is a member of the system group to do any admin tasks. You can change
# the group name using the SystemGroup directive.
#

AuthType Basic
AuthClass System
## Restrict access to local domain
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1.101 (replace with ip server)

#Encryption Required
</Location>



2. Modify clients.conf file on your client: sudo gedit
/etc/cups/client.conf

ServerName 192.168.1.101 (replace with ip server)


3. Restarts cups on server and client side: 

#sudo /etc/init.d/cupsys restart

note: do it on both server and client computer


4. Check status on server and client side: lpstat -t

5. Follow procedures on installing printer.ppd

6. edit /etc/cups/cupsd.conf

7. in your desktop go to system > printing > set printer to local

hope this will help you. GODspeed!


-- 
arphe_el




More information about the ubuntu-users mailing list